wok diff python-odoorpc/receipt @ rev 25492
Up foomatic-db (4.0-20221117)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 18 09:54:27 2022 +0000 (2022-11-18) |
parents | 5ea0ce1cecc0 |
children | 0262035dc1e7 |
line diff
1.1 --- a/python-odoorpc/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/python-odoorpc/receipt Fri Nov 18 09:54:27 2022 +0000 1.3 @@ -1,16 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-odoorpc" 1.7 -VERSION="0.6.1" 1.8 +VERSION="0.8.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC" 1.11 +SHORT_DESC="Provides an easy way to pilot your Odoo servers through RPC." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://pypi.org/project/OdooRPC/" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WGET_URL="https://github.com/OCA/odoorpc/archive/v$VERSION.tar.gz" 1.17 +REPOLOGY="python:odoorpc" 1.18 + 1.19 +SOURCE="OdooRPC" 1.20 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.21 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.22 1.23 DEPENDS="python" 1.24 +BUILD_DEPENDS="python python-setuptools" 1.25 1.26 current_version() 1.27 { 1.28 @@ -27,5 +31,5 @@ 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - cp -a $install/usr $fs/ 1.33 + cp -a $install/usr $fs 1.34 }