wok diff python-pygments/receipt @ rev 24225

updated perl-io-socket-ssl (2.068 -> 2.073)
author Hans-G?nter Theisgen
date Fri Dec 31 17:41:39 2021 +0100 (2021-12-31)
parents 46921aca812b
children 1df6fa555414
line diff
     1.1 --- a/python-pygments/receipt	Fri Nov 15 11:56:14 2019 +0100
     1.2 +++ b/python-pygments/receipt	Fri Dec 31 17:41:39 2021 +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  }