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 Apr 16 14:40:46 UTC 2023

Modified Files:
        pkgsrc/devel/py-frozendict: Makefile distinfo

Log Message:
py-frozendict: update to 2.3.7.

2.3.6 distfile not available.

pkgsrc changes:
- fix test target
- simplify

upstream changes:

    Fixed a regression in sdist packages that made them not working
    in the previous release (by @sunpoet in #77)

    Added arm64 builds for all supported archs (Linux, Windows,
    Mac)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-frozendict/Makefile
cvs rdiff -u -r1.11 -r1.12 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.15 pkgsrc/devel/py-frozendict/Makefile:1.16
--- pkgsrc/devel/py-frozendict/Makefile:1.15    Wed Apr  5 11:40:16 2023
+++ pkgsrc/devel/py-frozendict/Makefile Sun Apr 16 14:40:46 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2023/04/05 11:40:16 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/04/16 14:40:46 wiz Exp $
 
-DISTNAME=      frozendict-2.3.6
+DISTNAME=      frozendict-2.3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frozendict/}
 
 MAINTAINER=    kethzer.dr%gmail.com@localhost
-HOMEPAGE=      https://github.com/slezica/python-frozendict
+HOMEPAGE=      https://github.com/Marco-Sulla/python-frozendict
 COMMENT=       Immutable wrapper around dictionaries
 LICENSE=       mit
 
@@ -16,11 +16,7 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-# as of 2.3.5, C extension is optional
-# and does not build for 2.3.6: 'frozendictobject.h' file not found
-PYSETUPARGS=   py
-
-DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
+TEST_ENV+=     PYTHONPATH=${WRKSRC}/build/lib
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
 

Index: pkgsrc/devel/py-frozendict/distinfo
diff -u pkgsrc/devel/py-frozendict/distinfo:1.11 pkgsrc/devel/py-frozendict/distinfo:1.12
--- pkgsrc/devel/py-frozendict/distinfo:1.11    Wed Apr  5 11:40:16 2023
+++ pkgsrc/devel/py-frozendict/distinfo Sun Apr 16 14:40:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/04/05 11:40:16 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/04/16 14:40:46 wiz Exp $
 
-BLAKE2s (frozendict-2.3.6.tar.gz) = bd13cc5c5d798a1a36f4fb502cd7613e621d11d5e964e41f2e24e60c0f123fc7
-SHA512 (frozendict-2.3.6.tar.gz) = abbc7ac7d9506a38c2b5938ea2843a1efb2f2f6b8a072ee6e7009bbefd7ecb7ba56c29b65ff781be4da58b557372669fbe698e8dcc2234d5c96ce133f3b65589
-Size (frozendict-2.3.6.tar.gz) = 35891 bytes
+BLAKE2s (frozendict-2.3.7.tar.gz) = 7c744ef89923ab72fc899e3085be3ec2d4a955c6f0401e0081183a07ac8dcf46
+SHA512 (frozendict-2.3.7.tar.gz) = fd9f64d9826fd32b3c01b536e3718c9a86c9af926ddccf7c8a3795800f7306b82783f4d6e871525c0b05326b7675e7b2c05b57bd577dd0ca60b816b417b52117
+Size (frozendict-2.3.7.tar.gz) = 311594 bytes



Home | Main Index | Thread Index | Old Index