wok diff py3k-cython/receipt @ rev 25160

updated py3k-cython (0.29.13 -> 0.29.30)
author Hans-G?nter Theisgen
date Fri Jul 01 09:49:47 2022 +0100 (23 months ago)
parents 5ea0ce1cecc0
children 5db546345599
line diff
     1.1 --- a/py3k-cython/receipt	Tue Jun 08 08:46:05 2021 +0000
     1.2 +++ b/py3k-cython/receipt	Fri Jul 01 09:49:47 2022 +0100
     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  }