svn commit: r533177 - in head/textproc: . py-pycountry

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 27 20:57:53 UTC 2020


Author: sunpoet
Date: Mon Apr 27 20:57:49 2020
New Revision: 533177
URL: https://svnweb.freebsd.org/changeset/ports/533177

Log:
  Add py-pycountry 19.8.18
  
  pycountry provides the ISO databases for the standards:
  - 639-3: Languages
  - 3166: Countries
  - 3166-3: Deleted countries
  - 3166-2: Subdivisions of countries
  - 4217: Currencies
  - 15924: Scripts
  
  WWW: https://github.com/flyingcircusio/pycountry

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Apr 27 20:57:42 2020	(r533176)
+++ head/textproc/Makefile	Mon Apr 27 20:57:49 2020	(r533177)
@@ -1324,6 +1324,7 @@
     SUBDIR += py-pyPEG2
     SUBDIR += py-pyahocorasick
     SUBDIR += py-pyaml
+    SUBDIR += py-pycountry
     SUBDIR += py-pyes
     SUBDIR += py-pygccxml
     SUBDIR += py-pygments

Added: head/textproc/py-pycountry/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pycountry/Makefile	Mon Apr 27 20:57:49 2020	(r533177)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	pycountry
+PORTVERSION=	19.8.18
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	ISO country, subdivision, language, currency and script definitions and their translations
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		python:3.3+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-pycountry/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pycountry/distinfo	Mon Apr 27 20:57:49 2020	(r533177)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588013478
+SHA256 (pycountry-19.8.18.tar.gz) = 3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
+SIZE (pycountry-19.8.18.tar.gz) = 10003160

Added: head/textproc/py-pycountry/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-pycountry/pkg-descr	Mon Apr 27 20:57:49 2020	(r533177)
@@ -0,0 +1,9 @@
+pycountry provides the ISO databases for the standards:
+- 639-3: Languages
+- 3166: Countries
+- 3166-3: Deleted countries
+- 3166-2: Subdivisions of countries
+- 4217: Currencies
+- 15924: Scripts
+
+WWW: https://github.com/flyingcircusio/pycountry


More information about the svn-ports-all mailing list