wok-current diff python-pytz/receipt @ rev 25485
BootProg/fat32: active fat support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 01 16:13:12 2022 +0000 (2022-11-01) |
parents | 076f424196b2 |
children |
line diff
1.1 --- a/python-pytz/receipt Sun Feb 06 11:51:57 2022 +0000 1.2 +++ b/python-pytz/receipt Tue Nov 01 16:13:12 2022 +0000 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pytz" 1.7 -SOURCE="pytz" 1.8 -VERSION="2019.3" 1.9 +VERSION="2021.3" 1.10 CATEGORY="development" 1.11 SHORT_DESC="World Timezone Definitions for Python." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 1.14 WEB_SITE="https://pypi.org/project/pytz/" 1.15 +REPOLOGY="python:pytz" 1.16 1.17 +SOURCE="pytz" 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 @@ -31,7 +32,6 @@ 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 - mkdir -p $fs 1.26 cp -a $install/usr $fs 1.27 } 1.28