pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-precis-i18n



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 18 17:25:39 UTC 2024

Modified Files:
        pkgsrc/textproc/py-precis-i18n: Makefile PLIST distinfo

Log Message:
py-precis-i18n: updated to 1.1.1

1.1.1

- Update internal tables for Unicode 16.0.
- Remove `test_suite` from setup.py file. Contributed by `adrien-n`.
- Add Python 3.14-dev to CI build environment.
- Update copyright year (2024).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-precis-i18n/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-precis-i18n/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-precis-i18n/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-precis-i18n/Makefile
diff -u pkgsrc/textproc/py-precis-i18n/Makefile:1.10 pkgsrc/textproc/py-precis-i18n/Makefile:1.11
--- pkgsrc/textproc/py-precis-i18n/Makefile:1.10        Thu Nov  9 14:32:26 2023
+++ pkgsrc/textproc/py-precis-i18n/Makefile     Mon Nov 18 17:25:39 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/11/09 14:32:26 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/18 17:25:39 adam Exp $
 
-DISTNAME=      precis_i18n-1.1.0
+DISTNAME=      precis_i18n-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/precis-i18n/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://github.com/byllyfish/p
 COMMENT=       PRECIS-i18n: Internationalized Usernames and Passwords
 LICENSE=       mit
 
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-precis-i18n/PLIST
diff -u pkgsrc/textproc/py-precis-i18n/PLIST:1.2 pkgsrc/textproc/py-precis-i18n/PLIST:1.3
--- pkgsrc/textproc/py-precis-i18n/PLIST:1.2    Tue Jan 18 06:09:14 2022
+++ pkgsrc/textproc/py-precis-i18n/PLIST        Mon Nov 18 17:25:39 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/18 06:09:14 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+@comment $NetBSD: PLIST,v 1.3 2024/11/18 17:25:39 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
 ${PYSITELIB}/precis_i18n/__init__.py
 ${PYSITELIB}/precis_i18n/__init__.pyc
 ${PYSITELIB}/precis_i18n/__init__.pyi

Index: pkgsrc/textproc/py-precis-i18n/distinfo
diff -u pkgsrc/textproc/py-precis-i18n/distinfo:1.9 pkgsrc/textproc/py-precis-i18n/distinfo:1.10
--- pkgsrc/textproc/py-precis-i18n/distinfo:1.9 Thu Nov  9 14:32:26 2023
+++ pkgsrc/textproc/py-precis-i18n/distinfo     Mon Nov 18 17:25:39 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/11/09 14:32:26 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/11/18 17:25:39 adam Exp $
 
-BLAKE2s (precis_i18n-1.1.0.tar.gz) = 042b552abdd15673aeb86a17c29747ea592af9e358cacf4e30fbe206d44cfff6
-SHA512 (precis_i18n-1.1.0.tar.gz) = 95eb40aa063a808885e9a405f8331621e74b669d4602de617f0e6e78e4d9b7f57665d194b826bbdfc6305c71eaecd2e6388f79b2381d85abc606fe7515510b45
-Size (precis_i18n-1.1.0.tar.gz) = 69488 bytes
+BLAKE2s (precis_i18n-1.1.1.tar.gz) = 39d1503ec07cfbf5469621c010b92ae0fed5e0554539f7eb73e575ece1ba9c83
+SHA512 (precis_i18n-1.1.1.tar.gz) = f77c99945a3a1795a5d2f623b354f98bb4de757faad029b04e6e6bea432f6ddea1887f62bad3bb070c5e0ff9a30fafa34a3499d224b357a7da3190613cbaa526
+Size (precis_i18n-1.1.1.tar.gz) = 69511 bytes



Home | Main Index | Thread Index | Old Index