python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / python-dockerpty / template
blob5f5d354a6a62f0657270c00675b5c894f94161fd
1 # Template file for 'python-dockerpty'
2 pkgname=python-dockerpty
3 version=0.4.1
4 revision=3
5 noarch=yes
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"
14 license="Apache-2.0"
15 distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
16 checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
18 python3-dockerpty_package() {
19         noarch=yes
20         depends="python3-six python3-docker"
21         pycompile_module="dockerpty"
22         short_desc="${short_desc/Python2/Python3}"
23         pkg_install() {
24                 vmove usr/lib/python3*
25         }