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

Johannes Löthberg demize at archlinux.org
Sat Aug 6 17:36:09 UTC 2016


    Date: Saturday, August 6, 2016 @ 17:36:08
  Author: demize
Revision: 185648

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-06 17:36:01 UTC (rev 185647)
+++ PKGBUILD	2016-08-06 17:36:08 UTC (rev 185648)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.8
-pkgrel=1
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://github.com/bitprophet/alabaster/archive/$pkgver.tar.gz")
-
-md5sums=('b551009d679f0cbfa7d12e75e76c86a9')
-
-build() {
-	cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2
-
-	cd alabaster-"$pkgver"
-	python setup.py build
-
-	cd "$srcdir"/alabaster-"$pkgver"-py2
-	python2 setup.py build
-}
-
-package_python-sphinx-alabaster-theme() {
-	cd alabaster-"$pkgver"
-	python setup.py install --root="$pkgdir" --optimize=1
-
-	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}
-
-package_python2-sphinx-alabaster-theme() {
-	cd alabaster-"$pkgver"-py2
-	python2 setup.py install --root="$pkgdir" --optimize=1
-
-	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}

Copied: python-sphinx-alabaster-theme/repos/community-any/PKGBUILD (from rev 185647, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-06 17:36:08 UTC (rev 185648)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.9
+pkgrel=1
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://github.com/bitprophet/alabaster/archive/$pkgver.tar.gz")
+
+md5sums=('efcded08511153c141385299a0121f5a')
+
+build() {
+	cp -r alabaster-"$pkgver" alabaster-"$pkgver"-py2
+
+	cd alabaster-"$pkgver"
+	python setup.py build
+
+	cd "$srcdir"/alabaster-"$pkgver"-py2
+	python2 setup.py build
+}
+
+package_python-sphinx-alabaster-theme() {
+	cd alabaster-"$pkgver"
+	python setup.py install --root="$pkgdir" --optimize=1
+
+	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
+
+package_python2-sphinx-alabaster-theme() {
+	cd alabaster-"$pkgver"-py2
+	python2 setup.py install --root="$pkgdir" --optimize=1
+
+	install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}



More information about the arch-commits mailing list