From 38423c67c8a23f6a1bc42038193182e2da3116eb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Apr 2020 11:37:10 +0100 Subject: gentoo resync : 25.04.2020 --- dev-python/distro/Manifest | 4 +++- dev-python/distro/distro-1.0.4-r1.ebuild | 20 ++++++++++++++++++++ dev-python/distro/distro-1.0.4.ebuild | 25 ------------------------- dev-python/distro/distro-1.3.0.ebuild | 19 +++++++++++++++++++ 4 files changed, 42 insertions(+), 26 deletions(-) create mode 100644 dev-python/distro/distro-1.0.4-r1.ebuild delete mode 100644 dev-python/distro/distro-1.0.4.ebuild create mode 100644 dev-python/distro/distro-1.3.0.ebuild (limited to 'dev-python/distro') diff --git a/dev-python/distro/Manifest b/dev-python/distro/Manifest index b4925ae1c07f..a5c766ac27d4 100644 --- a/dev-python/distro/Manifest +++ b/dev-python/distro/Manifest @@ -1,3 +1,5 @@ DIST distro-1.0.4.tar.gz 28772 BLAKE2B 1a337c0a5c125b89adbd3173d17390c5cce12c8549a3e7d90d88fd71f53d1b4c7bc3d1fc87f7bec33d7b4b1311539deaa9414b143daf40108b15dd78370450d8 SHA512 466f2e14b169998e3ff7420e12bf270ad9f934962ae92c2d24bdd747897ad66cb348194dd1376b8b53ed298ea02039943c80d9ccc6b8a01c2bd0c6d2be82c7f6 -EBUILD distro-1.0.4.ebuild 614 BLAKE2B e9452cfc996c2ee06443ecffbb7b9036c77123255382eb90256b77933e321b2d81df73d9d760a7a402e6239ede035d0d1af97cc8ab89bf91a61d384fd68493b1 SHA512 a2a9a85cfd49ec8ebb80d783beca5cd191ba371317b5b33eca5ee7c8bacc622c6c352cda90343dc5085a857272474f7fed33d79eed4386801d935c2cae8b1fc3 +DIST distro-1.3.0.tar.gz 48067 BLAKE2B b8dc48dc82e96c674c5fedf2f55167fcbabacde59954ce978085f0a05e5184bf8c323c76208f2ebe0a2cfb6ac41ce0351774ba6ba02dd13b22a7506ce3e5cf58 SHA512 5a3e363b7dbfb5f70967937d04b566e5c8aea10b6f3b9be7485e6f49130766ec5480ce1c1c14ec759e38b2488ffa697478246e53be72ad277cf3bebac7dde741 +EBUILD distro-1.0.4-r1.ebuild 577 BLAKE2B 9a1d7c5969c5ae7a0ec7f54f932d62f61d4ce02996df1ff277725336bb230cf7533ecad1207b7ae0be353e0f0d696b26d0835c2214406550645620f2e772acc8 SHA512 50afb48bde6a0e97285aed94812a130075dcf7019ce05ac426b8601513a70f6be746147e388021f9a2e1f41f73a79dca4f7727894967ebb599038abde4def99c +EBUILD distro-1.3.0.ebuild 534 BLAKE2B 4c41d013fa3d07b8a8a4133db308d854f8adad97107323631663e0da80d7b31ea531e27f8416cf5beddc3818c01ba66e268b06a4ccfb08df4ddcb9c1fc48d172 SHA512 08f01cc7b9f110de79072b7fac9239706c070c2dafa0e14190e128a38fb7114432b1a50f0d6dd3945f4b0bdfe7ae66b407dd15616e8ab6b365ccb561f7ff9c9a MISC metadata.xml 813 BLAKE2B 7ca7237a784e0d321609382bb6427a39584f9ca36047975fc76926628d5b4b5d54543762bcec7a43eacfa91ac056a96d38a0e71a6baed93b18a9849b2563f502 SHA512 2d9fe5a2567f86d987d950a78d68f09ac45b1a50ff02d1f1c2849c381de1a5a2f164fd6850f427650789a0274af974e23c9b8ba7ef3b37c81ad653b3ba85e0b5 diff --git a/dev-python/distro/distro-1.0.4-r1.ebuild b/dev-python/distro/distro-1.0.4-r1.ebuild new file mode 100644 index 000000000000..57e5c1044857 --- /dev/null +++ b/dev-python/distro/distro-1.0.4-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +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 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" + +RESTRICT="test" # incomplete test resources +#distutils_enable_tests pytest diff --git a/dev-python/distro/distro-1.0.4.ebuild b/dev-python/distro/distro-1.0.4.ebuild deleted file mode 100644 index 38749a35f0c8..000000000000 --- a/dev-python/distro/distro-1.0.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - -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 ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="test" - -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" - -RESTRICT="test" # incomplete test resources - -python_test() { - py.test || die -} diff --git a/dev-python/distro/distro-1.3.0.ebuild b/dev-python/distro/distro-1.3.0.ebuild new file mode 100644 index 000000000000..24530d370bc7 --- /dev/null +++ b/dev-python/distro/distro-1.3.0.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=( python2_7 python3_{6,7,8} ) +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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + +distutils_enable_tests pytest -- cgit v1.2.3