1 # Template file for 'python-dockerpty'
2 pkgname=python-dockerpty
6 wrksrc="dockerpty-${version}"
7 build_style=python-module
8 hostmakedepends="python-setuptools python3-setuptools"
9 depends="python-six python-docker"
10 pycompile_module="dockerpty"
11 short_desc="Python2 library to use the pseudo-tty of a docker container"
12 maintainer="Sergi Alvarez <pancake@nopcode.org>"
13 homepage="https://github.com/d11wtq/dockerpty"
15 distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
16 checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
18 python3-dockerpty_package() {
20 depends="python3-six python3-docker"
21 pycompile_module="dockerpty"
22 short_desc="${short_desc/Python2/Python3}"
24 vmove usr/lib/python3*