Skip to content
Snippets Groups Projects
Commit 76de376c authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/py3-dockerpty: new aport

Python library to use the pseudo-tty of a docker container
https://github.com/d11wtq/dockerpty
parent deb2c101
No related branches found
No related tags found
No related merge requests found
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer:
pkgname=py3-dockerpty
pkgver=0.4.1
pkgrel=0
pkgdesc="Python library to use the pseudo-tty of a docker container"
url="https://github.com/d11wtq/dockerpty"
arch="noarch"
license="Apache-2.0"
depends="python3 docker-py"
makedepends="python3-dev"
source="https://pypi.io/packages/source/d/dockerpty/dockerpty-$pkgver.tar.gz"
builddir="$srcdir/dockerpty-$pkgver"
build() {
cd "$builddir"
python3 setup.py build
}
check() {
cd "$builddir"
python3 setup.py check
}
package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="6afbc7ef5e352853b0d908ec047fe16e1fe513fae49ccc83142a77429f808b7e24201d47ebf83e21db4a05272308124516f9be5a57ed6c4e47e73837003562ea dockerpty-0.4.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment