wok rev 25221

updated python-ptyprocess (0.6.0 -> 0.7.0)
author Hans-G?nter Theisgen
date Wed Jul 13 16:13:57 2022 +0100 (22 months ago)
parents 88b11e08f73a
children 00a75945593a
files python-ptyprocess/description.txt python-ptyprocess/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-ptyprocess/description.txt	Wed Jul 13 16:13:57 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +Launch a subprocess in a pseudo terminal (pty), and interact with both
     1.5 +the process and its pty.
     1.6 +
     1.7 +Sometimes, piping stdin and stdout is not enough.
     1.8 +There might be a password prompt that doesn't read from stdin, output
     1.9 +that changes when it's going to a pipe rather than a terminal,
    1.10 +or curses-style interfaces that rely on a terminal.
    1.11 +If you need to automate these things, running the process in a pseudo
    1.12 +terminal (pty) is the answer.
     2.1 --- a/python-ptyprocess/receipt	Wed Jul 13 15:55:11 2022 +0100
     2.2 +++ b/python-ptyprocess/receipt	Wed Jul 13 16:13:57 2022 +0100
     2.3 @@ -1,15 +1,17 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-ptyprocess"
     2.7 -SOURCE="ptyprocess"
     2.8 -VERSION="0.6.0"
     2.9 +VERSION="0.7.0"
    2.10  CATEGORY="development"
    2.11 -SHORT_DESC="Run a subprocess in a pseudo terminal"
    2.12 +SHORT_DESC="Run a subprocess in a pseudo terminal."
    2.13  MAINTAINER="pascal.bellard@slitaz.org"
    2.14  LICENSE="ISCL"
    2.15 +WEB_SITE="https://pypi.org/project/$SOURCE/"
    2.16 +REPOLOGY="python:ptyprocess"
    2.17 +
    2.18 +SOURCE="ptyprocess"
    2.19  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.20 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    2.21 -WGET_URL="https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/$TARBALL"
    2.22 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
    2.23  
    2.24  DEPENDS="python"
    2.25  BUILD_DEPENDS="python python-setuptools"
    2.26 @@ -29,5 +31,5 @@
    2.27  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.28  genpkg_rules()
    2.29  {
    2.30 -	cp -a $install/usr $fs
    2.31 +	cp -a $install/usr	$fs
    2.32  }