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:
@@ -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
|
||||
|
||||
24
textproc/py-iso3166/Makefile
Normal file
24
textproc/py-iso3166/Makefile
Normal 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>
|
||||
3
textproc/py-iso3166/distinfo
Normal file
3
textproc/py-iso3166/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1586742202
|
||||
SHA256 (iso3166-1.0.1.tar.gz) = b1e58dbcf50fbb2c9c418ec7a6057f0cdb30b8f822ac852f72e71ba769dae8c5
|
||||
SIZE (iso3166-1.0.1.tar.gz) = 10052
|
||||
3
textproc/py-iso3166/pkg-descr
Normal file
3
textproc/py-iso3166/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Self-contained ISO 3166-1 country definitions.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/iso3166
|
||||
Reference in New Issue
Block a user