From fcc5224904648a8e6eb528d7603154160a20022f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 Feb 2022 01:39:05 +0000 Subject: gentoo resync : 02.02.2022 --- dev-python/python-discid/Manifest | 1 + .../python-discid/python-discid-1.2.0-r1.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 dev-python/python-discid/python-discid-1.2.0-r1.ebuild (limited to 'dev-python/python-discid') diff --git a/dev-python/python-discid/Manifest b/dev-python/python-discid/Manifest index e6250c3f788b..d7460db8da9c 100644 --- a/dev-python/python-discid/Manifest +++ b/dev-python/python-discid/Manifest @@ -1,3 +1,4 @@ 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 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 new file mode 100644 index 000000000000..52843893dad4 --- /dev/null +++ b/dev-python/python-discid/python-discid-1.2.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +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 +distutils_enable_tests setup.py -- cgit v1.2.3