summaryrefslogtreecommitdiff
path: root/community/pystatgrab
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/pystatgrab
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pystatgrab')
-rw-r--r--community/pystatgrab/PKGBUILD21
-rw-r--r--community/pystatgrab/pystatgrab.changelog5
2 files changed, 0 insertions, 26 deletions
diff --git a/community/pystatgrab/PKGBUILD b/community/pystatgrab/PKGBUILD
deleted file mode 100644
index 9176acf68..000000000
--- a/community/pystatgrab/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 83539 2013-02-02 14:53:33Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Hugo Ideler <hugoideler@dse.nl>
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=6
-pkgdesc="Python bindings for libstatgrab"
-arch=('i686' 'x86_64')
-url="http://www.i-scream.org/pystatgrab"
-license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- python2 setup.py build
- python2 setup.py install --prefix=${pkgdir}/usr
-}
diff --git a/community/pystatgrab/pystatgrab.changelog b/community/pystatgrab/pystatgrab.changelog
deleted file mode 100644
index 27f35cf6a..000000000
--- a/community/pystatgrab/pystatgrab.changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-2010-07-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update