summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/pyrex
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra-testing/pyrex')
-rw-r--r--abs/extra-testing/pyrex/ChangeLog5
-rw-r--r--abs/extra-testing/pyrex/PKGBUILD21
2 files changed, 0 insertions, 26 deletions
diff --git a/abs/extra-testing/pyrex/ChangeLog b/abs/extra-testing/pyrex/ChangeLog
deleted file mode 100644
index 1b0e564..0000000
--- a/abs/extra-testing/pyrex/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-
-2008-07-06 Douglas Soares de Andrade <douglas@archlinux.org>
-
- * Updating for x86_64 - 0.9.8.4
-
diff --git a/abs/extra-testing/pyrex/PKGBUILD b/abs/extra-testing/pyrex/PKGBUILD
deleted file mode 100644
index 4242fb9..0000000
--- a/abs/extra-testing/pyrex/PKGBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# $Id: PKGBUILD 11841 2008-09-05 01:20:00Z douglas $
-# Contributor: Arjan timmerman <arjan@soulfly.nl>
-# Contributor: Link Dupont <link@subpop.net>
-# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
-
-pkgname=pyrex
-pkgver=0.9.8.5
-pkgrel=1
-pkgdesc="Language for writing Python extension modules"
-arch=("i686" "x86_64")
-url="http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/"
-license=""
-depends=('python>=2.5')
-source=(http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/Pyrex-${pkgver}.tar.gz)
-
-md5sums=('3b3d8397c2c9a58fc59a90e2b49c651a')
-
-build() {
- cd ${startdir}/src/Pyrex-${pkgver}
- python setup.py install --root=${startdir}/pkg --prefix=/usr
-}