Date: Sun, 16 Jul 2017 14:57:15 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446012 - in head/security/py-rsa: . files Message-ID: <201707161457.v6GEvFbC002909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sun Jul 16 14:57:14 2017 New Revision: 446012 URL: https://svnweb.freebsd.org/changeset/ports/446012 Log: security/py-rsa: Update to 3.4.2 * Add TEST_DEPENDS (upstream uses pytest, this will use nose) * Remove setup.py patch * Update WWW (permanent redirect to https) Deleted: head/security/py-rsa/files/ Modified: head/security/py-rsa/Makefile head/security/py-rsa/distinfo head/security/py-rsa/pkg-descr Modified: head/security/py-rsa/Makefile ============================================================================== --- head/security/py-rsa/Makefile Sun Jul 16 14:50:17 2017 (r446011) +++ head/security/py-rsa/Makefile Sun Jul 16 14:57:14 2017 (r446012) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rsa -PORTVERSION= 3.3 +PORTVERSION= 3.4.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose USES= python USE_PYTHON= autoplist distutils @@ -21,6 +22,6 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py + @cd ${WRKSRC} && ${PYTHON_CMD} -m nose .include <bsd.port.mk> Modified: head/security/py-rsa/distinfo ============================================================================== --- head/security/py-rsa/distinfo Sun Jul 16 14:50:17 2017 (r446011) +++ head/security/py-rsa/distinfo Sun Jul 16 14:57:14 2017 (r446012) @@ -1,2 +1,3 @@ -SHA256 (rsa-3.3.tar.gz) = 03f3d9bebad06681771016b8752a40b12f615ff32363c7aa19b3798e73ccd615 -SIZE (rsa-3.3.tar.gz) = 33449 +TIMESTAMP = 1500216181 +SHA256 (rsa-3.4.2.tar.gz) = 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5 +SIZE (rsa-3.4.2.tar.gz) = 40956 Modified: head/security/py-rsa/pkg-descr ============================================================================== --- head/security/py-rsa/pkg-descr Sun Jul 16 14:50:17 2017 (r446011) +++ head/security/py-rsa/pkg-descr Sun Jul 16 14:57:14 2017 (r446012) @@ -2,4 +2,4 @@ Python-RSA is a pure-Python RSA implementation. It sup decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. -WWW: http://stuvel.eu/rsa +WWW: https://stuvel.eu/rsa
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707161457.v6GEvFbC002909>