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: Sun Sep 15 09:43:42 UTC 2024
Modified Files:
pkgsrc/devel/py-google-i18n-address: Makefile distinfo
Added Files:
pkgsrc/devel/py-google-i18n-address/patches: patch-pyproject.toml
Log Message:
py-google-i18n-address: updated to 3.1.1
3.1.1
This release does not change anything in the logic of the library - it's only about the changes in the pyproject.toml to properly indicate the license and use modern Hatch features.
3.1.1 is functionally the same as 3.1.0.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-google-i18n-address/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-google-i18n-address/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/py-google-i18n-address/patches/patch-pyproject.toml
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.8 pkgsrc/devel/py-google-i18n-address/Makefile:1.9
--- pkgsrc/devel/py-google-i18n-address/Makefile:1.8 Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-google-i18n-address/Makefile Sun Sep 15 09:43:42 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/10/28 19:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/09/15 09:43:42 adam Exp $
-DISTNAME= google_i18n_address-3.1.0
+DISTNAME= google_i18n_address-3.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-i18n-address/}
@@ -13,13 +12,11 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
DEPENDS+= ${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} update-validation-files update-validation-files-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/devel/py-google-i18n-address/distinfo
diff -u pkgsrc/devel/py-google-i18n-address/distinfo:1.7 pkgsrc/devel/py-google-i18n-address/distinfo:1.8
--- pkgsrc/devel/py-google-i18n-address/distinfo:1.7 Fri Jul 21 10:07:11 2023
+++ pkgsrc/devel/py-google-i18n-address/distinfo Sun Sep 15 09:43:42 2024
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/07/21 10:07:11 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/09/15 09:43:42 adam Exp $
-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
+BLAKE2s (google_i18n_address-3.1.1.tar.gz) = aa03dfe3df356446fb626a3d555de6cdd68756f78a7fabf8867f2ee4f1d12bf8
+SHA512 (google_i18n_address-3.1.1.tar.gz) = 841aeebab372ea3a351006bc24a194bc40cacdcc6a897d8b920852a94de70a61980d9cbd323eeb1b5d3ffcdcc37d4e0beaf0ee4a0276463b2773d33ef8b00296
+Size (google_i18n_address-3.1.1.tar.gz) = 721615 bytes
+SHA1 (patch-pyproject.toml) = b95e3c683d912bc041157d37cd48bbcaf71cdcf2
Added files:
Index: pkgsrc/devel/py-google-i18n-address/patches/patch-pyproject.toml
diff -u /dev/null pkgsrc/devel/py-google-i18n-address/patches/patch-pyproject.toml:1.1
--- /dev/null Sun Sep 15 09:43:42 2024
+++ pkgsrc/devel/py-google-i18n-address/patches/patch-pyproject.toml Sun Sep 15 09:43:42 2024
@@ -0,0 +1,35 @@
+$NetBSD: patch-pyproject.toml,v 1.1 2024/09/15 09:43:42 adam Exp $
+
+Use correct module directory.
+
+--- pyproject.toml.orig 2020-02-02 00:00:00.000000000 +0000
++++ pyproject.toml
+@@ -41,15 +41,15 @@ update-validation-files = "i18naddress.s
+
+ [tool.hatch.build]
+ include = [
+- "src/i18naddress/**/*.py",
+- "src/i18naddress/**/*.json",
++ "i18naddress/**/*.py",
++ "i18naddress/**/*.json",
+ ]
+
+ [tool.hatch.build.targets.wheel]
+-packages = ["src/i18naddress"]
++packages = ["i18naddress"]
+
+ [tool.hatch.build.targets.sdist]
+-packages = ["src/i18naddress"]
++packages = ["i18naddress"]
+
+
+ [tool.hatch.envs.default]
+@@ -83,7 +83,7 @@ branch = true
+ parallel = true
+
+ [tool.coverage.paths]
+-i18naddress = ["src/i18naddress"]
++i18naddress = ["i18naddress"]
+ tests = ["tests"]
+
+ [tool.coverage.report]
Home |
Main Index |
Thread Index |
Old Index