svn commit: r366576 - head/security/py-itsdangerous
Olivier Duchateau
olivierd at FreeBSD.org
Fri Aug 29 21:57:54 UTC 2014
Author: olivierd
Date: Fri Aug 29 21:57:53 2014
New Revision: 366576
URL: http://svnweb.freebsd.org/changeset/ports/366576
QAT: https://qat.redports.org/buildarchive/r366576/
Log:
- Update to 0.24
ChangeLog: https://github.com/mitsuhiko/itsdangerous/blob/master/CHANGES
Modified:
head/security/py-itsdangerous/Makefile
head/security/py-itsdangerous/distinfo
Modified: head/security/py-itsdangerous/Makefile
==============================================================================
--- head/security/py-itsdangerous/Makefile Fri Aug 29 21:53:51 2014 (r366575)
+++ head/security/py-itsdangerous/Makefile Fri Aug 29 21:57:53 2014 (r366576)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= itsdangerous
-PORTVERSION= 0.23
+PORTVERSION= 0.24
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,9 +12,8 @@ COMMENT= Various helpers to pass data in
LICENSE= BSD3CLAUSE
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE= JSON
Modified: head/security/py-itsdangerous/distinfo
==============================================================================
--- head/security/py-itsdangerous/distinfo Fri Aug 29 21:53:51 2014 (r366575)
+++ head/security/py-itsdangerous/distinfo Fri Aug 29 21:57:53 2014 (r366576)
@@ -1,2 +1,2 @@
-SHA256 (itsdangerous-0.23.tar.gz) = 71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62
-SIZE (itsdangerous-0.23.tar.gz) = 46176
+SHA256 (itsdangerous-0.24.tar.gz) = cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
+SIZE (itsdangerous-0.24.tar.gz) = 46541
More information about the svn-ports-all
mailing list