pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-frozendict py-frozendict: update to 2.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c905601dbd66
branches:  trunk
changeset: 372758:c905601dbd66
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 30 10:56:42 2022 +0000

description:
py-frozendict: update to 2.2.1.

Too many changes, among them python 3.10 support.

diffstat:

 devel/py-frozendict/Makefile |  13 +++++++++----
 devel/py-frozendict/PLIST    |   8 +++++++-
 devel/py-frozendict/distinfo |   8 ++++----
 3 files changed, 20 insertions(+), 9 deletions(-)

diffs (61 lines):

diff -r 0ae7ff1abc6a -r c905601dbd66 devel/py-frozendict/Makefile
--- a/devel/py-frozendict/Makefile      Sun Jan 30 10:56:04 2022 +0000
+++ b/devel/py-frozendict/Makefile      Sun Jan 30 10:56:42 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:53:06 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/01/30 10:56:42 wiz Exp $
 
-DISTNAME=      frozendict-1.2
+DISTNAME=      frozendict-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozendict/}
 
@@ -11,7 +10,13 @@
 COMMENT=       Immutable wrapper around dictionaries
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+USE_LANGUAGES= c
+
+DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0ae7ff1abc6a -r c905601dbd66 devel/py-frozendict/PLIST
--- a/devel/py-frozendict/PLIST Sun Jan 30 10:56:04 2022 +0000
+++ b/devel/py-frozendict/PLIST Sun Jan 30 10:56:42 2022 +0000
@@ -1,8 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2020/04/18 12:45:26 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/30 10:56:42 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/frozendict/VERSION
 ${PYSITELIB}/frozendict/__init__.py
 ${PYSITELIB}/frozendict/__init__.pyc
 ${PYSITELIB}/frozendict/__init__.pyo
+${PYSITELIB}/frozendict/_frozendict.so
+${PYSITELIB}/frozendict/core.py
+${PYSITELIB}/frozendict/core.pyc
+${PYSITELIB}/frozendict/core.pyo
+${PYSITELIB}/frozendict/py.typed
diff -r 0ae7ff1abc6a -r c905601dbd66 devel/py-frozendict/distinfo
--- a/devel/py-frozendict/distinfo      Sun Jan 30 10:56:04 2022 +0000
+++ b/devel/py-frozendict/distinfo      Sun Jan 30 10:56:42 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:18:28 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/30 10:56:42 wiz Exp $
 
-BLAKE2s (frozendict-1.2.tar.gz) = 152b968a55904a7e49ab92c3d1c8ed62c1c62c13e63e7e618f7d951d8d6c7081
-SHA512 (frozendict-1.2.tar.gz) = 095cf5f6f8b02bf5666e04200431992bf4b3160aae3464d528bc256b1ab643e29dda78fe94d9e8c983dbfe66cd2459e0559122e17b6b8660c0552adc5318b3da
-Size (frozendict-1.2.tar.gz) = 2650 bytes
+BLAKE2s (frozendict-2.2.1.tar.gz) = 4a778e08b85be9d94a3482081c1ec476f0f11de29444bac38015c5de87781ba9
+SHA512 (frozendict-2.2.1.tar.gz) = 6eca6a457cee5cb8f23c545aa1e519f65e6d6bb8790972a33f2739c59a155c32c0993a3e7090bbeae7acf5edd18e661ac112df97432a17a4a59a38e46a3d8343
+Size (frozendict-2.2.1.tar.gz) = 304294 bytes



Home | Main Index | Thread Index | Old Index