summaryrefslogtreecommitdiff
path: root/dev-python/pycountry
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-08 11:16:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-08 11:16:57 +0000
commiteff7693b7d5be817a8e22410ebcf9e998cbc3c34 (patch)
treec11186fd0d04b448224c83b60259ce65784b6f26 /dev-python/pycountry
parentb2e2e8b7da9e3b861ad38f7e5bb5bac532a10e57 (diff)
downloadbaldeagleos-repo-eff7693b7d5be817a8e22410ebcf9e998cbc3c34.tar.gz
baldeagleos-repo-eff7693b7d5be817a8e22410ebcf9e998cbc3c34.tar.xz
baldeagleos-repo-eff7693b7d5be817a8e22410ebcf9e998cbc3c34.zip
Adding metadata
Diffstat (limited to 'dev-python/pycountry')
-rw-r--r--dev-python/pycountry/Manifest1
-rw-r--r--dev-python/pycountry/metadata.xml2
-rw-r--r--dev-python/pycountry/pycountry-23.12.7.ebuild21
3 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest
index 67cf2540522f..83a0a32e0805 100644
--- a/dev-python/pycountry/Manifest
+++ b/dev-python/pycountry/Manifest
@@ -1 +1,2 @@
DIST pycountry-22.3.5.tar.gz 10141551 BLAKE2B d645eade8ce9be3b99f4f2b189cc50c3395ecb3899ab9fa668066993abbfa576191cfcc05b7bb2764d088a86df492770bcc0a8834f04e6fde58a01defe8a1b14 SHA512 07dc507ee94f1880727761df197f81704386d9246163c9a5872f47083d37c7d1205dfbd28c6663ef0731a0b05277ade03a1a1929ab84087e0e85c05028c68b89
+DIST pycountry-23.12.7.tar.gz 5916789 BLAKE2B c2ef041f170069fd242f2e92b925f6c2ee5cfde65fd7c89e24fafbea599a84b3d18af1470a06ef94e2974fa2320e5510cec7120948b7b5c463cc362f1567d6d6 SHA512 3e8ce14b4b6ea13f2747ec1b6a5db852e50b58ff9ff3bf2429fd2561411593f8d2fbc48208c861b1988fe0981dbb28649e29d62fd91f5a98e0aba1e27d24c97f
diff --git a/dev-python/pycountry/metadata.xml b/dev-python/pycountry/metadata.xml
index 7355a6306e28..92942be77261 100644
--- a/dev-python/pycountry/metadata.xml
+++ b/dev-python/pycountry/metadata.xml
@@ -6,7 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
- <bugs-to>https://github.com/flyingcircusio/pycountry/issues</bugs-to>
+ <bugs-to>https://github.com/pycountry/pycountry/issues</bugs-to>
</upstream>
<origin>gentoo-staging</origin>
<stabilize-allarches/>
diff --git a/dev-python/pycountry/pycountry-23.12.7.ebuild b/dev-python/pycountry/pycountry-23.12.7.ebuild
new file mode 100644
index 000000000000..d6465848fe95
--- /dev/null
+++ b/dev-python/pycountry/pycountry-23.12.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Database of countries, subdivisions, languages, currencies and script"
+HOMEPAGE="
+ https://github.com/pycountry/pycountry/
+ https://pypi.org/project/pycountry/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests pytest