vp-build/srcpkgs/python-dockerpty/template

27 lines
806 B
Bash

# Template file for 'python-dockerpty'
pkgname=python-dockerpty
version=0.4.1
revision=3
noarch=yes
wrksrc="dockerpty-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-six python-docker"
pycompile_module="dockerpty"
short_desc="Python2 library to use the pseudo-tty of a docker container"
maintainer="Sergi Alvarez <pancake@nopcode.org>"
homepage="https://github.com/d11wtq/dockerpty"
license="Apache-2.0"
distfiles="${PYPI_SITE}/d/dockerpty/dockerpty-${version}.tar.gz"
checksum=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
python3-dockerpty_package() {
noarch=yes
depends="python3-six python3-docker"
pycompile_module="dockerpty"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}