commit: c08a863d029313452112eead80c32cb796026336 Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com> AuthorDate: Sun Sep 24 07:49:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 03:23:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08a863d
dev-python/dparse: new package, add 0.6.3 Bug: https://bugs.gentoo.org/717666 Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/dparse/Manifest | 1 + dev-python/dparse/dparse-0.6.3.ebuild | 21 +++++++++++++++++++++ dev-python/dparse/metadata.xml | 17 +++++++++++++++++ 3 files changed, 39 insertions(+) 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..d262d790c542 --- /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=( pypy3 python3_{10..12} ) + +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..3a5ad18648af --- /dev/null +++ b/dev-python/dparse/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Oz Tiram</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">pyupio/dparse</remote-id> + <remote-id type="pypi">dparse</remote-id> + </upstream> +</pkgmetadata>
