aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2023-07-19 09:10:30 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2023-07-19 09:10:30 +0000
commit8d7b9cce9a58e1ea6c02637cf34cd05e2c1be46e (patch)
treecc4c10deaa62f0245bca0c748dd7d84cafe4db59
parent24bae0f1a1ef9c031df03890bd7dee0665577438 (diff)
downloadports-8d7b9cce9a58e1ea6c02637cf34cd05e2c1be46e.tar.gz
ports-8d7b9cce9a58e1ea6c02637cf34cd05e2c1be46e.zip
devel/py-pyasn1: update to 0.5.0
- update to 0.5.0 - switch to pep517 - update homepage link PR: 272359 Reported by: Alastair Hogge <agh@riseup.net> Approved by: mhjacks@swbell.net (maintainer)
-rw-r--r--devel/py-pyasn1/Makefile9
-rw-r--r--devel/py-pyasn1/distinfo6
2 files changed, 9 insertions, 6 deletions
diff --git a/devel/py-pyasn1/Makefile b/devel/py-pyasn1/Makefile
index 357f46104c2f..00f4d1b35142 100644
--- a/devel/py-pyasn1/Makefile
+++ b/devel/py-pyasn1/Makefile
@@ -1,18 +1,21 @@
PORTNAME= pyasn1
-PORTVERSION= 0.4.8
+PORTVERSION= 0.5.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mhjacks@swbell.net
COMMENT= ASN.1 toolkit for Python
-WWW= https://github.com/etingof/pyasn1
+WWW= https://github.com/pyasn1/pyasn1
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
NO_ARCH= yes
diff --git a/devel/py-pyasn1/distinfo b/devel/py-pyasn1/distinfo
index 607f6c8ff2fc..6cbac89a2f75 100644
--- a/devel/py-pyasn1/distinfo
+++ b/devel/py-pyasn1/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1644485797
-SHA256 (pyasn1-0.4.8.tar.gz) = aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
-SIZE (pyasn1-0.4.8.tar.gz) = 146820
+TIMESTAMP = 1689757537
+SHA256 (pyasn1-0.5.0.tar.gz) = 97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde
+SIZE (pyasn1-0.5.0.tar.gz) = 145117