From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-python/python-mpd/Manifest | 4 +--- dev-python/python-mpd/python-mpd-0.5.5.ebuild | 26 -------------------------- dev-python/python-mpd/python-mpd-1.0.0.ebuild | 4 ++-- 3 files changed, 3 insertions(+), 31 deletions(-) delete mode 100644 dev-python/python-mpd/python-mpd-0.5.5.ebuild (limited to 'dev-python/python-mpd') diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest index e162cf457988..7ebe17282058 100644 --- a/dev-python/python-mpd/Manifest +++ b/dev-python/python-mpd/Manifest @@ -1,5 +1,3 @@ -DIST python-mpd-0.5.5.tar.gz 46334 BLAKE2B b0345c6ac2027e3881f3f2aaa6d7bc01dcf67b71de9bdd6d6a8b1bbd6f72ff9463100a0850db4320ce7ee818a1212537be68ecb624984e3f40f1ef4102eca075 SHA512 d5eec60045561a8a0e29eda2ec2fc341c9b81d61363260c884f0863e931077c31c32534e3c98a488ef31aa61cd3d21bdcfa625b7b062ef24bf3e8024dc1e7c5a DIST python-mpd-1.0.0.tar.gz 60032 BLAKE2B 9293dfc85363f83041b1d73046dabe6a3243a63de495ba630eedbda96d1b080cfb1cc635801794a91103bbd4b9145733d63ce3ad252748d01ed596cd3b0f7895 SHA512 5fab12d082be39ac4a3477ea10b5d1fa350ceac23c97fb12a46f6cd0cfa6a83999f31528d6d7f74c1ffe67f4e63dfbe8fd3debcf917a6e3705bcf84a55a458ce -EBUILD python-mpd-0.5.5.ebuild 724 BLAKE2B bbe8846a705a8bf0da0b1b1b645e46cdbfecd7eeb94aeb0aea9d692c1b4c33cd88cfac257fbb2ec74462a086d107c9b6ffaad7101d527b76fae2d01894c5380f SHA512 d17583bca5f5f253950eefd69b813cd599d816f849bb96eb7e90a13e1ea7f017f05cf6e76bdf027d29dd2bc469d2c88a4e262785251c1f25fa76e3d2afbd5143 -EBUILD python-mpd-1.0.0.ebuild 995 BLAKE2B d837717fcba4e3b2ba5222dab366766dcdefd571e9dc5f86267aa75bd053bb74ab1e242c71a22e0f872b2111c68f2873202b9ba05fa530ddf14fba5d30620600 SHA512 c710ec8c3ef53c4fafe97851f0e15b608de3d9c64ba7a6b73b6f5cbc96e3c8ce55a14b9213e096c61d8c17bf7b7591c0c08b07988f3a622c9a8b0baca309993b +EBUILD python-mpd-1.0.0.ebuild 1005 BLAKE2B 4da59d14668451d3ed9f74b47c5cd593346dfffdc77d30f20976ea1f03303316e5881880659dda6a6abd9c13dc1d90c2c66cd3a358f305f0adef8da14452c526 SHA512 661674eed79b3ba2421ea5627e318f1626c5cf34235429d020bbc3be21f0c25a6d1a2c9650e7d7e9b193761e6eca39c7545bbdc6bab8cfba0ae61ee3866afae0 MISC metadata.xml 438 BLAKE2B 5429aa3c88046640fb1349404a60f1508f5d86f698ef410210507df39fd5b2d2502d8d2dafde32c8a6f02c2d01e92cca1dc37255435066dfb3a41d26850a367b SHA512 1101d7830907a54a4ccfa1a1db8e6abea802fddd3ee0827770d9e15157be6a3e9b491eebd4b80eab38074fba743fc0671686806c27accd060bf3948736a86c44 diff --git a/dev-python/python-mpd/python-mpd-0.5.5.ebuild b/dev-python/python-mpd/python-mpd-0.5.5.ebuild deleted file mode 100644 index e07d5ff3dc60..000000000000 --- a/dev-python/python-mpd/python-mpd-0.5.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) - -inherit distutils-r1 vcs-snapshot - -DESCRIPTION="Python MPD client library" -HOMEPAGE="https://github.com/Mic92/python-mpd2" -SRC_URI="https://github.com/Mic92/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" - -DOCS=( doc/changes.rst doc/topics/{advanced,commands,getting-started,logging}.rst README.rst ) - -python_test() { - "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}" -} diff --git a/dev-python/python-mpd/python-mpd-1.0.0.ebuild b/dev-python/python-mpd/python-mpd-1.0.0.ebuild index 067a3f07ca43..edacb331407c 100644 --- a/dev-python/python-mpd/python-mpd-1.0.0.ebuild +++ b/dev-python/python-mpd/python-mpd-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/Mic92/python-mpd2" SRC_URI="https://github.com/Mic92/${PN}2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" SLOT="0" IUSE="test +twisted" -- cgit v1.2.3