Date: Friday, December 30, 2022 @ 01:29:58
  Author: polyzen
Revision: 1372350

archrelease: copy trunk to community-testing-any

Added:
  python-sphinx/repos/community-testing-any/PKGBUILD
    (from rev 1372349, 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    2022-12-30 01:22:39 UTC (rev 1372349)
+++ PKGBUILD    2022-12-30 01:29:58 UTC (rev 1372350)
@@ -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.0.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-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=('58c140ecd9aa0abbc8ff6da48a266648eac9e5bfc8e49576efd2979bf46f5961'
-            'SKIP')
-b2sums=('5ce26c17915a4ce25266ed85506c8dc9e6d67bcf3d9d7e9b78cfa7e4b3a3fb9a628d503a2fa0d11e87f31b0fd80016beb232187f7fc0f0fc18f358856eb16d1c'
-        '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 1372349, 
python-sphinx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-30 01:29:58 UTC (rev 1372350)
@@ -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.0.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-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=('58c140ecd9aa0abbc8ff6da48a266648eac9e5bfc8e49576efd2979bf46f5961'
+            'SKIP')
+b2sums=('5ce26c17915a4ce25266ed85506c8dc9e6d67bcf3d9d7e9b78cfa7e4b3a3fb9a628d503a2fa0d11e87f31b0fd80016beb232187f7fc0f0fc18f358856eb16d1c'
+        '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