- Update to 13.2.0
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.2.0/twisted/topfiles/NEWS
This commit is contained in:
parent
b49eeb68ee
commit
a1b46b55e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333925
3 changed files with 11 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= twistedCore
|
||||
PORTVERSION= 13.1.0
|
||||
PORTVERSION= 13.2.0
|
||||
CATEGORIES= devel net python
|
||||
MASTER_SITES= http://twistedmatrix.com/Releases/Core/${PORTVERSION:R}/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -22,6 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
# Twisted, but the user should feel free to install x11-toolits/py-gnome
|
||||
# separately if desired.
|
||||
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON= -2.7
|
||||
USE_PYDISTUTILS=yes
|
||||
|
@ -30,7 +31,6 @@ REINPLACE_ARGS= -i ''
|
|||
|
||||
MAN1= manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
# permission safeness
|
||||
@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (TwistedCore-13.1.0.tar.bz2) = 4668821d44ed6a8e5fb18845fee2326746cfd1a2346a0e1b003218baa12c7565
|
||||
SIZE (TwistedCore-13.1.0.tar.bz2) = 1482462
|
||||
SHA256 (TwistedCore-13.2.0.tar.bz2) = 396ee27f0e824772bf26c636c69c2751127738127e283112e72c2de6c28e36be
|
||||
SIZE (TwistedCore-13.2.0.tar.bz2) = 1496299
|
||||
|
|
|
@ -255,6 +255,7 @@ bin/twistd
|
|||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/connectionmixins.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/connectionmixins.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/connectionmixins.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/chain.pem
|
||||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/not-a-certificate
|
||||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing1.pem
|
||||
%%PYTHON_SITELIBDIR%%/twisted/internet/test/fake_CAs/thing2-duplicate.pem
|
||||
|
@ -871,6 +872,9 @@ bin/twistd
|
|||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_scripts.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2deb.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/scripts/test/test_tap2rpm.pyo
|
||||
|
@ -1383,6 +1387,9 @@ bin/twistd
|
|||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/novars.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/ordertests.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/ordertests.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/ordertests.pyo
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/packages.py
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/packages.pyc
|
||||
%%PYTHON_SITELIBDIR%%/twisted/trial/test/packages.pyo
|
||||
|
|
Loading…
Reference in a new issue