[arch-commits] Commit in python-sphinx_rtd_theme/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 20:14:56 UTC 2021


    Date: Wednesday, December 1, 2021 @ 20:14:56
  Author: felixonmars
Revision: 1060675

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx_rtd_theme/repos/community-staging-any/PKGBUILD
    (from rev 1060674, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
  python-sphinx_rtd_theme/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 20:14:49 UTC (rev 1060674)
+++ PKGBUILD	2021-12-01 20:14:56 UTC (rev 1060675)
@@ -1,35 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
-# Contributor: Romain Schmitz <slopjong .at. slopjong .dot. de>
-
-pkgname=python-sphinx_rtd_theme
-pkgver=1.0.0
-pkgrel=3
-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' 'python2')
-source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
-b2sums=('c70740d1f6b6afddd2b32b756e1f6940846459038d6ea0f03b218cfeb07e0974f4d186f9993eeddda58115d0b2a607e61b28081576b9f953d855f3cc3d51d836')
-
-prepare() {
-  cd sphinx_rtd_theme-$pkgver
-  npm ci
-}
-
-build() {
-  cd sphinx_rtd_theme-$pkgver
-  npm run build
-  python setup.py build
-}
-
-package() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx_rtd_theme/repos/community-staging-any/PKGBUILD (from rev 1060674, python-sphinx_rtd_theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 20:14:56 UTC (rev 1060675)
@@ -0,0 +1,35 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
+# Contributor: Romain Schmitz <slopjong .at. slopjong .dot. de>
+
+pkgname=python-sphinx_rtd_theme
+pkgver=1.0.0
+pkgrel=4
+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' 'python2')
+source=("$url/archive/$pkgver/sphinx_rtd_theme-$pkgver.tar.gz")
+b2sums=('c70740d1f6b6afddd2b32b756e1f6940846459038d6ea0f03b218cfeb07e0974f4d186f9993eeddda58115d0b2a607e61b28081576b9f953d855f3cc3d51d836')
+
+prepare() {
+  cd sphinx_rtd_theme-$pkgver
+  npm ci
+}
+
+build() {
+  cd sphinx_rtd_theme-$pkgver
+  npm run build
+  python setup.py build
+}
+
+package() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list