wok-current rev 23539
updated python-pygments (2.2.0 -> 2.6.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:01:19 2020 +0100 (2020-04-06) |
parents | 23d1dbe1e6bb |
children | f4d0ccc2e940 |
files | python-pygments/receipt |
line diff
1.1 --- a/python-pygments/receipt Mon Apr 06 16:38:05 2020 +0100 1.2 +++ b/python-pygments/receipt Mon Apr 06 17:01:19 2020 +0100 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pygments" 1.7 -VERSION="2.2.0" 1.8 +VERSION="2.6.1" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Generic syntax highlighter" 1.11 +SHORT_DESC="Generic syntax highlighter." 1.12 MAINTAINER="claudinei@slitaz.org" 1.13 LICENSE="BSD" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 -WEB_SITE="https://pygments.org/" 1.16 -WGET_URL="https://bitbucket.org/birkenfeld/pygments-main/get/$VERSION.tar.bz2" 1.17 +WEB_SITE="https://pypi.org/project/Pygments/" 1.18 1.19 -DEPENDS="python python-setuptools" 1.20 -BUILD_DEPENDS="python-setuptools wget" 1.21 +SOURCE="Pygments" 1.22 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.23 +WGET_URL="https://files.pythonhosted.org/packages/source/P/$SOURCE/$TARBALL" 1.24 + 1.25 +DEPENDS="python" 1.26 +BUILD_DEPENDS="python python-setuptools" 1.27 1.28 # Rules to configure and make the package. 1.29 compile_rules() 1.30 @@ -22,5 +24,5 @@ 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 genpkg_rules() 1.33 { 1.34 - cp -a $install/* $fs 1.35 + cp -a $install/* $fs 1.36 }