aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-xattr/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-xattr/APKBUILD')
-rw-r--r--testing/py-xattr/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py-xattr/APKBUILD b/testing/py-xattr/APKBUILD
deleted file mode 100644
index 9d0ec5d9d8..0000000000
--- a/testing/py-xattr/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-xattr
-_pkgname=pyxattr
-pkgver=0.5.0
-pkgrel=0
-pkgdesc="A python module for accessing filesystem Extended Attributes"
-url="http://pyxattr.sourceforge.net/"
-arch="all"
-license="LGPL2+"
-depends=""
-depends_dev=""
-makedepends="python-dev attr-dev"
-install=""
-subpackages=""
-source="http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- cd "$_builddir"
- python setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python setup.py install --root="$pkgdir" || return 1
-}
-
-md5sums="0f7ab1e185087329e40f7de218517c84 pyxattr-0.5.0.tar.gz"