python-dominate: drop package
This commit is contained in:
parent
3f24423868
commit
9a291a279a
3 changed files with 13 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'python-dominate'
|
||||
pkgname=python-dominate
|
||||
version=2.5.2
|
||||
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-or-later"
|
||||
homepage="https://github.com/Knio/dominate"
|
||||
distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
|
||||
checksum=a184e19ca36646a85ec40b83fe3762c08834ffe51499ec436eeb6646edde36ac
|
||||
|
||||
python3-dominate_package() {
|
||||
archs=noarch
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-dominate/
|
13
srcpkgs/python3-dominate/template
Normal file
13
srcpkgs/python3-dominate/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'python3-dominate'
|
||||
pkgname=python3-dominate
|
||||
version=2.5.2
|
||||
revision=2
|
||||
wrksrc="dominate-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
short_desc="Library for creating and manipulating HTML (Python3)"
|
||||
maintainer="Benjamín Albiñana <benalb@gmail.com>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://github.com/Knio/dominate"
|
||||
distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
|
||||
checksum=a184e19ca36646a85ec40b83fe3762c08834ffe51499ec436eeb6646edde36ac
|
Loading…
Reference in a new issue