Sun Nov 5 23:44:05 2023 UTC ()
py-confusable_homoglyphs: convert to wheel.mk

Fix build with Python 3.12.

Bump PKGREVISION


(wiz)
diff -r1.7 -r1.8 pkgsrc/converters/py-confusable_homoglyphs/Makefile
diff -r1.3 -r1.4 pkgsrc/converters/py-confusable_homoglyphs/PLIST
diff -r1.5 -r1.6 pkgsrc/converters/py-confusable_homoglyphs/distinfo
diff -r0 -r1.1 pkgsrc/converters/py-confusable_homoglyphs/patches/patch-versioneer.py
Mon Nov 6 08:44:05 2023
Thu Jan 1 09:00:00 1970
pkgsrc/converters/py-confusable_homoglyphs/patches/patch-versioneer.py,v

anoncvs not yet been updated

cvs diff -r1.7 -r1.8 pkgsrc/converters/py-confusable_homoglyphs/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/py-confusable_homoglyphs/Makefile 2022/01/31 09:48:35 1.7
+++ pkgsrc/converters/py-confusable_homoglyphs/Makefile 2023/11/05 23:44:05 1.8
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.7 2022/01/31 09:48:35 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2023/11/05 23:44:05 wiz Exp $
2 2
3DISTNAME= confusable_homoglyphs-3.2.0 3DISTNAME= confusable_homoglyphs-3.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 5PKGREVISION= 3
6CATEGORIES= converters python 6CATEGORIES= converters python
7MASTER_SITES= ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/} 7MASTER_SITES= ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/vhf/confusable_homoglyphs 10HOMEPAGE= https://github.com/vhf/confusable_homoglyphs
11COMMENT= Detect confusable usage of unicode homoglyphs 11COMMENT= Detect confusable usage of unicode homoglyphs
12LICENSE= mit 12LICENSE= mit
13 13
14PYTHON_VERSIONED_DEPENDENCIES+= click 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 16DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
15 17
16USE_LANGUAGES= # none 18USE_LANGUAGES= # none
17 19
18USE_PKG_RESOURCES= yes 20PYTHON_VERSIONS_INCOMPATIBLE= 27
19 21
20post-install: 22post-install:
21 cd ${DESTDIR}${PREFIX}/bin \ 23 cd ${DESTDIR}${PREFIX}/bin \
22 && ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE} 24 && ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE}
23 25
24.include "../../lang/python/egg.mk" 26.include "../../lang/python/wheel.mk"
25.include "../../lang/python/versioned_dependencies.mk" 
26.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/converters/py-confusable_homoglyphs/PLIST (expand / switch to unified diff)

--- pkgsrc/converters/py-confusable_homoglyphs/PLIST 2018/12/04 13:29:13 1.3
+++ pkgsrc/converters/py-confusable_homoglyphs/PLIST 2023/11/05 23:44:05 1.4
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1@comment $NetBSD: PLIST,v 1.3 2018/12/04 13:29:13 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2023/11/05 23:44:05 wiz Exp $
2bin/confusable_homoglyphs-${PYVERSSUFFIX} 2bin/confusable_homoglyphs-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${WHEEL_INFODIR}/METADATA
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${WHEEL_INFODIR}/RECORD
7${PYSITELIB}/${EGG_INFODIR}/requires.txt 7${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 9${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/confusable_homoglyphs/__init__.py 10${PYSITELIB}/confusable_homoglyphs/__init__.py
10${PYSITELIB}/confusable_homoglyphs/__init__.pyc 11${PYSITELIB}/confusable_homoglyphs/__init__.pyc
11${PYSITELIB}/confusable_homoglyphs/__init__.pyo 12${PYSITELIB}/confusable_homoglyphs/__init__.pyo
12${PYSITELIB}/confusable_homoglyphs/_version.py 13${PYSITELIB}/confusable_homoglyphs/_version.py
13${PYSITELIB}/confusable_homoglyphs/_version.pyc 14${PYSITELIB}/confusable_homoglyphs/_version.pyc
14${PYSITELIB}/confusable_homoglyphs/_version.pyo 15${PYSITELIB}/confusable_homoglyphs/_version.pyo
15${PYSITELIB}/confusable_homoglyphs/categories.json 16${PYSITELIB}/confusable_homoglyphs/categories.json
16${PYSITELIB}/confusable_homoglyphs/categories.py 17${PYSITELIB}/confusable_homoglyphs/categories.py
17${PYSITELIB}/confusable_homoglyphs/categories.pyc 18${PYSITELIB}/confusable_homoglyphs/categories.pyc
18${PYSITELIB}/confusable_homoglyphs/categories.pyo 19${PYSITELIB}/confusable_homoglyphs/categories.pyo
19${PYSITELIB}/confusable_homoglyphs/cli.py 20${PYSITELIB}/confusable_homoglyphs/cli.py
20${PYSITELIB}/confusable_homoglyphs/cli.pyc 21${PYSITELIB}/confusable_homoglyphs/cli.pyc
21${PYSITELIB}/confusable_homoglyphs/cli.pyo 22${PYSITELIB}/confusable_homoglyphs/cli.pyo

cvs diff -r1.5 -r1.6 pkgsrc/converters/py-confusable_homoglyphs/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/py-confusable_homoglyphs/distinfo 2021/10/26 10:06:50 1.5
+++ pkgsrc/converters/py-confusable_homoglyphs/distinfo 2023/11/05 23:44:05 1.6
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 10:06:50 nia Exp $ 1$NetBSD: distinfo,v 1.6 2023/11/05 23:44:05 wiz Exp $
2 2
3BLAKE2s (confusable_homoglyphs-3.2.0.tar.gz) = 0f025fef9340a154bc75e351f53fffbe9ddb5f37af0ceccaaa375acbe1cf0276 3BLAKE2s (confusable_homoglyphs-3.2.0.tar.gz) = 0f025fef9340a154bc75e351f53fffbe9ddb5f37af0ceccaaa375acbe1cf0276
4SHA512 (confusable_homoglyphs-3.2.0.tar.gz) = 0a46a5bc94393592f6fa088bbe2f95cc301972c55de08231f3607828fcd3c5cb462514b80013283ef8cd8d76eaa3e14258ac8f3433c9c2cd1a89bcebca8fa7f6 4SHA512 (confusable_homoglyphs-3.2.0.tar.gz) = 0a46a5bc94393592f6fa088bbe2f95cc301972c55de08231f3607828fcd3c5cb462514b80013283ef8cd8d76eaa3e14258ac8f3433c9c2cd1a89bcebca8fa7f6
5Size (confusable_homoglyphs-3.2.0.tar.gz) = 161937 bytes 5Size (confusable_homoglyphs-3.2.0.tar.gz) = 161937 bytes
 6SHA1 (patch-versioneer.py) = 3a8b5a2b650f935cd5173081b0f3d35375831f38

File Added: pkgsrc/converters/py-confusable_homoglyphs/patches/patch-versioneer.py