pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import py-country-converter-0.7.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Wed Mar 3 15:46:29 2021 +0100
Changeset:	b901df39054e2ccfb3e2a1e04294b24d02025362

Modified Files:
	Makefile
Added Files:
	py-country-converter/DESCR
	py-country-converter/Makefile
	py-country-converter/PLIST
	py-country-converter/distinfo

Log Message:
Import py-country-converter-0.7.2 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b901df39054e2ccfb3e2a1e04294b24d02025362

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                      |  2 ++
 py-country-converter/DESCR    |  6 ++++++
 py-country-converter/Makefile | 18 ++++++++++++++++++
 py-country-converter/PLIST    | 19 +++++++++++++++++++
 py-country-converter/distinfo |  6 ++++++
 5 files changed, 51 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1c548a4e47..9d9a4cb90a 100644
--- a/Makefile
+++ b/Makefile
@@ -3446,6 +3446,8 @@ SUBDIR+=	py-corpus
 SUBDIR+=	py-corrfitter
 SUBDIR+=	py-cosat
 SUBDIR+=	py-cosmolopy
+SUBDIR+=	py-country
+SUBDIR+=	py-country-converter
 SUBDIR+=	py-coverage-badge
 SUBDIR+=	py-coveralls
 SUBDIR+=	py-cparser
diff --git a/py-country-converter/DESCR b/py-country-converter/DESCR
new file mode 100644
index 0000000000..e6aa53e329
--- /dev/null
+++ b/py-country-converter/DESCR
@@ -0,0 +1,6 @@
+The country converter (coco) is a Python package to convert
+and match country names between different classifications
+and between different naming versions. Internally it uses
+regular expressions to match country names. Coco can also
+be used to build aggregation concordance matrices between
+different classification schemes.
diff --git a/py-country-converter/Makefile b/py-country-converter/Makefile
new file mode 100644
index 0000000000..cd8d1f90db
--- /dev/null
+++ b/py-country-converter/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	country_converter-0.7.2
+PKGNAME=	${PYPKGPREFIX}-country-converter-0.7.2
+CATEGORIES=	geography python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/country_converter/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/konstantinstadler/country_converter
+COMMENT=	Converting country names between different classifications schemes
+LICENSE=	gnu-gpl-v3
+
+PYTHON_VERSIONS_INCOMPATIBLE+=	27
+
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.17.0:../../math/py-pandas
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-country-converter/PLIST b/py-country-converter/PLIST
new file mode 100644
index 0000000000..4decd8b5d7
--- /dev/null
+++ b/py-country-converter/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+bin/coco
+${PYSITELIB}/LICENSE
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/country_converter/__init__.py
+${PYSITELIB}/country_converter/__init__.pyc
+${PYSITELIB}/country_converter/__init__.pyo
+${PYSITELIB}/country_converter/country_converter.py
+${PYSITELIB}/country_converter/country_converter.pyc
+${PYSITELIB}/country_converter/country_converter.pyo
+${PYSITELIB}/country_converter/country_data.tsv
+${PYSITELIB}/country_converter/version.py
+${PYSITELIB}/country_converter/version.pyc
+${PYSITELIB}/country_converter/version.pyo
diff --git a/py-country-converter/distinfo b/py-country-converter/distinfo
new file mode 100644
index 0000000000..8cb8231811
--- /dev/null
+++ b/py-country-converter/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (country_converter-0.7.2.tar.gz) = 7a2ce085d97b68caa322895a88622dd4404786f2
+RMD160 (country_converter-0.7.2.tar.gz) = fe57e66b97b83706655423556d770826934f99b9
+SHA512 (country_converter-0.7.2.tar.gz) = 409c414eae7f08471a6517ee331c3ce479a683478c345d1af83309d62fa2761f39ad051713b9f4ad3a54ff655198953306805beec2dc592c30f3732778cec951
+Size (country_converter-0.7.2.tar.gz) = 48649 bytes


Home | Main Index | Thread Index | Old Index