summaryrefslogtreecommitdiff
path: root/staging/pyalpm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'staging/pyalpm/PKGBUILD')
-rw-r--r--staging/pyalpm/PKGBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/staging/pyalpm/PKGBUILD b/staging/pyalpm/PKGBUILD
deleted file mode 100644
index c9d420471..000000000
--- a/staging/pyalpm/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Maintainer : Rémy Oudompheng <remy@archlinux.org>
-
-pkgname=pyalpm
-pkgver=0.5.3
-pkgrel=2
-pkgdesc="Libalpm bindings for Python 3"
-arch=('i686' 'x86_64')
-url="http://projects.archlinux.org/users/remy/pyalpm.git/"
-license=('GPL')
-depends=('python>=3.2' 'pacman>=4')
-source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('a76019106d17de3a5933c773013a63d1')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- python setup.py build
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- python setup.py install --root=${pkgdir}
-}
-