pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-frozendict
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 30 10:56:42 UTC 2022
Modified Files:
pkgsrc/devel/py-frozendict: Makefile PLIST distinfo
Log Message:
py-frozendict: update to 2.2.1.
Too many changes, among them python 3.10 support.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-frozendict/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-frozendict/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-frozendict/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-frozendict/Makefile
diff -u pkgsrc/devel/py-frozendict/Makefile:1.4 pkgsrc/devel/py-frozendict/Makefile:1.5
--- pkgsrc/devel/py-frozendict/Makefile:1.4 Tue Jan 4 20:53:06 2022
+++ pkgsrc/devel/py-frozendict/Makefile Sun Jan 30 10:56:42 2022
@@ -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 @@ HOMEPAGE= https://github.com/slezica/pyt
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"
Index: pkgsrc/devel/py-frozendict/PLIST
diff -u pkgsrc/devel/py-frozendict/PLIST:1.1 pkgsrc/devel/py-frozendict/PLIST:1.2
--- pkgsrc/devel/py-frozendict/PLIST:1.1 Sat Apr 18 12:45:26 2020
+++ pkgsrc/devel/py-frozendict/PLIST Sun Jan 30 10:56:42 2022
@@ -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
Index: pkgsrc/devel/py-frozendict/distinfo
diff -u pkgsrc/devel/py-frozendict/distinfo:1.3 pkgsrc/devel/py-frozendict/distinfo:1.4
--- pkgsrc/devel/py-frozendict/distinfo:1.3 Tue Oct 26 10:18:28 2021
+++ pkgsrc/devel/py-frozendict/distinfo Sun Jan 30 10:56:42 2022
@@ -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