New package: python-dominate-2.3.5
This commit is contained in:
parent
d12318c8e3
commit
4bdc6467c4
2 changed files with 25 additions and 0 deletions
24
srcpkgs/python-dominate/template
Normal file
24
srcpkgs/python-dominate/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'python-dominate'
|
||||
pkgname=python-dominate
|
||||
version=2.3.5
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="dominate-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="dominate"
|
||||
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="${PYPI_SITE}/d/dominate/dominate-${version}.tar.gz"
|
||||
checksum=4076735c0745fe771e57b2313dbb4bfeec42731816ee23cee509f66e8912aa51
|
||||
|
||||
python3-dominate_package() {
|
||||
archs=noarch
|
||||
pycompile_module="dominate"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
1
srcpkgs/python3-dominate
Symbolic link
1
srcpkgs/python3-dominate
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-dominate/
|
Loading…
Reference in a new issue