aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:04:15 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:37:15 +0000
commit082ab6253ec7959a0c5715b0f48c814505f65068 (patch)
tree3e3f794dd04d773c90cad6b134f03db2008cb12c
parent584570a1714a5d373a89fac12a9661e93bf22646 (diff)
downloadports-082ab6253ec7959a0c5715b0f48c814505f65068.tar.gz
ports-082ab6253ec7959a0c5715b0f48c814505f65068.zip
security/py-rsa: Update to 4.8
-rw-r--r--security/py-rsa/Makefile10
-rw-r--r--security/py-rsa/distinfo6
-rw-r--r--security/py-rsa/pkg-descr6
3 files changed, 10 insertions, 12 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile
index c93abafb7faf..605b96ebe833 100644
--- a/security/py-rsa/Makefile
+++ b/security/py-rsa/Makefile
@@ -1,8 +1,7 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
PORTNAME= rsa
-PORTVERSION= 3.4.2
-PORTREVISION= 1
+PORTVERSION= 4.8
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,15 +13,12 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.3:devel/py-pyasn1@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
USES= cpe python:3.6+
-CPE_VENDOR= python
-USE_PYTHON= autoplist distutils concurrent
+USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-do-test:
- @cd ${WRKSRC} && ${PYTHON_CMD} -m nose
+CPE_VENDOR= python
.include <bsd.port.mk>
diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo
index ee37f4db2411..a896b36c93b5 100644
--- a/security/py-rsa/distinfo
+++ b/security/py-rsa/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500216181
-SHA256 (rsa-3.4.2.tar.gz) = 25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5
-SIZE (rsa-3.4.2.tar.gz) = 40956
+TIMESTAMP = 1647264672
+SHA256 (rsa-4.8.tar.gz) = 5c6bd9dc7a543b7fe4304a631f8a8a3b674e2bbfc49c2ae96200cdbe55df6b17
+SIZE (rsa-4.8.tar.gz) = 28396
diff --git a/security/py-rsa/pkg-descr b/security/py-rsa/pkg-descr
index a123d5b5a3d1..324f806a9d34 100644
--- a/security/py-rsa/pkg-descr
+++ b/security/py-rsa/pkg-descr
@@ -1,5 +1,7 @@
Python-RSA is a pure-Python RSA implementation. It supports encryption and
decryption, signing and verifying signatures, and key generation according to
-PKCS#1 version 1.5.
+PKCS#1 version 1.5. It can be used as a Python library as well as on the
+commandline.
-WWW: https://stuvel.eu/rsa
+WWW: https://stuvel.eu/software/rsa/
+WWW: https://github.com/sybrenstuvel/python-rsa