mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 15:47:20 +08:00
Cython 0.17
This commit is contained in:
parent
c3cf0bf866
commit
e5f29f4d18
@ -3,21 +3,19 @@
|
|||||||
#
|
#
|
||||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
||||||
|
|
||||||
# include global config
|
pkgname=python2-c
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=python-cython
|
|
||||||
_pkgname=Cython
|
_pkgname=Cython
|
||||||
pkgver=0.14.1
|
pkgver=0.17
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="C-Extensions for Python 2."
|
pkgdesc="C-Extensions for Python 2."
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://www.cython.org"
|
url="http://www.cython.org"
|
||||||
license=('APACHE')
|
license=('APACHE')
|
||||||
depends=('python2')
|
depends=('python2')
|
||||||
|
replaces=(python-cython)
|
||||||
|
provides=(python-cython)
|
||||||
source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz")
|
source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz")
|
||||||
md5sums=('1ae1947c1218110f0e41fc95b2bc4530')
|
md5sums=('d6b669956b25babf7dd86db0a98539e4')
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $srcdir/$_pkgname-$pkgver
|
cd $srcdir/$_pkgname-$pkgver
|
Loading…
Reference in New Issue
Block a user