Date: Tuesday, April 25, 2023 @ 19:30:53
  Author: polyzen
Revision: 1448723

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |  128 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-25 19:30:31 UTC (rev 1448722)
+++ PKGBUILD    2023-04-25 19:30:53 UTC (rev 1448723)
@@ -1,64 +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.2.0
-pkgrel=2
-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:

Copied: python-sphinx/repos/community-staging-any/PKGBUILD (from rev 1448722, 
python-sphinx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-25 19:30:53 UTC (rev 1448723)
@@ -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.1
+pkgrel=2
+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=('6d56a34697bb749ffa0152feafc4b19836c755d90a7c59b72bc7dfd371b9cc6b'
+            'SKIP')
+b2sums=('19b1fbffc5f44c557f4309c35ff4587cb7eaa7d5157c1a6d5d33474c1a91d15de5e53076e9ca7d7097ee13035e2fd8fe623368236ed28a9d1ce389ff58a8f6ba'
+        '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