wok-current diff py3k-cython/receipt @ rev 25620
Use default gcc 6.3 for ghostscript
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Sep 04 05:39:50 2023 +0000 (16 months ago) |
parents | 5ea0ce1cecc0 |
children |
line diff
1.1 --- a/py3k-cython/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/py3k-cython/receipt Mon Sep 04 05:39:50 2023 +0000 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="py3k-cython" 1.7 -VERSION="0.29.13" 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 WGET_URL="https://github.com/$SOURCE/$SOURCE/archive/$VERSION.tar.gz" 1.19 1.20 DEPENDS="py3k" 1.21 -BUILD_DEPENDS="$DEPENDS py3k-dev" 1.22 +BUILD_DEPENDS="py3k py3k-dev" 1.23 1.24 current_version() 1.25 { 1.26 @@ -32,5 +33,5 @@ 1.27 genpkg_rules() 1.28 { 1.29 mkdir -p $fs 1.30 - cp -a $install/usr $fs 1.31 + cp -a $install/usr $fs 1.32 }