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

Johannes Löthberg demize at archlinux.org
Tue Jun 28 10:19:51 UTC 2016


    Date: Tuesday, June 28, 2016 @ 10:19:51
  Author: demize
Revision: 181490

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
    (from rev 181489, 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-06-28 10:19:09 UTC (rev 181489)
+++ PKGBUILD	2016-06-28 10:19:51 UTC (rev 181490)
@@ -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 181489, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-28 10:19:51 UTC (rev 181490)
@@ -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.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
+}



More information about the arch-commits mailing list