wok rev 23565

updated python-sqlalchemy (0.7.10 -> 1.3.15)
author Hans-G?nter Theisgen
date Tue Apr 07 08:44:11 2020 +0100 (2020-04-07)
parents e707d374fb00
children e12389744c1c
files python-sqlalchemy/receipt
line diff
     1.1 --- a/python-sqlalchemy/receipt	Tue Apr 07 08:16:27 2020 +0100
     1.2 +++ b/python-sqlalchemy/receipt	Tue Apr 07 08:44:11 2020 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-sqlalchemy"
     1.7 -SOURCE="SQLAlchemy"
     1.8 -VERSION="0.7.10"
     1.9 +VERSION="1.3.15"
    1.10  CATEGORY="development"
    1.11 -SHORT_DESC="The Python SQL toolkit and Object Relational Mapper"
    1.12 +SHORT_DESC="The Python SQL toolkit and Object Relational Mapper."
    1.13  MAINTAINER="claudinei@slitaz.org"
    1.14  LICENSE="MIT"
    1.15 +WEB_SITE="https://pypi.org/project/SQLAlchemy/"
    1.16 +
    1.17 +SOURCE="SQLAlchemy"
    1.18 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    1.20 +
    1.21  SUGGESTED="python-pysqlite"
    1.22 -TARBALL="$SOURCE-$VERSION.tar.gz"
    1.23 -WEB_SITE="http://www.sqlalchemy.org"
    1.24 -WGET_URL="https://pypi.python.org/packages/source/S/$SOURCE/$TARBALL"
    1.25 -
    1.26  DEPENDS="python"
    1.27 -BUILD_DEPENDS="wget python-dev"
    1.28 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32 @@ -24,5 +25,5 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	cp -a $install/usr $fs
    1.37 +	cp -a $install/usr	$fs
    1.38  }