diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-06 15:49:22 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-06 15:53:06 +0100 |
| commit | 7a1755a8dd1d9c3bcaca6a6a0ca7a8b2fb2911e2 (patch) | |
| tree | 49616e5ba012808408c24312f652315c61a9c1d7 /dev-python/python-mpd | |
| parent | 216644e42cd7bd0522dc7cfcbc939a77b4a817c0 (diff) | |
| download | gentoo-7a1755a8dd1d9c3bcaca6a6a0ca7a8b2fb2911e2.tar.gz gentoo-7a1755a8dd1d9c3bcaca6a6a0ca7a8b2fb2911e2.tar.bz2 gentoo-7a1755a8dd1d9c3bcaca6a6a0ca7a8b2fb2911e2.zip | |
dev-python/python-mpd: Drop 0.5.5
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/python-mpd')
| -rw-r--r-- | dev-python/python-mpd/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-mpd/python-mpd-0.5.5.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest index 9f4c5b34b03b..a7f8fc3bae54 100644 --- a/dev-python/python-mpd/Manifest +++ b/dev-python/python-mpd/Manifest @@ -1,2 +1 @@ -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 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 9be2555b14cb..000000000000 --- a/dev-python/python-mpd/python-mpd-0.5.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) - -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}" -} |
