svn commit: r366044 - head/security/py-cryptography

Kubilay Kocak koobs at FreeBSD.org
Mon Aug 25 08:40:34 UTC 2014


Author: koobs
Date: Mon Aug 25 08:40:33 2014
New Revision: 366044
URL: http://svnweb.freebsd.org/changeset/ports/366044
QAT: https://qat.redports.org/buildarchive/r366044/

Log:
  security/py-cryptography: Update to 0.5.4, Modernize
  
  - Update 0.5.4
  - Add LICENSE_FILE
  - Update TEST_DEPENDS
  - Modernize Python framework entries (USES, USE_PYTHON)
  
  Changes:
  
    https://github.com/pyca/cryptography/blob/0.5.4/CHANGELOG.rst

Modified:
  head/security/py-cryptography/Makefile
  head/security/py-cryptography/distinfo

Modified: head/security/py-cryptography/Makefile
==============================================================================
--- head/security/py-cryptography/Makefile	Mon Aug 25 08:18:18 2014	(r366043)
+++ head/security/py-cryptography/Makefile	Mon Aug 25 08:40:33 2014	(r366044)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cryptography
-PORTVERSION=	0.4
+PORTVERSION=	0.5.4
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,16 +11,17 @@ MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	Expose cryptographic recipes and primitives to Python developers
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=0.8:${PORTSDIR}/devel/py-cffi \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4.1:${PORTSDIR}/devel/py-six
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \
+		${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1
 
-USE_OPENSSL=		yes
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_OPENSSL=	yes
+USE_PYTHON=	autoplist distutils
 
 CFLAGS+=	-I${OPENSSLINC}
 LDFLAGS+=	-L${OPENSSLLIB}

Modified: head/security/py-cryptography/distinfo
==============================================================================
--- head/security/py-cryptography/distinfo	Mon Aug 25 08:18:18 2014	(r366043)
+++ head/security/py-cryptography/distinfo	Mon Aug 25 08:40:33 2014	(r366044)
@@ -1,2 +1,2 @@
-SHA256 (cryptography-0.4.tar.gz) = 5ef81de44c87a87779710cbb476ffbec86a4a6c0bd2a5bebeccc3bfb3c3478e5
-SIZE (cryptography-0.4.tar.gz) = 260891
+SHA256 (cryptography-0.5.4.tar.gz) = 5675999f3744cbc32a60cb0bba64de21405abced32ce19655212612262dd270d
+SIZE (cryptography-0.5.4.tar.gz) = 320104


More information about the svn-ports-head mailing list