mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:17:14 +08:00
python{2,3}-cython: update to 0.23.5
This commit is contained in:
parent
a87c4ac001
commit
af9ad6e692
@ -1,14 +1,13 @@
|
||||
#maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
||||
pkgname=('python2-cython' 'python3-cython')
|
||||
pkgbase=cython
|
||||
pkgver=0.23.4
|
||||
pkgrel=3
|
||||
pkgver=0.23.5
|
||||
pkgrel=1
|
||||
arch=(x86_64)
|
||||
url="http://www.cython.org"
|
||||
license=('APACHE')
|
||||
makedepends=('python3-setuptools' 'python2-setuptools')
|
||||
makedepends=('python3' 'python3-setuptools' 'python2' 'python2-setuptools')
|
||||
source=("http://cython.org/release/Cython-$pkgver.tar.gz")
|
||||
md5sums=('157df1f69bcec6b56fd97e0f2e057f6e')
|
||||
md5sums=('66b62989a67c55af016c916da36e7514')
|
||||
|
||||
package_python2-cython() {
|
||||
depends=('python2' 'python2-setuptools')
|
||||
|
Loading…
Reference in New Issue
Block a user