summaryrefslogtreecommitdiffstats
path: root/abs/core/cython
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-01 19:05:25 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-01 19:05:25 (GMT)
commit3cbaae9c09fe1d4916ff5f9edd98c88addb7f871 (patch)
tree9bfdb79e802bc6a11678b42c64f80f0f6944cd40 /abs/core/cython
parent6300f773c5f20d42f267a2b2ad791089d93b02b9 (diff)
downloadlinhes_pkgbuild-3cbaae9c09fe1d4916ff5f9edd98c88addb7f871.zip
linhes_pkgbuild-3cbaae9c09fe1d4916ff5f9edd98c88addb7f871.tar.gz
linhes_pkgbuild-3cbaae9c09fe1d4916ff5f9edd98c88addb7f871.tar.bz2
cython: update to 0.27.3
Diffstat (limited to 'abs/core/cython')
-rw-r--r--abs/core/cython/PKGBUILD35
-rw-r--r--abs/core/cython/__changelog1
2 files changed, 0 insertions, 36 deletions
diff --git a/abs/core/cython/PKGBUILD b/abs/core/cython/PKGBUILD
deleted file mode 100644
index 1952091..0000000
--- a/abs/core/cython/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Igor Scabini <furester @ gmail.com>
-
-pkgname=('cython2')
-pkgbase=cython
-pkgver=0.24
-pkgrel=1
-pkgdesc="C-Extensions for Python "
-arch=(i686 x86_64)
-url="http://www.cython.org"
-license=('APACHE')
-makedepends=('python2-setuptools')
-source=("http://cython.org/release/Cython-$pkgver.tar.gz")
-md5sums=('14fbc970f4a856845e633cbc09e61048')
-
-package_cython() {
- depends=('python' 'python-setuptools')
-
- cd $srcdir/Cython-$pkgver
- python setup.py install --root=$pkgdir
-
- sed -i 's|#!.*python|#!/usr/bin/python3|' $pkgdir/usr/bin/*
-}
-
-package_cython2() {
- depends=('python2' 'python2-setuptools')
-
- cd $srcdir/Cython-$pkgver
- python2 setup.py install --root=$pkgdir
-
- mv $pkgdir/usr/bin/cygdb $pkgdir/usr/bin/cygdb2
- mv $pkgdir/usr/bin/cython $pkgdir/usr/bin/cython2
- mv $pkgdir/usr/bin/cythonize $pkgdir/usr/bin/cythonize2
-}
diff --git a/abs/core/cython/__changelog b/abs/core/cython/__changelog
deleted file mode 100644
index 9731eb3..0000000
--- a/abs/core/cython/__changelog
+++ /dev/null
@@ -1 +0,0 @@
-removed python3