python3-Sphinx: update to 4.0.2.
This commit is contained in:
parent
9d82af9527
commit
cfa503a9f3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-PyVirtualDisplay'
|
||||
pkgname=python3-PyVirtualDisplay
|
||||
version=2.0
|
||||
version=2.2
|
||||
revision=1
|
||||
wrksrc=PyVirtualDisplay-${version}
|
||||
build_style=python3-module
|
||||
|
@ -11,7 +11,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/ponty/pyvirtualdisplay"
|
||||
distfiles="${PYPI_SITE}/P/PyVirtualDisplay/PyVirtualDisplay-${version}.tar.gz"
|
||||
checksum=3cdacd70970a74d163a2417d8581f43a56bb1ac8d31c71a1a6a4348969062d65
|
||||
checksum=3ecda6b183b03ba65dcfdf0019809722480d7b7e10eea6e3a40bf1ba3146bab7
|
||||
|
||||
do_check() {
|
||||
: needs Xvnc Xephyr GUI, test EasyProcess and pytest-xvfb instead
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-Sphinx'
|
||||
pkgname=python3-Sphinx
|
||||
version=3.5.4
|
||||
version=4.0.2
|
||||
revision=1
|
||||
wrksrc=Sphinx-${version}
|
||||
build_style=python3-module
|
||||
|
@ -18,13 +18,9 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://sphinx-doc.org"
|
||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||
checksum=19010b7b9fa0dc7756a6e105b2aacd3a80f798af3c25c273be64d7beeb482cb1
|
||||
checksum=b5c2ae4120bf00c799ba9b3699bc895816d272d120080fbc967292f29b52b48c
|
||||
conflicts="python-Sphinx>=0"
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=$(pwd)/build/lib pytest
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue