python/python-dockerpty: Renamed python2-dockerpty.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dave Woodfall 2021-05-06 17:11:16 +01:00 committed by Willy Sudiarto Raharjo
parent 0b20b74805
commit 81d369fb69
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
5 changed files with 22 additions and 22 deletions

View File

@ -1,19 +0,0 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python-dockerpty: python-dockerpty (library to use pseudo-tty of a docker container)
python-dockerpty:
python-dockerpty: dockerpty provides the functionality needed to operate the pseudo-tty
python-dockerpty: (PTY) allocated to a docker container, using the Python client.
python-dockerpty:
python-dockerpty: Homepage: https://github.com/d11wtq/dockerpty
python-dockerpty:
python-dockerpty:
python-dockerpty:
python-dockerpty:
python-dockerpty:

View File

@ -22,7 +22,7 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-dockerpty
PRGNAM=python2-dockerpty
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -57,7 +57,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
python setup.py install --root=$PKG
python2 setup.py install --root=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE.txt README.md $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -1,4 +1,4 @@
PRGNAM="python-dockerpty"
PRGNAM="python2-dockerpty"
VERSION="0.4.1"
HOMEPAGE="https://github.com/d11wtq/dockerpty"
DOWNLOAD="https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz"

View File

@ -0,0 +1,19 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python2-dockerpty: python2-dockerpty (library to use pseudo-tty of a docker container)
python2-dockerpty:
python2-dockerpty: dockerpty provides the functionality needed to operate the pseudo-tty
python2-dockerpty: (PTY) allocated to a docker container, using the Python client.
python2-dockerpty:
python2-dockerpty: Homepage: https://github.com/d11wtq/dockerpty
python2-dockerpty:
python2-dockerpty:
python2-dockerpty:
python2-dockerpty:
python2-dockerpty: