mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-Sphinx: update to 3.0.0.
This commit is contained in:
parent
a7df55c367
commit
312a5c656c
3 changed files with 3 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- setup.py.orig 2020-02-10 15:29:43.296312199 +0700
|
|
||||||
+++ setup.py 2020-02-10 15:29:53.988279685 +0700
|
|
||||||
@@ -42,7 +42,7 @@
|
|
||||||
'sphinxcontrib-websupport',
|
|
||||||
],
|
|
||||||
'test': [
|
|
||||||
- 'pytest < 5.3.3',
|
|
||||||
+ 'pytest',
|
|
||||||
'pytest-cov',
|
|
||||||
'html5lib',
|
|
||||||
'flake8>=3.5.0',
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-Sphinx'
|
# Template file for 'python3-Sphinx'
|
||||||
pkgname=python3-Sphinx
|
pkgname=python3-Sphinx
|
||||||
version=2.4.4
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=Sphinx-${version}
|
wrksrc=Sphinx-${version}
|
||||||
|
@ -19,7 +19,7 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="http://sphinx-doc.org"
|
homepage="http://sphinx-doc.org"
|
||||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||||
checksum=b4c750d546ab6d7e05bdff6ac24db8ae3e8b8253a3569b754e445110a0a12b66
|
checksum=6a099e6faffdc3ceba99ca8c2d09982d43022245e409249375edf111caf79ed3
|
||||||
alternatives="
|
alternatives="
|
||||||
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
sphinx:sphinx-apidoc:/usr/bin/sphinx-apidoc3
|
||||||
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
sphinx:sphinx-autogen:/usr/bin/sphinx-autogen3
|
||||||
|
|
1
srcpkgs/python3-Sphinx/update
Normal file
1
srcpkgs/python3-Sphinx/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*a* *b* *rc*"
|
Loading…
Add table
Reference in a new issue