From 8b4ace9c50842c5b83401ea7b179dcab940387e1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 23 Sep 2020 10:22:15 +0100 Subject: gentoo resync : 23.09.2020 --- dev-python/distro/Manifest | 2 +- dev-python/distro/distro-1.5.0-r1.ebuild | 19 +++++++++++++++++++ dev-python/distro/distro-1.5.0.ebuild | 19 ------------------- 3 files changed, 20 insertions(+), 20 deletions(-) create mode 100644 dev-python/distro/distro-1.5.0-r1.ebuild delete mode 100644 dev-python/distro/distro-1.5.0.ebuild (limited to 'dev-python/distro') diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index e570a0a92e52..0b49a351e311 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1,3 +1,3 @@ DIST distro-1.5.0.tar.gz 54340 BLAKE2B 2a5bf45cdf41b9772a2e164aebe96a4e9952893b7462935938fa4939704c8dca67acc3e0a52e53d8722aa4405abdc7ad2c8d600dd397d1243bcceda4d5ceeb75 SHA512 14831fe1355e9ef4f58f273ce4a548a3fe438e95466b4b4f596b8110da51305d66ed77c2e40c3dbfbcbd1a66c74e23a4d4244c8bfdebc4b49b3e7ddcbff55b8f -EBUILD distro-1.5.0.ebuild 532 BLAKE2B b1ed84b3e046a778f0ff8f4cabf0ccec18d6b4b0c4bc6645b0b576167f6a22f23503e0e6724e565e922ad4a58781d072adce9da36ed63c2d3023af26332f2f78 SHA512 8a14c4f05a97f67a25228a046df95e46c78ab8fa81c58ede893011f91ca65357b3e8214d91d9ffb399a2c05bc053b43468209adf6353d9f80e965ed0e4d4efc6 +EBUILD distro-1.5.0-r1.ebuild 522 BLAKE2B 8e8f467195200b127358023c21f48cacd454fa9c312aca361edcd4dbaa3ed062228d39eaf54e569b8823fbe4b4dfcda004f18fe08f1da3c01bb1c725e3ce1546 SHA512 e1fc6e16466f2833544ac9465f833acf032b267b3e5288fc40660f1f04520d0933888e1580bcdf92abe372d5fba5276c3699e419f6574a7046128aba8d9488f6 MISC metadata.xml 838 BLAKE2B 899bf57efe9358f0f33df59ef8802cdb0e9d26c05ac99289b7d3765ddf2a5cb65452874aaca7db3774c76564c4761c4f71ee139bad080cc1e62472794de29b8e SHA512 55cab917a2b67bab65c1fda28693020efde74e905c09d077dd2562c2e78171ab33a2a4190b458deb5bfbeb3b9ed3fd66c61e69cbe569f1640d135c46a66477e5 diff --git a/dev-python/distro/distro-1.5.0-r1.ebuild b/dev-python/distro/distro-1.5.0-r1.ebuild new file mode 100644 index 000000000000..ef4fd2bcef42 --- /dev/null +++ b/dev-python/distro/distro-1.5.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Reliable machine-readable Linux distribution information for Python" +HOMEPAGE="https://distro.readthedocs.io/en/latest/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest diff --git a/dev-python/distro/distro-1.5.0.ebuild b/dev-python/distro/distro-1.5.0.ebuild deleted file mode 100644 index e0de7ed13dac..000000000000 --- a/dev-python/distro/distro-1.5.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Reliable machine-readable Linux distribution information for Python" -HOMEPAGE="https://distro.readthedocs.io/en/latest/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="Apache-2.0" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" - -distutils_enable_tests pytest -- cgit v1.2.3