- update to 0.2.0
PR: ports/98150 Submitted by: maintainer (Neal Nelson)
This commit is contained in:
@@ -6,11 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= twistedLore
|
||||
PORTVERSION= 0.1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://twistedmatrix.com/downloads/Lore/0.1/ \
|
||||
http://tmrc.mit.edu/mirror/twisted/Lore/0.1/
|
||||
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Lore/${PORTVERSION:R}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= TwistedLore-${PORTVERSION}
|
||||
|
||||
@@ -23,7 +21,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
WRKSRC= ${WRKDIR}/TwistedLore-${PORTVERSION}
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= 2.2+
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
PLIST_SUB+= S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (TwistedLore-0.1.0.tar.bz2) = c38eea006be598081778d79c98fc8a42
|
||||
SHA256 (TwistedLore-0.1.0.tar.bz2) = 5a2a61423ab091ac4f7e2877987c420d3701c8960d2312ddd17f410dd5b7fe92
|
||||
SIZE (TwistedLore-0.1.0.tar.bz2) = 58386
|
||||
MD5 (TwistedLore-0.2.0.tar.bz2) = 213569a86fc3d8558605e2847e6378b0
|
||||
SHA256 (TwistedLore-0.2.0.tar.bz2) = 7b4cac320680dc1f5c84b93021b7eaf7cd646ca63e3556c7360f53e0f3e3acf9
|
||||
SIZE (TwistedLore-0.2.0.tar.bz2) = 61194
|
||||
|
||||
@@ -3,9 +3,9 @@ bin/lore
|
||||
%%S%%/twisted/lore/__init__.py
|
||||
%%S%%/twisted/lore/__init__.pyc
|
||||
%%S%%/twisted/lore/__init__.pyo
|
||||
%%S%%/twisted/lore/book.py
|
||||
%%S%%/twisted/lore/book.pyc
|
||||
%%S%%/twisted/lore/book.pyo
|
||||
%%S%%/twisted/lore/_version.py
|
||||
%%S%%/twisted/lore/_version.pyc
|
||||
%%S%%/twisted/lore/_version.pyo
|
||||
%%S%%/twisted/lore/default.py
|
||||
%%S%%/twisted/lore/default.pyc
|
||||
%%S%%/twisted/lore/default.pyo
|
||||
@@ -42,9 +42,6 @@ bin/lore
|
||||
%%S%%/twisted/lore/scripts/__init__.py
|
||||
%%S%%/twisted/lore/scripts/__init__.pyc
|
||||
%%S%%/twisted/lore/scripts/__init__.pyo
|
||||
%%S%%/twisted/lore/scripts/bookify.py
|
||||
%%S%%/twisted/lore/scripts/bookify.pyc
|
||||
%%S%%/twisted/lore/scripts/bookify.pyo
|
||||
%%S%%/twisted/lore/scripts/lore.py
|
||||
%%S%%/twisted/lore/scripts/lore.pyc
|
||||
%%S%%/twisted/lore/scripts/lore.pyo
|
||||
|
||||
Reference in New Issue
Block a user