From 760a84453fb0c222c9ce5e8b0307b03ff7b3ea95 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 2 May 2015 12:31:35 -0500 Subject: python-xattr-git-93.ab5d7cb-1: updating version --- pcr/python2-xattr/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 pcr/python2-xattr/PKGBUILD (limited to 'pcr/python2-xattr') 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 -# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES - -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 -} -- cgit v1.2.3-2-g168b