summaryrefslogtreecommitdiff
path: root/dev-python/python-discid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/python-discid
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/python-discid')
-rw-r--r--dev-python/python-discid/Manifest3
-rw-r--r--dev-python/python-discid/python-discid-1.2.0-r1.ebuild2
-rw-r--r--dev-python/python-discid/python-discid-1.2.0.ebuild26
3 files changed, 2 insertions, 29 deletions
diff --git a/dev-python/python-discid/Manifest b/dev-python/python-discid/Manifest
index d7460db8da9c..6ae0ce0b4c7a 100644
--- a/dev-python/python-discid/Manifest
+++ b/dev-python/python-discid/Manifest
@@ -1,4 +1,3 @@
DIST python-discid-1.2.0.tar.gz 30756 BLAKE2B 616613de23b66adfc92227a9f36b710649f2a419ffd83443766ebcf1dbfaf528b7d933011bcbdcd19f5092726b81e40d905a62a64262a528dfad89e561210992 SHA512 239cb608508e94109aa9b8b582bc3de1fb9408b508d56698d7f17ec9ebb0d37c1fb76557d98b6d194c1532e3047efcde3adc5d6e9634bc87533d331423a7f19f
-EBUILD python-discid-1.2.0-r1.ebuild 555 BLAKE2B 57a235c172edf56256db90b6efc159e96f3f37f19b6a64240f0f113fefd2b8b21ef273a8dcb6f25a70c49c2ff499a20e1f34a46d737019a2760ad4b36f0201dd SHA512 3d9b6b49a23070b86fe65f27c49e26696385f64d4cf10b996f81b42752aeaece4e004c186badbef2fe722f915de7f5f84d6cfabfcfc5853096f04369f584ab95
-EBUILD python-discid-1.2.0.ebuild 547 BLAKE2B f7893592af13388aa78df41751902dd2ac3537a11e65a7589d60263586f5491174081466573962dea6c594f60294c5336eb46b346d5a16b2a122f747d9bea783 SHA512 5f96090bc2893b09c8869421e5331b39688bedc1c6993d5a35bf287b9aec16bced27d51271a0eef19a3061b660191f230ddb49b1e900153c0f2dccce85cc6d5c
+EBUILD python-discid-1.2.0-r1.ebuild 553 BLAKE2B 23c6ae0bd651d25e558d5ebaec7d80cf9469b4812267bf7461e52d1b61fcb68f00d2d4ef4a096423905d4e1a70660e74020443758ab5d1872799cebeb0f4de58 SHA512 6a23e937d5cba764f82008e6bdbc4536b8290bae5a92e054ff07903f47aa8ef188a173ee178bb5b6f69c4ab9ad521408fb4887c44f7a40c4b209959993661982
MISC metadata.xml 371 BLAKE2B 4b7018e07405d1a136a9aac46dfca2de948cb3c332a683b2c28d5ca7eeb190e2f516490a9acd051a572179f1e24696498dba5d1ba482f500a0f5f9529783415c SHA512 1feae4778b19e5dd9bdde91c04dae4133b6a08808e06350d8a7e14181bd93950dbe2ba3a41da558bdce852088f036128f20c62aa0d4f1adaa26c3921b9658753
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
index 52843893dad4..bdb9724b6eea 100644
--- a/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
+++ b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/JonnyJD/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
RDEPEND=">=media-libs/libdiscid-0.2.2"
DEPEND="${RDEPEND}"
diff --git a/dev-python/python-discid/python-discid-1.2.0.ebuild b/dev-python/python-discid/python-discid-1.2.0.ebuild
deleted file mode 100644
index 80243e9dfb7a..000000000000
--- a/dev-python/python-discid/python-discid-1.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
-
-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 ~ppc x86"
-
-RDEPEND=">=media-libs/libdiscid-0.2.2"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx doc
-
-python_test() {
- esetup.py test
-}