[arch-commits] Commit in python-sphinx_rtd_theme/repos/community-any (2 files)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Dec 15 13:02:09 UTC 2021
Date: Wednesday, December 15, 2021 @ 13:02:09
Author: arojas
Revision: 1073027
archrelease: copy trunk to community-any
Added:
python-sphinx_rtd_theme/repos/community-any/PKGBUILD
(from rev 1073026, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
python-sphinx_rtd_theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-15 13:01:59 UTC (rev 1073026)
+++ PKGBUILD 2021-12-15 13:02:09 UTC (rev 1073027)
@@ -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=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:
Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 1073026, python-sphinx_rtd_theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-15 13:02:09 UTC (rev 1073027)
@@ -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=5
+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')
+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