wok diff python-cython/receipt @ rev 25584
Update some web_site / wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 02 17:42:43 2023 +0000 (20 months ago) |
parents | 5ea0ce1cecc0 |
children | 5db546345599 |
line diff
1.1 --- a/python-cython/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/python-cython/receipt Fri Jun 02 17:42:43 2023 +0000 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-cython" 1.7 -VERSION="0.29.16" 1.8 +VERSION="0.29.30" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Language to write C extensions for Python." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="Apache" 1.13 WEB_SITE="https://pypi.org/project/cython/" 1.14 +REPOLOGY="python:cython" 1.15 1.16 SOURCE="cython" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 @@ -31,6 +32,6 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs 1.23 - cp -a $install/usr $fs 1.24 + cook_copy_folders bin 1.25 + cook_copy_folders lib 1.26 }