pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-bracex



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun  1 10:57:09 UTC 2022

Modified Files:
        pkgsrc/textproc/py-bracex: Makefile PLIST distinfo

Log Message:
py-bracex: updated to 2.3

2.3
NEW: Drop Python 3.6 support.
NEW: Switch to Hatch build backend instead of Setuptools.

2.2.1
FIX: Remove excessive generator wrappers.
FIX: Use AnyStr for string static types instead of custom alias.

2.2
NEW: Support Python 3.10
NEW: Command line interface using python3 -m bracex
NEW: Add static types to API.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-bracex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-bracex/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-bracex/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-bracex/Makefile
diff -u pkgsrc/textproc/py-bracex/Makefile:1.2 pkgsrc/textproc/py-bracex/Makefile:1.3
--- pkgsrc/textproc/py-bracex/Makefile:1.2      Tue Jan  4 20:54:52 2022
+++ pkgsrc/textproc/py-bracex/Makefile  Wed Jun  1 10:57:09 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/06/01 10:57:09 adam Exp $
 
-DISTNAME=      bracex-2.1.1
+DISTNAME=      bracex-2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/bracex/}
 
@@ -11,9 +10,11 @@ HOMEPAGE=    https://github.com/facelessuse
 COMMENT=       Bash style brace expander
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-hatchling>=0.21.1:../../devel/py-hatchling
+
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-bracex/PLIST
diff -u pkgsrc/textproc/py-bracex/PLIST:1.1 pkgsrc/textproc/py-bracex/PLIST:1.2
--- pkgsrc/textproc/py-bracex/PLIST:1.1 Fri May 28 04:22:58 2021
+++ pkgsrc/textproc/py-bracex/PLIST     Wed Jun  1 10:57:09 2022
@@ -1,11 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/28 04:22:58 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2022/06/01 10:57:09 adam Exp $
+${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}/license_files/LICENSE.md
 ${PYSITELIB}/bracex/__init__.py
 ${PYSITELIB}/bracex/__init__.pyc
-${PYSITELIB}/bracex/__init__.pyo
+${PYSITELIB}/bracex/__main__.py
+${PYSITELIB}/bracex/__main__.pyc
 ${PYSITELIB}/bracex/__meta__.py
 ${PYSITELIB}/bracex/__meta__.pyc
-${PYSITELIB}/bracex/__meta__.pyo
+${PYSITELIB}/bracex/py.typed

Index: pkgsrc/textproc/py-bracex/distinfo
diff -u pkgsrc/textproc/py-bracex/distinfo:1.5 pkgsrc/textproc/py-bracex/distinfo:1.6
--- pkgsrc/textproc/py-bracex/distinfo:1.5      Fri Jan 14 11:49:44 2022
+++ pkgsrc/textproc/py-bracex/distinfo  Wed Jun  1 10:57:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/01/14 11:49:44 wiz Exp $
+$NetBSD: distinfo,v 1.6 2022/06/01 10:57:09 adam Exp $
 
-BLAKE2s (bracex-2.1.1.tar.gz) = 0a05bc4493026be6c753a226f62ca3aeafb1db18ff2930fc6c31c0bf75f9a618
-SHA512 (bracex-2.1.1.tar.gz) = d34a50e6565e1ecdb1c645d047351d907f57ab73614743be18495eb873449a2604f7dfd528e1221f71f7e709e0651cdb5d19605d24cad578bee85543c4a79c9e
-Size (bracex-2.1.1.tar.gz) = 26628 bytes
+BLAKE2s (bracex-2.3.tar.gz) = 97370d57ac4672bae4edbfbdcc17b2decc812f63d94d4cb5a6ce21bc76fe7a37
+SHA512 (bracex-2.3.tar.gz) = 59ea9823004164d5885c1757ba2e9b5d5773ad1bf39085f1d765975436381fb03773b60458dd22a0a5e310b1260ee8bbcc8302be1152f59d34268364736b2df5
+Size (bracex-2.3.tar.gz) = 23736 bytes



Home | Main Index | Thread Index | Old Index