void-packages/srcpkgs/python-dominate/template
2020-03-07 10:21:58 +01:00

23 lines
671 B
Bash

# Template file for 'python-dominate'
pkgname=python-dominate
version=2.5.1
revision=1
archs=noarch
wrksrc="dominate-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
short_desc="Library for creating and manipulating HTML (Python2)"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="LGPL-3.0"
homepage="https://github.com/Knio/dominate"
distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
checksum=f2c11e107c13c4af9515f81c762b09c350f66d50440eae0c5ec1c443beb3f4af
python3-dominate_package() {
archs=noarch
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}