head 1.9; access; symbols pkgsrc-2023Q4:1.8.0.2 pkgsrc-2023Q4-base:1.8 pkgsrc-2023Q3:1.7.0.14 pkgsrc-2023Q3-base:1.7 pkgsrc-2023Q2:1.7.0.12 pkgsrc-2023Q2-base:1.7 pkgsrc-2023Q1:1.7.0.10 pkgsrc-2023Q1-base:1.7 pkgsrc-2022Q4:1.7.0.8 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.6 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.4.0.26 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.24 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.22 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.20 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.18 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.16 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.14 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.10 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.12 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.8 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.6 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.4 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.4.0.2 pkgsrc-2018Q4-base:1.4 pkgsrc-2018Q3:1.3.0.4 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.3.0.2 pkgsrc-2018Q2-base:1.3 pkgsrc-2018Q1:1.2.0.4 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.2 pkgsrc-2017Q4-base:1.2; locks; strict; comment @# @; 1.9 date 2024.02.07.10.21.07; author adam; state Exp; branches; next 1.8; commitid TMw5Tth3kWzhhuXE; 1.8 date 2023.11.05.23.44.05; author wiz; state Exp; branches; next 1.7; commitid xyHQN8tAckc5KtLE; 1.7 date 2022.01.31.09.48.35; author wiz; state Exp; branches; next 1.6; commitid YlBI90wGsebVMLqD; 1.6 date 2022.01.05.15.40.59; author wiz; state Exp; branches; next 1.5; commitid FQ77UruBIUsgzsnD; 1.5 date 2022.01.04.20.52.39; author wiz; state Exp; branches; next 1.4; commitid CYyhdK9qtoffkmnD; 1.4 date 2018.12.04.13.29.13; author adam; state Exp; branches; next 1.3; commitid 7PuUENpQwehq6u2B; 1.3 date 2018.05.17.10.38.13; author adam; state Exp; branches; next 1.2; commitid nD35uAdoMTWkCDCA; 1.2 date 2017.12.10.16.46.16; author adam; state Exp; branches; next 1.1; commitid hdccjVz618WvJmiA; 1.1 date 2017.12.10.16.34.41; author adam; state Exp; branches; next ; commitid dHk6krqVULKyFmiA; desc @@ 1.9 log @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 @ text @# $NetBSD: Makefile,v 1.8 2023/11/05 23:44:05 wiz Exp $ DISTNAME= confusable_homoglyphs-3.3.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=c/confusable_homoglyphs/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/vhf/confusable_homoglyphs COMMENT= Detect confusable usage of unicode homoglyphs 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 PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE} .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.8 log @py-confusable_homoglyphs: convert to wheel.mk Fix build with Python 3.12. Bump PKGREVISION @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2022/01/31 09:48:35 wiz Exp $ d3 1 a3 1 DISTNAME= confusable_homoglyphs-3.2.0 a4 1 PKGREVISION= 3 d15 1 d23 2 a24 2 cd ${DESTDIR}${PREFIX}/bin \ && ${MV} confusable_homoglyphs confusable_homoglyphs-${PYVERSSUFFIX} || ${TRUE} @ 1.7 log @*: depend on py-click via versioned_dependencies @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/01/05 15:40:59 wiz Exp $ d5 1 a5 1 PKGREVISION= 2 d14 3 a16 1 PYTHON_VERSIONED_DEPENDENCIES+= click d20 1 a20 1 USE_PKG_RESOURCES= yes d26 1 a26 2 .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" @ 1.6 log @python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2022/01/04 20:52:39 wiz Exp $ d14 1 a14 1 DEPENDS+= ${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click d25 1 @ 1.5 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2018/12/04 13:29:13 adam Exp $ d5 1 a5 1 PKGREVISION= 1 d18 2 @ 1.4 log @py-confusable_homoglyphs: updated to 3.2.0 3.2.0: Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/05/17 10:38:13 adam Exp $ d5 1 @ 1.3 log @py-confusable_homoglyphs: updated to 3.1.1 3.1.1: Bug fixes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/12/10 16:46:16 adam Exp $ d3 1 a3 1 DISTNAME= confusable_homoglyphs-3.1.1 d18 2 a19 1 cd ${DESTDIR}${PREFIX}/bin && ${MV} confusable_homoglyphs confusable_homoglyphs${PYVERSSUFFIX} || ${TRUE} @ 1.2 log @Quickly added ALTERNATIVES @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/12/10 16:34:41 adam Exp $ d3 1 a3 1 DISTNAME= confusable_homoglyphs-3.0.0 @ 1.1 log @py-confusable_homoglyphs: added version 3.0.0 @ text @d1 1 a1 1 # $NetBSD$ d17 3 @