void-packages/srcpkgs/python-dominate/template
2020-02-28 08:45:46 +01:00

22 lines
671 B
Bash

# Template file for 'python-dominate'
pkgname=python-dominate
version=2.5.0
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=5cd07c440873b2408443ac6e1f395b782299deff753876f5b685712ee0d039f9
python3-dominate_package() {
archs=noarch
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}