summaryrefslogtreecommitdiff
path: root/dev-python/dparse
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-27 06:40:13 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-27 06:40:13 +0000
commit532d6c10f84767f12eb9d80cbbb5564795c6e2fd (patch)
tree4d34fa75471b263a1514eccd2ea48cb074cd34c8 /dev-python/dparse
parentd5f704aeefcddf84c928c77f138968554a171262 (diff)
downloadbaldeagleos-repo-532d6c10f84767f12eb9d80cbbb5564795c6e2fd.tar.gz
baldeagleos-repo-532d6c10f84767f12eb9d80cbbb5564795c6e2fd.tar.xz
baldeagleos-repo-532d6c10f84767f12eb9d80cbbb5564795c6e2fd.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.3.ebuild21
-rw-r--r--dev-python/dparse/metadata.xml15
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/dparse/Manifest b/dev-python/dparse/Manifest
new file mode 100644
index 000000000000..f44e340fd614
--- /dev/null
+++ b/dev-python/dparse/Manifest
@@ -0,0 +1 @@
+DIST dparse-0.6.3.tar.gz 20316 BLAKE2B 6da05ddd01b059f8c7473be99f80d0b870c61f5417b3957a7ba55077e2e4757c0a7438b64abde042ea9d4d4a8faa0024752e735c02136f8274ba3ad120324a02 SHA512 b73623fee7add7bf7d5f453c96f602a28ceca8552bba14f938ad3102da38f23e9a93469cf716beeb0a2f2a578562e3ab843c1e86b7615c315b100c0c32108a7b
diff --git a/dev-python/dparse/dparse-0.6.3.ebuild b/dev-python/dparse/dparse-0.6.3.ebuild
new file mode 100644
index 000000000000..bddecd05386b
--- /dev/null
+++ b/dev-python/dparse/dparse-0.6.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9,10,11,12} 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"
+
+distutils_enable_tests pytest
diff --git a/dev-python/dparse/metadata.xml b/dev-python/dparse/metadata.xml
new file mode 100644
index 000000000000..ed0f1dc95764
--- /dev/null
+++ b/dev-python/dparse/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>oz.tiram@gmail.com</email>
+ <name>Oz Tiram</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file