From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6623513835A for ; Sun, 30 Aug 2020 01:12:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F2EE0909; Sun, 30 Aug 2020 01:12:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 891D6E0909 for ; Sun, 30 Aug 2020 01:12:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73A33340C98 for ; Sun, 30 Aug 2020 01:12:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2304732D for ; Sun, 30 Aug 2020 01:12:49 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1598749957.f7e774ce13c4b95ab18867deb5d39da0af288e5d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-mpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-mpd/Manifest dev-python/python-mpd/python-mpd-1.0.0.ebuild X-VCS-Directories: dev-python/python-mpd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f7e774ce13c4b95ab18867deb5d39da0af288e5d X-VCS-Branch: master Date: Sun, 30 Aug 2020 01:12:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c245645-9e13-42f6-891d-bcb740365d06 X-Archives-Hash: 229d4664acc86b391d1744f86bb06b6a commit: f7e774ce13c4b95ab18867deb5d39da0af288e5d Author: Conrad Kostecki gentoo org> AuthorDate: Sun Aug 30 01:01:49 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Aug 30 01:12:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e774ce dev-python/python-mpd: drop old version Closes: https://bugs.gentoo.org/738292 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/python-mpd/Manifest | 1 - dev-python/python-mpd/python-mpd-1.0.0.ebuild | 43 --------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/python-mpd/Manifest b/dev-python/python-mpd/Manifest index 8a32572980f..560c21c868e 100644 --- a/dev-python/python-mpd/Manifest +++ b/dev-python/python-mpd/Manifest @@ -1,2 +1 @@ -DIST python-mpd-1.0.0.tar.gz 60032 BLAKE2B 9293dfc85363f83041b1d73046dabe6a3243a63de495ba630eedbda96d1b080cfb1cc635801794a91103bbd4b9145733d63ce3ad252748d01ed596cd3b0f7895 SHA512 5fab12d082be39ac4a3477ea10b5d1fa350ceac23c97fb12a46f6cd0cfa6a83999f31528d6d7f74c1ffe67f4e63dfbe8fd3debcf917a6e3705bcf84a55a458ce DIST python-mpd-1.1.0.tar.gz 61104 BLAKE2B 274a829a3fc1404a4e3beb4df3eb563c1f781325590702761d3b3b5bc42e3cd9f63809aab14bb98e4879c10ccd55bb9d7306485ec22d37538cc2e36006a3039a SHA512 65b17ae34b2c731b7d45801211e49eacfc18239d5575075be0c11ace350da19b82dd151fefc42077454a988d3deb1b489471f739ddea2d915cb3c241669dbe32 diff --git a/dev-python/python-mpd/python-mpd-1.0.0.ebuild b/dev-python/python-mpd/python-mpd-1.0.0.ebuild deleted file mode 100644 index bca3a1df982..00000000000 --- a/dev-python/python-mpd/python-mpd-1.0.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 - -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 +twisted" - -REQUIRED_USE="test? ( twisted )" - -BDEPEND=" - test? ( - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] - ) - dev-python/setuptools[${PYTHON_USEDEP}] -" -DEPEND="twisted? ( dev-python/twisted[${PYTHON_USEDEP}] )" -RDEPEND="${DEPEND}" - -RESTRICT="!test? ( test )" - -DOCS=( doc/changes.rst doc/topics/{advanced,commands,getting-started,logging}.rst README.rst ) - -S="${WORKDIR}/${PN}2-${PV}" - -distutils_enable_tests setup.py - -python_prepare_all() { - distutils-r1_python_prepare_all - rm tox.ini || die -}