diff options
author | 2020-04-06 08:35:26 +0300 | |
---|---|---|
committer | 2020-04-06 08:38:06 +0300 | |
commit | 7622f900c65bed93baa22c98c8b09cce1af77e64 (patch) | |
tree | fdb9fda6b1291d0ed16223e0968f7ab337335890 /dev-python/python-ddp | |
parent | net-news/newsboat: unmaintain (diff) | |
download | gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.gz gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.tar.bz2 gentoo-7622f900c65bed93baa22c98c8b09cce1af77e64.zip |
dev-python: mass last-rites removal
Closes: https://bugs.gentoo.org/711808
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/python-ddp')
-rw-r--r-- | dev-python/python-ddp/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-ddp/metadata.xml | 17 | ||||
-rw-r--r-- | dev-python/python-ddp/python-ddp-0.1.5.ebuild | 24 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/python-ddp/Manifest b/dev-python/python-ddp/Manifest deleted file mode 100644 index 4d7aef1a1a93..000000000000 --- a/dev-python/python-ddp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-ddp-0.1.5.tar.gz 6032 BLAKE2B c549f1ae3252473b38f2b5742b664cf0eabd9d89e55a21015a94082979d58b3b60aa803a712a54f849c1a49d3126a53abae5480e3b4e9e2fba59c7464105b39b SHA512 25200624a4a2145d3189646c00ba023f1e55010ca1756eb36505f85b6faa24da8a505f2784b8c445232ed471d5d402b4c0f487b3c9460c948295cda74faa7fbb diff --git a/dev-python/python-ddp/metadata.xml b/dev-python/python-ddp/metadata.xml deleted file mode 100644 index 1dd8b0430963..000000000000 --- a/dev-python/python-ddp/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>aballier@gentoo.org</email> - <name>Alexis Ballier</name> - <description>Python team can take the package if they wish.</description> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">python-ddp</remote-id> - <remote-id type="github">hharnisc/python-ddp</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/python-ddp/python-ddp-0.1.5.ebuild b/dev-python/python-ddp/python-ddp-0.1.5.ebuild deleted file mode 100644 index 9f380c49fa32..000000000000 --- a/dev-python/python-ddp/python-ddp-0.1.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="An event driven ddp client" -HOMEPAGE="https://pypi.org/project/python-ddp/ https://github.com/hharnisc/python-ddp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-python/pyee[${PYTHON_USEDEP}] - dev-python/ws4py[${PYTHON_USEDEP}] - dev-python/meteor-ejson[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" |