From b799d6d20301e8ef73c527e428035136c0dcb9bd Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 1 Mar 2018 16:54:26 +0000 Subject: python-sphinx: update to 1.7.0 --- abs/core/python_modules/python-sphinx/PKGBUILD | 134 +++++++++++++++++----- abs/core/python_modules/python-sphinx/__changelog | 1 - 2 files changed, 104 insertions(+), 31 deletions(-) delete mode 100644 abs/core/python_modules/python-sphinx/__changelog diff --git a/abs/core/python_modules/python-sphinx/PKGBUILD b/abs/core/python_modules/python-sphinx/PKGBUILD index b4db703..cab258e 100644 --- a/abs/core/python_modules/python-sphinx/PKGBUILD +++ b/abs/core/python_modules/python-sphinx/PKGBUILD @@ -1,27 +1,62 @@ # $Id$ -# Maintainer: Sébastien Luttringer +# Maintainer: Johannes Löthberg +# Contributor: Sébastien Luttringer # Contributor: Angel Velasquez # Contributor: Fabio Volpe pkgbase=python-sphinx -pkgname=('python2-sphinx') -pkgver=1.2.2 -pkgrel=4 +pkgname=('python-sphinx' 'python2-sphinx') +pkgver=1.7.0 +pkgrel=1 + arch=('any') url='http://sphinx.pocoo.org/' -license=('GPL') +license=('BSD') + makedepends=( + 'python-setuptools' + 'python-docutils' + 'python-jinja' + 'python-pygments' + 'python-six' + 'python-imagesize' + 'python-sphinxcontrib-websupport' + 'python-sqlalchemy' + 'python-whoosh' 'python2-setuptools' 'python2-docutils' 'python2-jinja' 'python2-pygments' + 'python2-six' + 'python2-imagesize' + 'python2-sphinxcontrib-websupport' + 'python2-sqlalchemy' + 'python2-whoosh' + 'python2-typing' ) + checkdepends=( - 'python2-nose' 'texlive-latexextra' + 'python-nose' 'python2-nose' + 'python-snowballstemmer' 'python2-snowballstemmer' + 'python-babel' 'python2-babel' + 'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme' + 'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme' + 'python-mock' 'python2-mock' + 'python-html5lib' 'python2-html5lib' + 'python-requests' 'python2-requests' + 'python2-pytest' 'python-pytest' + 'python2-enum34' + 'python-sphinxcontrib-websupport' 'python2-sphinxcontrib-websupport' + 'imagemagick' 'librsvg' ) -source=("http://pypi.python.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz") -md5sums=('3dc73ccaa8d0bfb2d62fb671b1f7e8a4') + +source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc}) + +validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' + 'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07') +md5sums=('7d6d8226148378875986310aea68702e' + 'SKIP') prepare() { # souce duplication is required because makefile modify source code @@ -31,46 +66,85 @@ prepare() { find Sphinx-${pkgver}2 -type f -exec \ sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; # change sphinx-binaries name in source code -# find Sphinx-${pkgver}2 -type f -name '*.py' -exec \ -# sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \; + find Sphinx-${pkgver}2 -type f -name '*.py' -exec \ + sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \; } build() { -# msg2 'Python 3 version' -# cd "$srcdir"/Sphinx-$pkgver -# make PYTHON=python3 build + msg2 'Python 3 version' + cd "$srcdir"/Sphinx-$pkgver + make PYTHON=python3 build + msg2 'Python 2 version' cd "$srcdir"/Sphinx-${pkgver}2 make PYTHON=python2 build } -check() { +#check() { # msg2 'Python 3 version' # cd "$srcdir"/Sphinx-$pkgver -# make PYTHON=python3 test -# rm -r build/lib/tests - msg2 'Python 2 version' - cd "$srcdir"/Sphinx-${pkgver}2 - make PYTHON=python2 test - rm -r build/lib/tests -} +# LC_ALL="en_US.UTF-8" make PYTHON=python3 test +# rm -r tests +# +# msg2 'Python 2 version' +# cd "$srcdir"/Sphinx-${pkgver}2 +# LC_ALL="en_US.UTF-8" make PYTHON=python2 test +# rm -r tests +#} -#package_python-sphinx() { -# pkgdesc='Python3 documentation generator' -# depends=('python-jinja' 'python-pygments' 'python-docutils') -# optdepends=('texlive-latexextra: for generation of PDF documentation') +package_python-sphinx() { + pkgdesc='Python3 documentation generator' + depends=( + 'python-setuptools' + 'python-jinja' + 'python-pygments' + 'python-docutils' + 'python-sphinx_rtd_theme' + 'python-sphinx-alabaster-theme' + 'python-babel' + 'python-snowballstemmer' + 'python-six' + 'python-imagesize' + 'python-requests' + 'python-sphinxcontrib-websupport' + 'python-sqlalchemy' + 'python-whoosh' + ) + optdepends=('texlive-latexextra: for generation of PDF documentation' + 'imagemagick: ext.imageconverter') -# cd Sphinx-$pkgver -# python setup.py install --root="$pkgdir" --optimize=1 -#} + cd Sphinx-$pkgver + python setup.py install --root="$pkgdir" --optimize=1 + + install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/python-sphinx/LICENSE +} package_python2-sphinx() { pkgdesc='Python2 documentation generator' - depends=('python2-jinja' 'python2-pygments' 'python2-docutils') - optdepends=('texlive-latexextra: for generation of PDF documentation') + depends=( + 'python2-setuptools' + 'python2-jinja' + 'python2-pygments' + 'python2-docutils' + 'python2-sphinx_rtd_theme' + 'python2-sphinx-alabaster-theme' + 'python2-babel' + 'python2-snowballstemmer' + 'python2-six' + 'python2-imagesize' + 'python2-requests' + 'python2-sphinxcontrib-websupport' + 'python2-sqlalchemy' + 'python2-whoosh' + 'python2-typing' + ) + optdepends=('texlive-latexextra: for generation of PDF documentation' + 'imagemagick: ext.imageconverter') cd Sphinx-${pkgver}2 python2 setup.py install --root="$pkgdir" --optimize=1 + + install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE } # vim:set ts=2 sw=2 et: diff --git a/abs/core/python_modules/python-sphinx/__changelog b/abs/core/python_modules/python-sphinx/__changelog deleted file mode 100644 index 488d3cf..0000000 --- a/abs/core/python_modules/python-sphinx/__changelog +++ /dev/null @@ -1 +0,0 @@ -PKGBUILD: rm py 3 stuff -- cgit v0.12