diff options
author | 2020-09-21 09:41:48 +0200 | |
---|---|---|
committer | 2020-09-21 09:41:48 +0200 | |
commit | 8cc023a58ecbc2d69f65d733a12de758fd8d99b5 (patch) | |
tree | bc12ec787ac2e13cc757890c58e790fce5f35666 /dev-python | |
parent | dev-python/xarray: Bump to 0.16.1 (diff) | |
download | gentoo-8cc023a58ecbc2d69f65d733a12de758fd8d99b5.tar.gz gentoo-8cc023a58ecbc2d69f65d733a12de758fd8d99b5.tar.bz2 gentoo-8cc023a58ecbc2d69f65d733a12de758fd8d99b5.zip |
dev-python/fdsend: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735604
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/fdsend/Manifest | 1 | ||||
-rw-r--r-- | dev-python/fdsend/fdsend-0.1.ebuild | 16 | ||||
-rw-r--r-- | dev-python/fdsend/metadata.xml | 8 |
3 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/fdsend/Manifest b/dev-python/fdsend/Manifest deleted file mode 100644 index cd4a92c6e61..00000000000 --- a/dev-python/fdsend/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fdsend-0.1.tar.gz 11394 BLAKE2B 32b6c763730a8269a23e9d245a1479700d45b294c1ffdf60cc642b88405a0e19eede519d3202cfac44915941d8fcd94cf39834aa2efbc4157acc9af98f95a660 SHA512 29193dabd2084d4c4f2468c27e0501bce69c340d0a5a30bbaf377120f36092c08190c53d0f85321a8615c9cae9aa5c91a1a261b438a83df93145883ece29bf4e diff --git a/dev-python/fdsend/fdsend-0.1.ebuild b/dev-python/fdsend/fdsend-0.1.ebuild deleted file mode 100644 index b5986963e70..00000000000 --- a/dev-python/fdsend/fdsend-0.1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="flexible file descriptor passing" -HOMEPAGE="https://pypi.org/project/fdsend/" -SRC_URI="http://pilcrow.madison.wi.us/sw/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 x86" -IUSE="" diff --git a/dev-python/fdsend/metadata.xml b/dev-python/fdsend/metadata.xml deleted file mode 100644 index 4073267daf2..00000000000 --- a/dev-python/fdsend/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - <name>Robin H. Johnson</name> - </maintainer> -</pkgmetadata> |