wok annotate python-ptyprocess/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents f24908c722f8
children 1df6fa555414
rev   line source
pascal@20448 1 # SliTaz package receipt.
pascal@20448 2
pascal@20448 3 PACKAGE="python-ptyprocess"
pascal@20448 4 SOURCE="ptyprocess"
pascal@20448 5 VERSION="0.6.0"
pascal@20448 6 CATEGORY="development"
pascal@20448 7 SHORT_DESC="Run a subprocess in a pseudo terminal"
pascal@20448 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@20448 9 LICENSE="ISCL"
pascal@20448 10 TARBALL="$SOURCE-$VERSION.tar.gz"
pascal@20448 11 WEB_SITE="https://pypi.org/project/$SOURCE/"
pascal@20448 12 WGET_URL="https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/$TARBALL"
pascal@20448 13
pascal@20448 14 DEPENDS="python"
pascal@21582 15 BUILD_DEPENDS="python python-setuptools"
pascal@20448 16
pascal@20448 17 # Rules to configure and make the package.
pascal@20448 18 compile_rules()
pascal@20448 19 {
pascal@20448 20 python setup.py install --root=$DESTDIR
pascal@20448 21 }
pascal@20448 22
pascal@20448 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@20448 24 genpkg_rules()
pascal@20448 25 {
pascal@20448 26 cp -a $install/usr $fs
pascal@20448 27 }