Date: Monday, April 24, 2023 @ 02:53:07
Author: polyzen
Revision: 1448446
archrelease: copy trunk to community-any
Added:
python-sphinx/repos/community-any/PKGBUILD
(from rev 1448445, python-sphinx/trunk/PKGBUILD)
python-sphinx/repos/community-any/keys/
Deleted:
python-sphinx/repos/community-any/PKGBUILD
python-sphinx/repos/community-any/keys/
----------+
PKGBUILD | 127 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 64 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-24 02:52:40 UTC (rev 1448445)
+++ PKGBUILD 2023-04-24 02:53:07 UTC (rev 1448446)
@@ -1,63 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Maintainer: Daniel M. Capella <[email protected]>
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez <[email protected]>
-# Contributor: Fabio Volpe <[email protected]>
-
-pkgname=python-sphinx
-pkgver=6.1.3
-pkgrel=1
-pkgdesc='Python documentation generator'
-arch=('any')
-url=http://www.sphinx-doc.org/
-license=('BSD')
-depends=('python-babel'
- 'python-docutils'
- 'python-imagesize'
- 'python-jinja'
- 'python-packaging'
- 'python-pygments'
- 'python-requests'
- 'python-snowballstemmer'
- 'python-sphinx-alabaster-theme'
-
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
-makedepends=('python-build' 'python-flit-core' 'python-installer')
-checkdepends=('cython'
- 'imagemagick' 'librsvg'
- 'python-html5lib'
- 'python-pytest'
- 'python-setuptools'
- 'texlive-fontsextra' 'texlive-latexextra')
-optdepends=('imagemagick: for ext.imgconverter'
- 'texlive-latexextra: for generation of PDF documentation')
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-sha256sums=('0dac3b698538ffef41716cf97ba26c1c7788dba73ce6f150c1ff5b4720786dd2'
- 'SKIP')
-b2sums=('afde63c5a001a80c77233501de0033525195a84bf1f3bf1d9a0fee27477e18c7c71cf43f88e36a19a0ad2606d70f9eff439205eed654f72daa50a6ce6b60c16b'
- 'SKIP')
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' # Takeshi KOMIYA
<[email protected]>
- 'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07' # Takayuki
Shimizukawa <[email protected]>
- 'D3549119BD51B4AFE643E59752C8F72A61F0FB52') # Adam Turner
<[email protected]>
-
-build() {
- cd Sphinx-$pkgver
- python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-check() {
- cd Sphinx-$pkgver
- LC_ALL="en_US.UTF-8" python -X dev -X warn_default_encoding -m pytest -v
-}
-
-package() {
- cd Sphinx-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- # Symlink license file
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- install -d "$pkgdir"/usr/share/licenses/$pkgname
- ln -s "$site_packages"/sphinx-$pkgver.dist-info/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 1448445,
python-sphinx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-24 02:53:07 UTC (rev 1448446)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Daniel M. Capella <[email protected]>
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Fabio Volpe <[email protected]>
+
+pkgname=python-sphinx
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Python documentation generator'
+arch=('any')
+url=http://www.sphinx-doc.org/
+license=('BSD')
+depends=('python-babel'
+ 'python-docutils'
+ 'python-imagesize'
+ 'python-jinja'
+ 'python-packaging'
+ 'python-pygments'
+ 'python-requests'
+ 'python-snowballstemmer'
+ 'python-sphinx-alabaster-theme'
+
'python-sphinxcontrib-'{{apple,dev,html}help,jsmath,qthelp,serializinghtml})
+makedepends=('python-build' 'python-flit-core' 'python-installer')
+checkdepends=('cython'
+ 'imagemagick' 'librsvg'
+ 'python-filelock'
+ 'python-html5lib'
+ 'python-pytest'
+ 'python-setuptools'
+ 'texlive-fontsextra' 'texlive-latexextra')
+optdepends=('imagemagick: for ext.imgconverter'
+ 'texlive-latexextra: for generation of PDF documentation')
+source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
+sha256sums=('9ef22c2941bc3d0ff080d25a797f7521fc317e857395c712ddde97a19d5bb440'
+ 'SKIP')
+b2sums=('73377858950e90f518371e9dd447a844a1623f14c18532bf30b81e797cc919339e2fdd5a659d97db27c1fda5ebd6c421d124220a8424913ac11ae9f5bec8fc4e'
+ 'SKIP')
+validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E' # Takeshi KOMIYA
<[email protected]>
+ 'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07' # Takayuki
Shimizukawa <[email protected]>
+ 'D3549119BD51B4AFE643E59752C8F72A61F0FB52') # Adam Turner
<[email protected]>
+
+build() {
+ cd Sphinx-$pkgver
+ python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+check() {
+ cd Sphinx-$pkgver
+ LC_ALL="en_US.UTF-8" python -X dev -X warn_default_encoding -m pytest -v
+}
+
+package() {
+ cd Sphinx-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ # Symlink license file
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ install -d "$pkgdir"/usr/share/licenses/$pkgname
+ ln -s "$site_packages"/sphinx-$pkgver.dist-info/LICENSE \
+ "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: