Date: Friday, March 10, 2023 @ 07:55:36
Author: polyzen
Revision: 1417205
archrelease: copy trunk to community-testing-any
Added:
python-sphinx_rtd_theme/repos/community-testing-any/PKGBUILD
(from rev 1417204, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
python-sphinx_rtd_theme/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-10 07:55:14 UTC (rev 1417204)
+++ PKGBUILD 2023-03-10 07:55:36 UTC (rev 1417205)
@@ -1,36 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Maintainer: Caleb Maclennan <[email protected]>
-# Contributor: Daniel M. Capella <[email protected]>
-# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
-# Contributor: Romain Schmitz <slopjong .at. slopjong .dot. de>
-
-pkgname=python-sphinx_rtd_theme
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Read the Docs theme for Sphinx'
-arch=('any')
-url=https://github.com/readthedocs/sphinx_rtd_theme
-license=('MIT')
-depends=('python-sphinx')
-makedepends=('nodejs-lts-fermium' 'npm' 'python-setuptools-scm' 'python-build'
'python-installer' 'python-wheel')
-source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
-b2sums=('25184f0b810ebe0f346a87e5651243c1b740bd1803ec57c5f842527f245cf60f614b7973e19a2c11f4482d84efaff9c1549923947d0597d36acf18200fa5193b')
-
-prepare() {
- cd sphinx_rtd_theme-$pkgver
- npm ci
-}
-
-build() {
- cd sphinx_rtd_theme-$pkgver
- npm run build
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd sphinx_rtd_theme-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-sphinx_rtd_theme/repos/community-testing-any/PKGBUILD (from rev
1417204, python-sphinx_rtd_theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-10 07:55:36 UTC (rev 1417205)
@@ -0,0 +1,36 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
+# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
+# Contributor: Romain Schmitz <slopjong .at. slopjong .dot. de>
+
+pkgname=python-sphinx_rtd_theme
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Read the Docs theme for Sphinx'
+arch=('any')
+url=https://github.com/readthedocs/sphinx_rtd_theme
+license=('MIT')
+depends=('python-sphinx' 'python-sphinxcontrib-jquery')
+makedepends=('nodejs-lts-fermium' 'npm' 'python-setuptools-scm' 'python-build'
'python-installer' 'python-wheel')
+source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
+b2sums=('25184f0b810ebe0f346a87e5651243c1b740bd1803ec57c5f842527f245cf60f614b7973e19a2c11f4482d84efaff9c1549923947d0597d36acf18200fa5193b')
+
+prepare() {
+ cd sphinx_rtd_theme-$pkgver
+ npm ci
+}
+
+build() {
+ cd sphinx_rtd_theme-$pkgver
+ npm run build
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd sphinx_rtd_theme-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et: