pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-google-i18n-address



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul 21 10:07:11 UTC 2023

Modified Files:
        pkgsrc/devel/py-google-i18n-address: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/py-google-i18n-address: ALTERNATIVES

Log Message:
py-google-i18n-address: updated to 3.1.0

3.1.0
Recently it was brought to our attention that releases of google-i18n-address are including extra files which cause issues for other projects.
3.1 release is functionally the same as 3.0, but it excludes those files.

3.0.0
3.11 support, package updates, PEP8 compliance, validation rules update


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-google-i18n-address/ALTERNATIVES
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-google-i18n-address/Makefile \
    pkgsrc/devel/py-google-i18n-address/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-google-i18n-address/PLIST

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-google-i18n-address/Makefile
diff -u pkgsrc/devel/py-google-i18n-address/Makefile:1.6 pkgsrc/devel/py-google-i18n-address/Makefile:1.7
--- pkgsrc/devel/py-google-i18n-address/Makefile:1.6    Fri Aug  5 20:24:41 2022
+++ pkgsrc/devel/py-google-i18n-address/Makefile        Fri Jul 21 10:07:11 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/08/05 20:24:41 adam Exp $
+# $NetBSD: Makefile,v 1.7 2023/07/21 10:07:11 adam Exp $
 
-DISTNAME=      google-i18n-address-2.5.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      google_i18n_address-3.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-i18n-address/}
 
@@ -10,14 +10,18 @@ HOMEPAGE=   https://github.com/mirumee/goo
 COMMENT=       Python library for internationalized address formatting
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} update-validation-files update-validation-files-${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-google-i18n-address/distinfo
diff -u pkgsrc/devel/py-google-i18n-address/distinfo:1.6 pkgsrc/devel/py-google-i18n-address/distinfo:1.7
--- pkgsrc/devel/py-google-i18n-address/distinfo:1.6    Fri Aug  5 20:24:41 2022
+++ pkgsrc/devel/py-google-i18n-address/distinfo        Fri Jul 21 10:07:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2022/08/05 20:24:41 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/07/21 10:07:11 adam Exp $
 
-BLAKE2s (google-i18n-address-2.5.2.tar.gz) = 1249390f197dedd9cdec3650619d483c119cd0768532c7398898a8a3181afb88
-SHA512 (google-i18n-address-2.5.2.tar.gz) = a48b07cb9cb82358810a36449e35cd06f48565494273f4e1ad9439c064586c929f00c460c2d23f036f69cd2f3d788e0eb3405f2eccb3acefa5c57bbef9302aa8
-Size (google-i18n-address-2.5.2.tar.gz) = 723785 bytes
+BLAKE2s (google_i18n_address-3.1.0.tar.gz) = b0e5681f4f63a2444cb4da4446e327d98db6f723cb9f50d2fe3b74a344e04e2e
+SHA512 (google_i18n_address-3.1.0.tar.gz) = 0154fb93ff8e277c139fa9746ddf4b18516b6071091f50f7b3c79e0b71d174cda7c817af323fc4a68f895c1128bcef28f9d5bd715794fbb2b8a575e3bb174d0f
+Size (google_i18n_address-3.1.0.tar.gz) = 720252 bytes

Index: pkgsrc/devel/py-google-i18n-address/PLIST
diff -u pkgsrc/devel/py-google-i18n-address/PLIST:1.1 pkgsrc/devel/py-google-i18n-address/PLIST:1.2
--- pkgsrc/devel/py-google-i18n-address/PLIST:1.1       Sat Jan 16 19:10:29 2021
+++ pkgsrc/devel/py-google-i18n-address/PLIST   Fri Jul 21 10:07:11 2023
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.1 2021/01/16 19:10:29 riastradh Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2023/07/21 10:07:11 adam Exp $
+bin/update-validation-files-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/i18naddress/__init__.py
 ${PYSITELIB}/i18naddress/__init__.pyc
-${PYSITELIB}/i18naddress/__init__.pyo
 ${PYSITELIB}/i18naddress/data/ac.json
 ${PYSITELIB}/i18naddress/data/ad.json
 ${PYSITELIB}/i18naddress/data/ae.json
@@ -264,4 +266,5 @@ ${PYSITELIB}/i18naddress/data/zw.json
 ${PYSITELIB}/i18naddress/data/zz.json
 ${PYSITELIB}/i18naddress/downloader.py
 ${PYSITELIB}/i18naddress/downloader.pyc
-${PYSITELIB}/i18naddress/downloader.pyo
+${PYSITELIB}/i18naddress/scripts.py
+${PYSITELIB}/i18naddress/scripts.pyc

Added files:

Index: pkgsrc/devel/py-google-i18n-address/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-google-i18n-address/ALTERNATIVES:1.1
--- /dev/null   Fri Jul 21 10:07:11 2023
+++ pkgsrc/devel/py-google-i18n-address/ALTERNATIVES    Fri Jul 21 10:07:11 2023
@@ -0,0 +1 @@
+bin/update-validation-files @PREFIX@/bin/update-validation-files-@PYVERSSUFFIX@



Home | Main Index | Thread Index | Old Index