wok-next diff python-packaging/receipt @ rev 21286
updated gnuradio (3.7.8 -> 3.8.0.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Dec 08 11:42:09 2019 +0100 (2019-12-08) |
parents | c9a7a7b42a86 |
children |
line diff
1.1 --- a/python-packaging/receipt Sat Sep 22 16:05:26 2018 +0300 1.2 +++ b/python-packaging/receipt Sun Dec 08 11:42:09 2019 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 ORIGIN="packaging" 1.6 PACKAGE="python-packaging" 1.7 -VERSION="17.1" 1.8 +VERSION="18.0" 1.9 CATEGORY="python" 1.10 SHORT_DESC="Core utilities for Python packages" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -11,12 +11,17 @@ 1.13 HOST_ARCH="any" 1.14 REPOLOGY="python:packaging" 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 python-pyparsing python-six \ 1.20 python3 python3-pyparsing python3-six" 1.21 SPLIT="${PACKAGE/python/python3}:3" 1.22 1.23 compile_rules() { 1.24 - pip$SET install --no-compile --root=$install $ORIGIN==$VERSION 1.25 + python$SET setup.py install --root=$install 1.26 + 1.27 + find $install -type f -name '*.pyc' -delete 1.28 } 1.29 1.30 genpkg_rules() {