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

Antonio Rojas arojas at archlinux.org
Thu Jul 9 17:11:51 UTC 2015


    Date: Thursday, July 9, 2015 @ 19:11:51
  Author: arojas
Revision: 136599

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-09 17:11:16 UTC (rev 136598)
+++ PKGBUILD	2015-07-09 17:11:51 UTC (rev 136599)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.4
-pkgrel=1
-arch=(any)
-pkgdesc="Modified Kr Sphinx doc theme"
-url='https://github.com/bitprophet/alabaster'
-license=(BSD)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://github.com/bitprophet/alabaster/archive/${pkgver}.tar.gz")
-md5sums=('ed0f1f6cba60e930cba5ed45276b5323')
-
-build() {
-  cp -r ${srcdir}/alabaster-${pkgver} ${srcdir}/alabaster-${pkgver}-py2
-  
-  cd "$srcdir"/alabaster-${pkgver}
-  python setup.py build
-
-  cd "$srcdir"/alabaster-${pkgver}-py2
-  python2 setup.py build
-}
-
-package_python-sphinx-alabaster-theme() {
-  cd "$srcdir"/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 "$srcdir"/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 136598, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-09 17:11:51 UTC (rev 136599)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.6
+pkgrel=1
+arch=(any)
+pkgdesc="Modified Kr Sphinx doc theme"
+url='https://github.com/bitprophet/alabaster'
+license=(BSD)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://github.com/bitprophet/alabaster/archive/${pkgver}.tar.gz")
+md5sums=('940d47184c4d67d9e1943ba2e5b15a65')
+
+build() {
+  cp -r ${srcdir}/alabaster-${pkgver} ${srcdir}/alabaster-${pkgver}-py2
+  
+  cd "$srcdir"/alabaster-${pkgver}
+  python setup.py build
+
+  cd "$srcdir"/alabaster-${pkgver}-py2
+  python2 setup.py build
+}
+
+package_python-sphinx-alabaster-theme() {
+  cd "$srcdir"/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 "$srcdir"/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