aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2023-09-24 16:59:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2023-09-24 17:01:27 +0000
commit80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7 (patch)
treed0e81f393789788af7415b53999a30fc372fdb85
parentb5197ac129872b54a34d41522f689f4e3ee20fe8 (diff)
downloadports-80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7.tar.gz
ports-80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7.zip
devel/py-recordclass: upgrade to 0.20.1
Also change the home page.
-rw-r--r--devel/py-recordclass/Makefile4
-rw-r--r--devel/py-recordclass/distinfo6
-rw-r--r--devel/py-recordclass/pkg-descr2
3 files changed, 5 insertions, 7 deletions
diff --git a/devel/py-recordclass/Makefile b/devel/py-recordclass/Makefile
index 9ec9c686fab6..30a620f8f8b8 100644
--- a/devel/py-recordclass/Makefile
+++ b/devel/py-recordclass/Makefile
@@ -1,12 +1,12 @@
PORTNAME= recordclass
-PORTVERSION= 0.20
+PORTVERSION= 0.20.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry@FreeBSD.org
COMMENT= Mutable variants of tuple and collections.namedtuple
-WWW= https://pypi.org/project/recordclass/
+WWW= https://github.com/intellimath/recordclass
LICENSE= MIT
diff --git a/devel/py-recordclass/distinfo b/devel/py-recordclass/distinfo
index 13522a3d2dbf..ff963f1aa887 100644
--- a/devel/py-recordclass/distinfo
+++ b/devel/py-recordclass/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691314864
-SHA256 (recordclass-0.20.tar.gz) = 3b5f7d0e514ed5a79cced086bba009a2079e0a58bd0b520f513e6fbcceff6c9f
-SIZE (recordclass-0.20.tar.gz) = 1311444
+TIMESTAMP = 1695574255
+SHA256 (recordclass-0.20.1.tar.gz) = 69100733037507e60eccc87f565175faed932a508a8ba57da17e18859d3f1302
+SIZE (recordclass-0.20.1.tar.gz) = 1314898
diff --git a/devel/py-recordclass/pkg-descr b/devel/py-recordclass/pkg-descr
index e0c812fda896..a82986125c96 100644
--- a/devel/py-recordclass/pkg-descr
+++ b/devel/py-recordclass/pkg-descr
@@ -4,5 +4,3 @@ implements a factory function recordclass (a variant of collection.namedtuple)
in order to create record-like classes with the same API as
collection.namedtuple. It was evolved further in order to provide more memory
saving, fast and flexible types.
-
-See also: https://bitbucket.org/intellimath/recordclass/