14 lines
521 B
Bash
14 lines
521 B
Bash
# Template file for 'python3-dockerpty'
|
|
pkgname=python3-dockerpty
|
|
version=0.4.1
|
|
revision=9
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-six python3-docker"
|
|
short_desc="Python3 library to use the pseudo-tty of a docker container"
|
|
maintainer="Sergi Alvarez <pancake@nopcode.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/d11wtq/dockerpty"
|
|
distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
|
|
checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
|