head 1.11; access; symbols pkgsrc-2023Q4:1.11.0.12 pkgsrc-2023Q4-base:1.11 pkgsrc-2023Q3:1.11.0.10 pkgsrc-2023Q3-base:1.11 pkgsrc-2023Q2:1.11.0.8 pkgsrc-2023Q2-base:1.11 pkgsrc-2023Q1:1.11.0.6 pkgsrc-2023Q1-base:1.11 pkgsrc-2022Q4:1.11.0.4 pkgsrc-2022Q4-base:1.11 pkgsrc-2022Q3:1.11.0.2 pkgsrc-2022Q3-base:1.11 pkgsrc-2022Q2:1.10.0.4 pkgsrc-2022Q2-base:1.10 pkgsrc-2022Q1:1.10.0.2 pkgsrc-2022Q1-base:1.10 pkgsrc-2021Q4:1.8.0.2 pkgsrc-2021Q4-base:1.8 pkgsrc-2021Q3:1.6.0.12 pkgsrc-2021Q3-base:1.6 pkgsrc-2021Q2:1.6.0.10 pkgsrc-2021Q2-base:1.6 pkgsrc-2021Q1:1.6.0.8 pkgsrc-2021Q1-base:1.6 pkgsrc-2020Q4:1.6.0.6 pkgsrc-2020Q4-base:1.6 pkgsrc-2020Q3:1.6.0.4 pkgsrc-2020Q3-base:1.6 pkgsrc-2020Q2:1.6.0.2 pkgsrc-2020Q2-base:1.6 pkgsrc-2020Q1:1.5.0.2 pkgsrc-2020Q1-base:1.5 pkgsrc-2019Q4:1.4.0.6 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.2 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.3.0.2 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.14 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.12 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.10 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.8 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.4 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.2 pkgsrc-2017Q1-base:1.1; locks; strict; comment @# @; 1.11 date 2022.07.25.16.27.11; author adam; state Exp; branches; next 1.10; commitid DRDd0vD2jfnUmiND; 1.10 date 2022.01.04.20.53.12; author wiz; state Exp; branches; next 1.9; commitid CYyhdK9qtoffkmnD; 1.9 date 2021.12.30.13.05.30; author adam; state Exp; branches; next 1.8; commitid w23rFuQ4pTWhUFmD; 1.8 date 2021.12.16.13.44.02; author wiz; state Exp; branches; next 1.7; commitid OYAsTceaBi3mzSkD; 1.7 date 2021.10.11.17.55.07; author adam; state Exp; branches; next 1.6; commitid QzefavbbfSP05qcD; 1.6 date 2020.05.16.17.13.40; author adam; state Exp; branches; next 1.5; commitid O1XdZN37EtIelu8C; 1.5 date 2020.01.16.10.08.31; author adam; state Exp; branches; next 1.4; commitid 8uueLTPvRcljSTSB; 1.4 date 2019.07.03.07.19.03; author nia; state Exp; branches; next 1.3; commitid JA2Mi3CBsc7XgztB; 1.3 date 2019.04.11.08.29.45; author adam; state Exp; branches; next 1.2; commitid sqHo4UQiTMJxkUiB; 1.2 date 2018.08.07.08.36.58; author adam; state Exp; branches; next 1.1; commitid ZrZukFxKcUybjaNA; 1.1 date 2017.02.25.02.15.19; author maya; state Exp; branches; next ; commitid qqzIhOu3hQ7CahHz; desc @@ 1.11 log @py-iso3166: updated to 2.1.1 2.1.1 - July 11, 2022 --------------------- * Move install metadata from ``setup.py`` to ``setup.cfg`` * Add py.typed to source distribution 2.1.0 - July 11, 2022 --------------------- * Updated entries - "Turkey" changed to "Türkiye" @ text @# $NetBSD: Makefile,v 1.10 2022/01/04 20:53:12 wiz Exp $ DISTNAME= iso3166-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/iso3166/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/deactivated/python-iso3166 COMMENT= Self-contained ISO 3166-1 country definitions LICENSE= mit TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 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.9 2021/12/30 13:05:30 adam Exp $ d3 1 a3 1 DISTNAME= iso3166-2.0.2 a4 1 PKGREVISION= 1 @ 1.9 log @Forget about Python 3.6 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2021/12/16 13:44:02 wiz Exp $ d5 1 @ 1.8 log @py-iso3166: not for python 3.6 Also mark packages using it that way @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2021/10/11 17:55:07 adam Exp $ d17 1 a17 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 36 @ 1.7 log @py-iso3166: updated to 2.0.2 2.0.2 - Sep 20, 2021 -------------------- * Add the ``py.typed`` marker file in accordance with PEP 561 2.0.1 - Sep 14, 2021 -------------------- * Add ``python_requires`` to ``setup.py`` 2.0.0 - Sep 14, 2021 -------------------- * Add type hints throughout codebase (thanks blokje!) * Drop support for Python versions prior to 3.6 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/05/16 17:13:40 adam Exp $ d17 1 a17 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 @ 1.6 log @pytest from versioned deps. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/01/16 10:08:31 adam Exp $ d3 1 a3 1 DISTNAME= iso3166-1.0.1 d13 1 a13 1 PYTHON_VERSIONED_DEPENDENCIES= test:test d17 2 d20 1 a20 1 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests a22 1 .include "../../lang/python/versioned_dependencies.mk" @ 1.5 log @py-iso3166: updated to 1.0.1 1.0.1: * Include test files in source distribution * Added all Python 3 versions to tox.ini and supported list @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/07/03 07:19:03 nia Exp $ d13 1 a13 1 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test d21 1 @ 1.4 log @Use https for github. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/04/11 08:29:45 adam Exp $ d3 1 a3 1 DISTNAME= iso3166-1.0 d13 2 d17 3 @ 1.3 log @py-iso3166: updated to 1.0 1.0: * Updated entries - "Macedonia, the former Yugoslav Republic of" changed to "North Macedonia" (effective 2019-03-13) - Added numeric code 983 for Kosovo to mirror usage by the National Statistical Office of Canada @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2018/08/07 08:36:58 adam Exp $ d9 1 a9 1 HOMEPAGE= http://github.com/deactivated/python-iso3166 @ 1.2 log @py-iso3166: updated to 0.9 0.9: * Updated entries - New entry for Kosovo (XK / XKX) - Swaziland changed to Eswatini (effective 2018-07-16) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/02/25 02:15:19 maya Exp $ d3 1 a3 1 DISTNAME= iso3166-0.9 @ 1.1 log @Add new package py-iso3166. ISO 3166-1 defines two-letter, three-letter, and three-digit country codes. py-iso3166 is a self-contained module that converts between these codes and the corresponding country name. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= iso3166-0.8 d5 1 a5 1 CATEGORIES= devel d9 1 a9 1 HOMEPAGE= https://pypi.python.org/pypi/iso3166 @