python3-sphinxcontrib-websupport: update to 1.2.3
Drop Python 2 version.
This commit is contained in:
parent
4021efd4ee
commit
466612ce91
4 changed files with 19 additions and 32 deletions
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'python-sphinxcontrib-websupport'
|
||||
pkgname=python-sphinxcontrib-websupport
|
||||
version=1.1.2
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="sphinxcontrib-websupport-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="sphinxcontrib/websupport"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-sphinxcontrib"
|
||||
short_desc="Sphinx API for Web Apps (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://sphinx-doc.org/"
|
||||
license="BSD-2-Clause"
|
||||
distfiles="${PYPI_SITE}/s/sphinxcontrib-websupport/sphinxcontrib-websupport-${version}.tar.gz"
|
||||
checksum=1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
python3-sphinxcontrib-websupport_package() {
|
||||
archs=noarch
|
||||
depends="python3-sphinxcontrib"
|
||||
pycompile_module="sphinxcontrib/websupport"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-sphinxcontrib-websupport
|
19
srcpkgs/python3-sphinxcontrib-websupport/template
Normal file
19
srcpkgs/python3-sphinxcontrib-websupport/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'python3-sphinxcontrib-websupport'
|
||||
pkgname=python3-sphinxcontrib-websupport
|
||||
version=1.2.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="sphinxcontrib-websupport-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-sphinxcontrib"
|
||||
short_desc="Sphinx API for Web Apps - Python 3"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="http://sphinx-doc.org/"
|
||||
distfiles="${PYPI_SITE}/s/sphinxcontrib-websupport/sphinxcontrib-websupport-${version}.tar.gz"
|
||||
checksum=1501befb0fdf1d1c29a800fdbf4ef5dc5369377300ddbdd16d2cd40e54c6eefc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue