wok diff python-sqlalchemy/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-sqlalchemy/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-sqlalchemy/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-sqlalchemy"
     1.7 -VERSION="1.3.15"
     1.8 +VERSION="1.4.29"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The Python SQL toolkit and Object Relational Mapper."
    1.11  MAINTAINER="claudinei@slitaz.org"
    1.12  LICENSE="MIT"
    1.13  WEB_SITE="https://pypi.org/project/SQLAlchemy/"
    1.14 +REPOLOGY="python:sqlalchemy"
    1.15  
    1.16  SOURCE="SQLAlchemy"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 @@ -31,5 +32,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	cp -a $install/usr	$fs
    1.23 +	cook_copy_folders	lib
    1.24  }