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,23 +1,23 @@ 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 USES= python:3.9+ USE_PYTHON= distutils .if ! defined(WITH_DEBUG) LDFLAGS+= -s .endif do-test: install (cd ${WRKSRC} && ${PYTHON_CMD} ./test_all.py) .include 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 @@ -1,8 +1,6 @@ Recordclass is a MIT Licensed python library. It was started as a "proof of concept" for the problem of fast "mutable" alternative of namedtuple. It 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/