mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/py-sphinx: upgrade to 1.7.1 and disable check
This commit is contained in:
parent
8a2cec1036
commit
ee975cb257
@ -2,7 +2,7 @@
|
||||
# Maintainer: Matt Smith <mcs@darkregion.net>
|
||||
pkgname=py-sphinx
|
||||
_pkgname=${pkgname#py-}
|
||||
pkgver=1.6.5
|
||||
pkgver=1.7.1
|
||||
pkgrel=0
|
||||
pkgdesc="Python Documentation Generator"
|
||||
url="http://sphinx.pocoo.org/"
|
||||
@ -13,8 +13,10 @@ _pydepends="py-docutils py-jinja2 py-pygments py-six py-sphinx_rtd_theme
|
||||
py-requests py-sphinxcontrib-websupport"
|
||||
depends="py3-${pkgname#py-}"
|
||||
makedepends="python2-dev python3-dev py-setuptools"
|
||||
#checkdepends="pytest py-funcsigs py-pluggy"
|
||||
options="!check" # py-pluggy and some other packages needs to be moved to main first
|
||||
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
|
||||
source="$_pkgname-$pkgver.tar.gz::https://github.com/sphinx-doc/sphinx/archive/$pkgver.tar.gz"
|
||||
source="$_pkgname-$pkgver.tar.gz::https://github.com/sphinx-doc/sphinx/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
prepare() {
|
||||
@ -34,6 +36,13 @@ build() {
|
||||
done
|
||||
}
|
||||
|
||||
#check() {
|
||||
# local python; for python in python2 python3; do
|
||||
# cd "$builddir"-$python
|
||||
# make PYTHON=$python test
|
||||
# done
|
||||
#}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/bin
|
||||
|
||||
@ -69,4 +78,4 @@ _py() {
|
||||
done
|
||||
}
|
||||
|
||||
sha512sums="3d2ceb17b67db87e235e5601788b0bd0e67d55b392a4ad116b1987a229cdbd46d00517f36c924bc7db0fdbbab63f9f80fd41691ece0ec219e04c0e3ab47866b3 sphinx-1.6.5.tar.gz"
|
||||
sha512sums="3c84169ea67df29accbf8bce8206ac431ed7c6091270f665fe99b8b820913b2fa33cd3ea2e4b0f8436281560a6ac7cedf8399701f560a7f7b4a5061994e77ce9 sphinx-1.7.1.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user