mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +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>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=python-cython
|
||||
pkgname=python2-c
|
||||
_pkgname=Cython
|
||||
pkgver=0.14.1
|
||||
pkgver=0.17
|
||||
pkgrel=1
|
||||
pkgdesc="C-Extensions for Python 2."
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.cython.org"
|
||||
license=('APACHE')
|
||||
depends=('python2')
|
||||
replaces=(python-cython)
|
||||
provides=(python-cython)
|
||||
source=("http://cython.org/release/$_pkgname-$pkgver.tar.gz")
|
||||
md5sums=('1ae1947c1218110f0e41fc95b2bc4530')
|
||||
|
||||
md5sums=('d6b669956b25babf7dd86db0a98539e4')
|
||||
|
||||
package() {
|
||||
cd $srcdir/$_pkgname-$pkgver
|
Loading…
Reference in New Issue
Block a user