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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:29:51 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:29:51
  Author: foutrelis
Revision: 750018

archrelease: copy trunk to community-staging-any

Added:
  python-sphinx-alabaster-theme/repos/community-staging-any/PKGBUILD
    (from rev 750016, python-sphinx-alabaster-theme/trunk/PKGBUILD)
Deleted:
  python-sphinx-alabaster-theme/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:29:50 UTC (rev 750017)
+++ PKGBUILD	2020-11-11 10:29:51 UTC (rev 750018)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: xantares
-
-pkgname=python-sphinx-alabaster-theme
-pkgver=0.7.12
-pkgrel=5
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz")
-
-md5sums=('3591827fde96d1dd23970fb05410ed04')
-
-build() {
-	cd alabaster-"$pkgver"
-	python setup.py build
-}
-
-package() {
-	cd alabaster-"$pkgver"
-	python setup.py install --root="$pkgdir" --optimize=1
-
-	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: python-sphinx-alabaster-theme/repos/community-staging-any/PKGBUILD (from rev 750016, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:29:51 UTC (rev 750018)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: xantares
+
+pkgname=python-sphinx-alabaster-theme
+pkgver=0.7.12
+pkgrel=6
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz")
+
+md5sums=('3591827fde96d1dd23970fb05410ed04')
+
+build() {
+	cd alabaster-"$pkgver"
+	python setup.py build
+}
+
+package() {
+	cd alabaster-"$pkgver"
+	python setup.py install --root="$pkgdir" --optimize=1
+
+	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}



More information about the arch-commits mailing list