summaryrefslogtreecommitdiff
path: root/pcr/python2-xattr/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/python2-xattr/PKGBUILD')
-rw-r--r--pcr/python2-xattr/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/python2-xattr/PKGBUILD b/pcr/python2-xattr/PKGBUILD
deleted file mode 100644
index 8f0fb1bca..000000000
--- a/pcr/python2-xattr/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Limao Luo <luolimao+AUR@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-pkgname=python2-xattr
-pkgver=0.7.4
-pkgrel=1
-pkgdesc="Module for manipulating filesystem extended attributes"
-arch=(i686 x86_64)
-url=https://pypi.python.org/pypi/xattr/
-license=(MIT)
-depends=(python2 python2-cffi)
-makedepends=(python2-setuptools)
-source=(http://pypi.python.org/packages/source/x/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-
-prepare() {
- sed -ri 's:^#!/usr/bin/(env )?python$:&2:' ${pkgname#*-}-$pkgver/${pkgname#*-}/tool.py
-}
-
-build() {
- cd ${pkgname#*-}-$pkgver/
- python2 setup.py build
-}
-
-package() {
- cd ${pkgname#*-}-$pkgver/
- python2 setup.py install --prefix=/usr --root="$pkgdir"
- install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}