Date: Thu, 26 Sep 2013 14:40:37 +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: r328367 - in head/security/py-rsa: . files Message-ID: <201309261440.r8QEebIZ067537@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Thu Sep 26 14:40:36 2013 New Revision: 328367 URL: http://svnweb.freebsd.org/changeset/ports/328367 Log: security/py-rsa: Update to 3.1.2 - Update to 3.1.2 - Update pkg-plist - pkg-descr: Tab->space for WWW: - Update setup.py patch - Add TEST_DEPENDS and regression-test: target - BUILD_DEPENDS are actually RUN_DEPENDS - Whitespace alignment Changes: https://bitbucket.org/sybren/python-rsa/commits/tag/version-3.1.2 PR: ports/182298 Submitted by: Alexey Degtyarev <alexey@renatasystems.org> Modified: head/security/py-rsa/Makefile (contents, props changed) head/security/py-rsa/distinfo (contents, props changed) head/security/py-rsa/files/patch-setup.py (contents, props changed) head/security/py-rsa/pkg-descr (contents, props changed) head/security/py-rsa/pkg-plist (contents, props changed) Modified: head/security/py-rsa/Makefile ============================================================================== --- head/security/py-rsa/Makefile Thu Sep 26 14:35:04 2013 (r328366) +++ head/security/py-rsa/Makefile Thu Sep 26 14:40:36 2013 (r328367) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rsa -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,16 @@ COMMENT= Pure-Python RSA implementation LICENSE= AL2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.3:${PORTSDIR}/devel/py-asn1 +TEST_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}unittest2>0:${PORTSDIR}/devel/py-unittest2 \ + ${RUN_DEPENDS} -USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install NO_STAGE= yes + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} run_tests.py + .include <bsd.port.mk> Modified: head/security/py-rsa/distinfo ============================================================================== --- head/security/py-rsa/distinfo Thu Sep 26 14:35:04 2013 (r328366) +++ head/security/py-rsa/distinfo Thu Sep 26 14:40:36 2013 (r328367) @@ -1,2 +1,2 @@ -SHA256 (rsa-3.1.1.tar.gz) = ed83fe80602077bcbf91d14e41558c751d76527c7b88d44394e1e2900fddb7ba -SIZE (rsa-3.1.1.tar.gz) = 37584 +SHA256 (rsa-3.1.2.tar.gz) = 66eb8752a1de9b92d7679ea0e1556cf2e4a155161d0024e97e06999041e35f58 +SIZE (rsa-3.1.2.tar.gz) = 35237 Modified: head/security/py-rsa/files/patch-setup.py ============================================================================== --- head/security/py-rsa/files/patch-setup.py Thu Sep 26 14:35:04 2013 (r328366) +++ head/security/py-rsa/files/patch-setup.py Thu Sep 26 14:40:36 2013 (r328367) @@ -1,16 +1,6 @@ ---- ./setup.py.orig 2012-06-19 00:14:17.000000000 +1000 -+++ ./setup.py 2012-06-29 17:34:36.000000000 +1000 -@@ -1,9 +1,5 @@ - #!/usr/bin/env python - --# Ensure that a reasonably recent version of 'distribute' is installed. --from distribute_setup import use_setuptools --use_setuptools('0.6.10') -- - from setuptools import setup - - import rsa -@@ -41,5 +37,5 @@ +--- ./setup.py.orig 2013-09-26 22:34:41.233363167 +1000 ++++ ./setup.py 2013-09-26 22:34:50.192985862 +1000 +@@ -42,5 +42,5 @@ 'pyrsa-encrypt-bigfile = rsa.cli:encrypt_bigfile', 'pyrsa-decrypt-bigfile = rsa.cli:decrypt_bigfile', ]}, Modified: head/security/py-rsa/pkg-descr ============================================================================== --- head/security/py-rsa/pkg-descr Thu Sep 26 14:35:04 2013 (r328366) +++ head/security/py-rsa/pkg-descr Thu Sep 26 14:40:36 2013 (r328367) @@ -2,4 +2,4 @@ Python-RSA is a pure-Python RSA implemen decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. -WWW: http://stuvel.eu/rsa +WWW: http://stuvel.eu/rsa Modified: head/security/py-rsa/pkg-plist ============================================================================== --- head/security/py-rsa/pkg-plist Thu Sep 26 14:35:04 2013 (r328366) +++ head/security/py-rsa/pkg-plist Thu Sep 26 14:40:36 2013 (r328367) @@ -26,6 +26,9 @@ bin/pyrsa-decrypt-bigfile %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/_version200.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/asn1.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/asn1.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/asn1.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rsa/bigfile.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309261440.r8QEebIZ067537>