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:
parent
0b20b74805
commit
81d369fb69
|
@ -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:
|
|
@ -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
|
|
@ -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"
|
|
@ -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:
|
Loading…
Reference in New Issue