summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-22 14:03:06 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-22 14:03:06 +0100
commit623a1715e8512dac61c658a90d4eb03674a780a6 (patch)
tree0b6cb7db3148d1999cf3a0412bd4290840890dcf
parentcaa583b30fdaff8f851e416614ec0e1b21f718d4 (diff)
pcr/python2-sendfile: covered by community/python{,2}-pysendfile
-rw-r--r--pcr/python2-sendfile/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/python2-sendfile/PKGBUILD b/pcr/python2-sendfile/PKGBUILD
deleted file mode 100644
index d56610065..000000000
--- a/pcr/python2-sendfile/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: Axilleas Pipinellis <axilleas@archlinux.info>
-# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname=python2-sendfile
-_pkgname=pysendfile
-pkgver=2.0.0
-pkgrel=2
-pkgdesc="A Python interface to sendfile(2)"
-url="http://code.google.com/p/pysendfile/"
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://pypi.python.org/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz")
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir --optimize=1
- }
-
-# vim:set ts=2 sw=2 et:
-md5sums=('bd8d96b64e7c5c5b91ea2a6659aa82a3')