Date: Saturday, January 7, 2023 @ 21:22:35
  Author: polyzen
Revision: 1381787

archrelease: copy trunk to community-testing-any

Added:
  python-sphinx/repos/community-testing-any/PKGBUILD
    (from rev 1381786, python-sphinx/trunk/PKGBUILD)
  python-sphinx/repos/community-testing-any/keys/
Deleted:
  python-sphinx/repos/community-testing-any/PKGBUILD
  python-sphinx/repos/community-testing-any/keys/

----------+
 PKGBUILD |  126 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-07 21:22:12 UTC (rev 1381786)
+++ PKGBUILD    2023-01-07 21:22:35 UTC (rev 1381787)
@@ -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.1
-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=('6a8e43b5030b9870d7402fb56f5efeebb83b76d65bf1c567a89b555340e127b2'
-            'SKIP')
-b2sums=('a66bf36a74622ec5f10d4993ccbb86a7def4a730eeb1d0d22927fbfaa5e61a7861768e020424c2f38b84339235bab7c5e5cd35444e8119f1dae7a2214c00afd6'
-        '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-testing-any/PKGBUILD (from rev 1381786, 
python-sphinx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-07 21:22:35 UTC (rev 1381787)
@@ -0,0 +1,63 @@
+# 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.2
+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=('19678b91c1f4e2025cfe3bfcbf473ffa3b086651bbdd43d6816e16e4cc58a8b4'
+            'SKIP')
+b2sums=('c946aa4a581011c071caa925ab45e74b9daa55a015f9eaf80feb9bd44cd5941406cbb7310ab82868c46dd90f6da708c4605fa1e023e0006c73b8a0334589977c'
+        '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:

Reply via email to