Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2020 13:12:22 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537548 - in head/textproc: . py-iso3166
Message-ID:  <202006021312.052DCMmr071053@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Tue Jun  2 13:12:22 2020
New Revision: 537548
URL: https://svnweb.freebsd.org/changeset/ports/537548

Log:
  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

Added:
  head/textproc/py-iso3166/
  head/textproc/py-iso3166/Makefile   (contents, props changed)
  head/textproc/py-iso3166/distinfo   (contents, props changed)
  head/textproc/py-iso3166/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Tue Jun  2 13:12:07 2020	(r537547)
+++ head/textproc/Makefile	Tue Jun  2 13:12:22 2020	(r537548)
@@ -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

Added: head/textproc/py-iso3166/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-iso3166/Makefile	Tue Jun  2 13:12:22 2020	(r537548)
@@ -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>

Added: head/textproc/py-iso3166/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-iso3166/distinfo	Tue Jun  2 13:12:22 2020	(r537548)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586742202
+SHA256 (iso3166-1.0.1.tar.gz) = b1e58dbcf50fbb2c9c418ec7a6057f0cdb30b8f822ac852f72e71ba769dae8c5
+SIZE (iso3166-1.0.1.tar.gz) = 10052

Added: head/textproc/py-iso3166/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-iso3166/pkg-descr	Tue Jun  2 13:12:22 2020	(r537548)
@@ -0,0 +1,3 @@
+Self-contained ISO 3166-1 country definitions.
+
+WWW: https://pypi.python.org/pypi/iso3166



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006021312.052DCMmr071053>