pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-confusable_homoglyphs



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Feb  7 10:21:08 UTC 2024

Modified Files:
        pkgsrc/converters/py-confusable_homoglyphs: Makefile distinfo
Removed Files:
        pkgsrc/converters/py-confusable_homoglyphs/patches: patch-versioneer.py

Log Message:
py-confusable_homoglyphs: updated to 3.3.1

3.3.0

- Drop support for Python 2
- Drop support for Python < 3.7, add support for Python up to 3.12
- Allow using data files from a custom location set with the
  CONFUSABLE_DATA environment variable.
- Fix the return value of confusables.is_dangerous() to the documented
  API of a boolean value. It used to return either False or the list
  output of confusable.is_confusable().
- Added a check command for command line use.

3.3.1

- Update unicode data


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/py-confusable_homoglyphs/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/converters/py-confusable_homoglyphs/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/converters/py-confusable_homoglyphs/patches/patch-versioneer.py

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

Modified files:

Index: pkgsrc/converters/py-confusable_homoglyphs/Makefile
diff -u pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.8 pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.9
--- pkgsrc/converters/py-confusable_homoglyphs/Makefile:1.8     Sun Nov  5 23:44:05 2023
+++ pkgsrc/converters/py-confusable_homoglyphs/Makefile Wed Feb  7 10:21:07 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2023/11/05 23:44:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/02/07 10:21:07 adam Exp $
 
-DISTNAME=      confusable_homoglyphs-3.2.0
+DISTNAME=      confusable_homoglyphs-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    converters python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/}
 
@@ -13,6 +12,7 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+# cli
 DEPENDS+=      ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
 
 USE_LANGUAGES= # none
@@ -20,8 +20,8 @@ USE_LANGUAGES=        # none
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin \
-               && ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/converters/py-confusable_homoglyphs/distinfo
diff -u pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.6 pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.7
--- pkgsrc/converters/py-confusable_homoglyphs/distinfo:1.6     Sun Nov  5 23:44:05 2023
+++ pkgsrc/converters/py-confusable_homoglyphs/distinfo Wed Feb  7 10:21:07 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/11/05 23:44:05 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/02/07 10:21:07 adam Exp $
 
-BLAKE2s (confusable_homoglyphs-3.2.0.tar.gz) = 0f025fef9340a154bc75e351f53fffbe9ddb5f37af0ceccaaa375acbe1cf0276
-SHA512 (confusable_homoglyphs-3.2.0.tar.gz) = 0a46a5bc94393592f6fa088bbe2f95cc301972c55de08231f3607828fcd3c5cb462514b80013283ef8cd8d76eaa3e14258ac8f3433c9c2cd1a89bcebca8fa7f6
-Size (confusable_homoglyphs-3.2.0.tar.gz) = 161937 bytes
-SHA1 (patch-versioneer.py) = 3a8b5a2b650f935cd5173081b0f3d35375831f38
+BLAKE2s (confusable_homoglyphs-3.3.1.tar.gz) = 49c31fe155f3abfe4e56e7346ac06bf98d8912a9cb4f72366de7bf764aaec4ca
+SHA512 (confusable_homoglyphs-3.3.1.tar.gz) = c6032479025caa779c79761fc6b34e5b5adab3d784bfe03282b7f5edc7701366ee7897bd4e8a4c264e7a06a59f075ac876bd47fa328accfe981944e70092d40d
+Size (confusable_homoglyphs-3.3.1.tar.gz) = 325480 bytes



Home | Main Index | Thread Index | Old Index