python3-cython: -> 3.0.10
This commit is contained in:
parent
ae556a3383
commit
260da2cd82
@ -1,7 +1,10 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
lrwxrwxrwx root/root usr/bin/cygdb -> cygdb3
|
||||
-rwxr-xr-x root/root usr/bin/cygdb3
|
||||
lrwxrwxrwx root/root usr/bin/cython -> cython3
|
||||
-rwxr-xr-x root/root usr/bin/cython3
|
||||
lrwxrwxrwx root/root usr/bin/cythonize -> cythonize3
|
||||
-rwxr-xr-x root/root usr/bin/cythonize3
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/python3.10/
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3y2Rq40Sak/4EkFid96nKFjYCzBCI/XRnyE7dTKH28n/JPhkd/mMnxCPu8xRkBusHwWtmLMwfQvXl10xVgctCAs=
|
||||
SHA256 (Pkgfile) = 186f12080c1f66fce9676797da438ad81e7be42f5939a120b09ef1f80f1c2acf
|
||||
SHA256 (.footprint) = e6fc20754aff739d4bdd99921062f12d33f1d26f42c386c8c4a130b56b39c424
|
||||
RWSagIOpLGJF3//EpOGvjaQZYIsXeucjV/I7MO8E5SdqrPnAGJUWJogHydOxlVrqRPhvfsy21/F49yjFp+g02uujoRMRIKaEIA4=
|
||||
SHA256 (Pkgfile) = e5bb1b569b409b1d8336cc22fdd4444e652777b0056820f53caa3aa48efc1e30
|
||||
SHA256 (.footprint) = 8317cd28d628dc16095aabfc68a832a53dac734fc738c04941ff99a35c04253e
|
||||
SHA256 (Cython-3.0.10.tar.gz) = dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Description: C extensions for Python.
|
||||
# Description: C extensions for Python
|
||||
# URL: https://www.cython.org/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: python3-build python3-installer python3-wheel
|
||||
@ -16,5 +16,6 @@ build() {
|
||||
|
||||
for f in cygdb cython cythonize; do
|
||||
mv $PKG/usr/bin/$f $PKG/usr/bin/${f}3
|
||||
ln -s ${f}3 $PKG/usr/bin/$f
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user