summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-10 08:00:24 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-10 08:07:08 +0200
commit0fcca8a5a790e6e77b13318e380249cce9f9bb70 (patch)
tree358cf90cc816cae1607593f480d04aa55d1b919b /dev-python
parentdev-tex/dvi2tty: Remove last-rited pkg (diff)
downloadgentoo-0fcca8a5a790e6e77b13318e380249cce9f9bb70.tar.gz
gentoo-0fcca8a5a790e6e77b13318e380249cce9f9bb70.tar.bz2
gentoo-0fcca8a5a790e6e77b13318e380249cce9f9bb70.zip
dev-python/pysendfile: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysendfile/Manifest1
-rw-r--r--dev-python/pysendfile/metadata.xml13
-rw-r--r--dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild21
3 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/pysendfile/Manifest b/dev-python/pysendfile/Manifest
deleted file mode 100644
index 6213782003cc..000000000000
--- a/dev-python/pysendfile/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pysendfile-2.0.1.tar.gz 19315 BLAKE2B ac5776069de0228d5103053e82786b499478dc3cad57b1f74ede3b8b8724abb780c5b51cf8578ebece7a12ce269b7a9b5bc72f08409077bbce2d4daf63046119 SHA512 d6ee08eb251fac30c90a9ee829fd992f3620697eef2893ced5a2c6273486c3c5fd35c70962585a8d747d578817391f91c929bfeeba8c4485d52a15748229ca9c
diff --git a/dev-python/pysendfile/metadata.xml b/dev-python/pysendfile/metadata.xml
deleted file mode 100644
index 3bd59c476c5e..000000000000
--- a/dev-python/pysendfile/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>openstack@gentoo.org</email>
- <name>Openstack</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pysendfile</remote-id>
- <remote-id type="github">giampaolo/pysendfile</remote-id>
- <bugs-to>https://github.com/giampaolo/pysendfile/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
deleted file mode 100644
index b3694e1aaa96..000000000000
--- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python interface to the sendfile(2) system call"
-HOMEPAGE="https://github.com/giampaolo/pysendfile"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-LICENSE="MIT"
-SLOT="0"
-
-python_test() {
- "${EPYTHON}" test/test_sendfile.py || die "tests failed with ${EPYTHON}"
-}