diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-24 12:12:26 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-24 12:12:26 +0200 |
commit | 47e958aa12b2c1e04f70d03ae3a4c5c4929742df (patch) | |
tree | d7a77136128c1990e7ce62dc58fac5638acdb8bc /testing | |
parent | cb5f0aa9734b1fe683abd3195a5682c6cc41e7e4 (diff) | |
download | aports-47e958aa12b2c1e04f70d03ae3a4c5c4929742df.tar.bz2 aports-47e958aa12b2c1e04f70d03ae3a4c5c4929742df.tar.xz |
testing/cython: move to main
Diffstat (limited to 'testing')
-rw-r--r-- | testing/cython/APKBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/cython/APKBUILD b/testing/cython/APKBUILD deleted file mode 100644 index 14c3594587..0000000000 --- a/testing/cython/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Stuart Cardall <developer@it-offshore.co.uk> -# Maintainer: Stuart Cardall <developer@it-offshore.co.uk> -pkgname=cython -pkgver=0.22 -pkgrel=0 -pkgdesc="Cython is an optimising static compiler for both the Python & the extended Cython programming languages." -url="http://cython.org" -arch="all" -license="Apache 2.0" -depends="" -depends_dev="python-dev py-pgen" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev" -source="saveas-https://github.com/cython/cython/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="e67b03e8b3667c8e4e7c774ef2e2b638 cython-0.22.tar.gz" -sha256sums="4f9b52df027fc64a9426f3d7a3c9fbbc5d43734446be6bb3519e59c16d8ddd7f cython-0.22.tar.gz" -sha512sums="d8cab4f5dae0c6bb1ec49879473916bfceebfa017799c45d9f4affefc4534932e172374b0c95ffb89d78eeba86888d8a71f96a5dd001ed1a5e002e303c6c4770 cython-0.22.tar.gz" |