# HG changeset patch # User Aleksej Bobylev # Date 1537665569 -10800 # Node ID f47adfbeb944b798bc7ccedbe879c7431f3de6c1 # Parent c9a7a7b42a86e2e06c2c6378ae581b5b8a47157a Separate python-setuptools and python-pip from the main python package to be able to update them apart from python diff -r c9a7a7b42a86 -r f47adfbeb944 python-gevent/receipt --- a/python-gevent/receipt Sat Sep 22 16:05:26 2018 +0300 +++ b/python-gevent/receipt Sun Sep 23 04:19:29 2018 +0300 @@ -11,7 +11,8 @@ #HOST_ARCH REPOLOGY="python:gevent" -BUILD_DEPENDS="python python-greenlet python3 python3-greenlet" +BUILD_DEPENDS="python-dev python-greenlet \ +python3-dev python3-greenlet" # i486 arch require dev packages... SPLIT="${PACKAGE/python/python3}:3" compile_rules() { diff -r c9a7a7b42a86 -r f47adfbeb944 python-greenlet/receipt --- a/python-greenlet/receipt Sat Sep 22 16:05:26 2018 +0300 +++ b/python-greenlet/receipt Sun Sep 23 04:19:29 2018 +0300 @@ -11,7 +11,7 @@ #HOST_ARCH REPOLOGY="python:greenlet" -BUILD_DEPENDS="python python3" +BUILD_DEPENDS="python-dev python3-dev" # i486 arch require dev packages... SPLIT="${PACKAGE/python/python3}:3" compile_rules() { diff -r c9a7a7b42a86 -r f47adfbeb944 python-pip/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pip/.icon.png Sun Sep 23 04:19:29 2018 +0300 @@ -0,0 +1,1 @@ +../python/.icon.png \ No newline at end of file diff -r c9a7a7b42a86 -r f47adfbeb944 python-pip/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-pip/receipt Sun Sep 23 04:19:29 2018 +0300 @@ -0,0 +1,29 @@ +# SliTaz package receipt v2. + +ORIGIN="pip" +PACKAGE="python-pip" +VERSION="18.0" +CATEGORY="python" +SHORT_DESC="The PyPA recommended tool for installing Python packages" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="MIT" +WEB_SITE="https://pypi.org/project/$ORIGIN/" +HOST_ARCH="any" +REPOLOGY="python:pip" + +TARBALL="$ORIGIN-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/p/pip/$TARBALL" + +BUILD_DEPENDS="python python-setuptools python3 python3-setuptools" +SPLIT="${PACKAGE/python/python3}:3" + +compile_rules() { + python$SET -B setup.py install --root=$install + +} + +genpkg_rules() { + copy @std + py=${PACKAGE%%-*} # python/python3 + DEPENDS="$py $py-setuptools" +} diff -r c9a7a7b42a86 -r f47adfbeb944 python-setuptools/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-setuptools/.icon.png Sun Sep 23 04:19:29 2018 +0300 @@ -0,0 +1,1 @@ +../python/.icon.png \ No newline at end of file diff -r c9a7a7b42a86 -r f47adfbeb944 python-setuptools/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-setuptools/receipt Sun Sep 23 04:19:29 2018 +0300 @@ -0,0 +1,25 @@ +# SliTaz package receipt v2. + +ORIGIN="setuptools" +PACKAGE="python-setuptools" +VERSION="40.4.2" +CATEGORY="python" +SHORT_DESC="Easily download, build, install, upgrade, and uninstall Python packages" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="MIT" +WEB_SITE="https://pypi.org/project/$ORIGIN/" +HOST_ARCH="any" +REPOLOGY="python:setuptools" + +BUILD_DEPENDS="python python3" +SPLIT="${PACKAGE/python/python3}:3" + +compile_rules() { + pip$SET install --no-compile --root=$install $ORIGIN==$VERSION +} + +genpkg_rules() { + copy @std + py=${PACKAGE%%-*} # python/python3 + DEPENDS="$py" +} diff -r c9a7a7b42a86 -r f47adfbeb944 python-twisted/.icon.png --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-twisted/.icon.png Sun Sep 23 04:19:29 2018 +0300 @@ -0,0 +1,1 @@ +../python/.icon.png \ No newline at end of file