mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
python-dominate: update to 2.5.0
This commit is contained in:
parent
a039f28512
commit
328e169dc6
1 changed files with 4 additions and 6 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'python-dominate'
|
# Template file for 'python-dominate'
|
||||||
pkgname=python-dominate
|
pkgname=python-dominate
|
||||||
version=2.4.0
|
version=2.5.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="dominate-${version}"
|
wrksrc="dominate-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="dominate"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
short_desc="Library for creating and manipulating HTML (Python2)"
|
short_desc="Library for creating and manipulating HTML (Python2)"
|
||||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||||
license="LGPL-3.0"
|
license="LGPL-3.0"
|
||||||
homepage="https://github.com/Knio/dominate"
|
homepage="https://github.com/Knio/dominate"
|
||||||
distfiles="${PYPI_SITE}/d/dominate/dominate-${version}.tar.gz"
|
distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
|
||||||
checksum=a92474b4312bd8b4c1789792f3ec8c571cd8afa8e7502a2b1c64dd48cd67e59c
|
checksum=5cd07c440873b2408443ac6e1f395b782299deff753876f5b685712ee0d039f9
|
||||||
|
|
||||||
python3-dominate_package() {
|
python3-dominate_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="dominate"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
|
Loading…
Add table
Reference in a new issue