New port: textproc/py-iso3166: Standalone ISO 3166-1 country definitions

Self-contained ISO 3166-1 country definitions.

WWW: https://pypi.python.org/pypi/iso3166

First user: multimedia/streamlink

(kevans@ asked me to handle the commit on Sat May 30 via IRC,
I missed it, and he asked again today.)

PR:		241565
Submitted by:	takefu@airport.fm (maintainer)
Reviewed by:	koobs@, vvd@unislabs.com
This commit is contained in:
Matthias Andree
2020-06-02 13:12:22 +00:00
parent 512580741f
commit 089344e368
4 changed files with 31 additions and 0 deletions

View File

@@ -1264,6 +1264,7 @@
SUBDIR += py-isbnlib
SUBDIR += py-isbntools
SUBDIR += py-iso-639
SUBDIR += py-iso3166
SUBDIR += py-jc
SUBDIR += py-jinja2-cli
SUBDIR += py-jsonslicer

View File

@@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= iso3166
PORTVERSION= 1.0.1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= takefu@airport.fm
COMMENT= Standalone ISO 3166-1 country definitions
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts=
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1586742202
SHA256 (iso3166-1.0.1.tar.gz) = b1e58dbcf50fbb2c9c418ec7a6057f0cdb30b8f822ac852f72e71ba769dae8c5
SIZE (iso3166-1.0.1.tar.gz) = 10052

View File

@@ -0,0 +1,3 @@
Self-contained ISO 3166-1 country definitions.
WWW: https://pypi.python.org/pypi/iso3166