wok-next diff python-pyparsing/receipt @ rev 21129

Up tk (8.6.9.1), python, talloc (2.1.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 18 15:42:45 2019 +0200 (2019-01-18)
parents c9a7a7b42a86
children
line diff
     1.1 --- a/python-pyparsing/receipt	Sat Sep 22 16:05:26 2018 +0300
     1.2 +++ b/python-pyparsing/receipt	Fri Jan 18 15:42:45 2019 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  ORIGIN="pyparsing"
     1.6  PACKAGE="python-pyparsing"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.3.0"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="Python parsing module"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,11 +11,16 @@
    1.13  HOST_ARCH="any"
    1.14  REPOLOGY="python:pyparsing"
    1.15  
    1.16 +TARBALL="$ORIGIN-$VERSION.tar.gz"
    1.17 +WGET_URL="https://pypi.io/packages/source/${ORIGIN:0:1}/$ORIGIN/$TARBALL"
    1.18 +
    1.19  BUILD_DEPENDS="python python3"
    1.20  SPLIT="${PACKAGE/python/python3}:3"
    1.21  
    1.22  compile_rules() {
    1.23 -	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.24 +	python$SET setup.py install --root=$install
    1.25 +
    1.26 +	find $install -type f -name '*.pyc' -delete
    1.27  }
    1.28  
    1.29  genpkg_rules() {