summaryrefslogtreecommitdiff
path: root/dev-python/dparse
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-09 06:44:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-09 06:44:33 +0000
commit8dbb5b51ae56898f1522d5fb2abfee1cd806170f (patch)
treefbe7405f63d4bc6343fa7b2497bbd015cc42c92d /dev-python/dparse
parentff0c8514e2b1abf6b092416b67a5bd58d1cf9653 (diff)
downloadbaldeagleos-repo-8dbb5b51ae56898f1522d5fb2abfee1cd806170f.tar.gz
baldeagleos-repo-8dbb5b51ae56898f1522d5fb2abfee1cd806170f.tar.xz
baldeagleos-repo-8dbb5b51ae56898f1522d5fb2abfee1cd806170f.zip
Adding metadata
Diffstat (limited to 'dev-python/dparse')
-rw-r--r--dev-python/dparse/Manifest1
-rw-r--r--dev-python/dparse/dparse-0.6.4.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/dparse/Manifest b/dev-python/dparse/Manifest
index 3690a7ca2bf6..d56d27bee39d 100644
--- a/dev-python/dparse/Manifest
+++ b/dev-python/dparse/Manifest
@@ -1 +1,2 @@
+DIST dparse-0.6.4.tar.gz 27912 BLAKE2B 0969b68c061d42bd39840046e8ea8975aac7932d979b21589136ddb4647c10f4c129079db4492dcacafd92ab3cc7cab46528b8c80afdb489ff2723387dcf4dd5 SHA512 1c4e42b2ebf3df25d2143153d034e7fdb2de9c38dd545c865f55bca111e3aff83cd7d85247804d914b35ec1ecc86d5c0a4019a658a826de38186d2f8721406c0
DIST dparse-0.6.4b0.tar.gz 25761 BLAKE2B c2f430e9a59ca3747d00151aa5e5afdc51ad42dccafb2d5c95c4a62e405109bab6bba9de39a62703ef6f1846081cac9cb1e2bcc3986690ca6dc2f21220ffedd6 SHA512 f0cf9f07bca93388e85d0aa5bb8359cdaf276c5abf146f8469fe7b32a2ca0614452bcb3a48c55da4421964062fc0baf538386dce8f5e2a70b618533c870791ac
diff --git a/dev-python/dparse/dparse-0.6.4.ebuild b/dev-python/dparse/dparse-0.6.4.ebuild
new file mode 100644
index 000000000000..edbd1981cf4f
--- /dev/null
+++ b/dev-python/dparse/dparse-0.6.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A parser for Python dependency files"
+HOMEPAGE="
+ https://github.com/pyupio/dparse
+ https://pypi.org/project/dparse/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+# Break circular dependency
+PDEPEND="
+ dev-python/pipenv[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ ${PDEPEND}
+ )
+"
+
+distutils_enable_tests pytest