diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-11-05 22:13:48 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-11-05 22:13:48 +0000 |
commit | 97975d199eba29b1b2f09f99dcd0566f2d1f581f (patch) | |
tree | e745f623575a90f1608f613dedfc4e441092909e /dev-python/python-discid | |
parent | e65ee315554600740a3ecc9dde351e7ded136023 (diff) |
gentoo auto-resync : 05:11:2023 - 22:13:48
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r-- | dev-python/python-discid/Manifest | 3 | ||||
-rw-r--r-- | dev-python/python-discid/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/python-discid/python-discid-1.2.0-r1.ebuild | 23 |
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/python-discid/Manifest b/dev-python/python-discid/Manifest deleted file mode 100644 index 6ac512fd4bc1..000000000000 --- a/dev-python/python-discid/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-discid-1.2.0.tar.gz 30756 BLAKE2B 616613de23b66adfc92227a9f36b710649f2a419ffd83443766ebcf1dbfaf528b7d933011bcbdcd19f5092726b81e40d905a62a64262a528dfad89e561210992 SHA512 239cb608508e94109aa9b8b582bc3de1fb9408b508d56698d7f17ec9ebb0d37c1fb76557d98b6d194c1532e3047efcde3adc5d6e9634bc87533d331423a7f19f -EBUILD python-discid-1.2.0-r1.ebuild 560 BLAKE2B d8c162fece33d0ab14655d77f4e47b0dfb0c718dd4b516e7d6eeba8aae324dd3a290c31c931dbd0a1d1572d09543e948cb9325d34f8728ff91f13b5e3ea4935b SHA512 89f15e3e123f317df77d440b00d959fbe3da1d7e2a55a94099174e82cce9b37ca4bc87ca963ce4f564b588f645ef5c4d0689e22b54b58eb339a234adc8ceb505 -MISC metadata.xml 371 BLAKE2B 4b7018e07405d1a136a9aac46dfca2de948cb3c332a683b2c28d5ca7eeb190e2f516490a9acd051a572179f1e24696498dba5d1ba482f500a0f5f9529783415c SHA512 1feae4778b19e5dd9bdde91c04dae4133b6a08808e06350d8a7e14181bd93950dbe2ba3a41da558bdce852088f036128f20c62aa0d4f1adaa26c3921b9658753 diff --git a/dev-python/python-discid/metadata.xml b/dev-python/python-discid/metadata.xml deleted file mode 100644 index b7e9b9d92f87..000000000000 --- a/dev-python/python-discid/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">JonnyJD/python-discid</remote-id> - <remote-id type="pypi">discid</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild deleted file mode 100644 index 64e78156abbe..000000000000 --- a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for libdiscid" -HOMEPAGE="https://github.com/JonnyJD/python-discid" -SRC_URI="https://github.com/JonnyJD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc x86" - -RDEPEND=">=media-libs/libdiscid-0.2.2" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx doc -distutils_enable_tests setup.py |