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

2020-10-28 Thread Eli Schwartz via arch-commits
Date: Thursday, October 29, 2020 @ 01:35:13
  Author: eschwartz
Revision: 736460

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 01:34:51 UTC (rev 736459)
+++ PKGBUILD2020-10-29 01:35:13 UTC (rev 736460)
@@ -1,42 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.12
-pkgrel=3
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
-
-md5sums=('3591827fde96d1dd23970fb05410ed04')
-
-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 
736459, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 01:35:13 UTC (rev 736460)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgname=python-sphinx-alabaster-theme
+pkgver=0.7.12
+pkgrel=4
+
+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
+}


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

2019-01-01 Thread Johannes Löthberg via arch-commits
Date: Tuesday, January 1, 2019 @ 18:03:18
  Author: demize
Revision: 420207

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-01 18:03:14 UTC (rev 420206)
+++ PKGBUILD2019-01-01 18:03:18 UTC (rev 420207)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.11
-pkgrel=2
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
-
-md5sums=('a23493869f819326a7f62deb7dbdb849')
-
-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 
420206, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-01 18:03:18 UTC (rev 420207)
@@ -0,0 +1,42 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.12
+pkgrel=1
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
+
+md5sums=('3591827fde96d1dd23970fb05410ed04')
+
+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
+}


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

2018-06-28 Thread Johannes Löthberg via arch-commits
Date: Thursday, June 28, 2018 @ 22:15:53
  Author: demize
Revision: 347716

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
(from rev 347715, 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
===
--- PKGBUILD2018-06-28 22:15:50 UTC (rev 347715)
+++ PKGBUILD2018-06-28 22:15:53 UTC (rev 347716)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.10
-pkgrel=1
-
-pkgdesc="Sphinx default theme"
-url='https://github.com/bitprophet/alabaster'
-arch=('any')
-license=('custom:BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
-
-md5sums=('7934dccf38801faa105f6e7b4784f493')
-
-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 
347715, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-28 22:15:53 UTC (rev 347716)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.11
+pkgrel=1
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
+
+md5sums=('a23493869f819326a7f62deb7dbdb849')
+
+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
+}


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

2017-03-02 Thread Johannes Löthberg
Date: Thursday, March 2, 2017 @ 11:44:03
  Author: demize
Revision: 214519

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
(from rev 214518, 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
===
--- PKGBUILD2017-03-02 11:43:57 UTC (rev 214518)
+++ PKGBUILD2017-03-02 11:44:03 UTC (rev 214519)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.9
-pkgrel=2
-
-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
-}

Copied: python-sphinx-alabaster-theme/repos/community-any/PKGBUILD (from rev 
214518, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 11:44:03 UTC (rev 214519)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.10
+pkgrel=1
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz;)
+
+md5sums=('7934dccf38801faa105f6e7b4784f493')
+
+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
+}


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

2016-08-06 Thread Johannes Löthberg
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
===
--- PKGBUILD2016-08-06 17:36:01 UTC (rev 185647)
+++ PKGBUILD2016-08-06 17:36:08 UTC (rev 185648)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# 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)
+++ PKGBUILD2016-08-06 17:36:08 UTC (rev 185648)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# 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
+}


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

2016-06-28 Thread Johannes Löthberg
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
===
--- PKGBUILD2016-06-28 10:19:09 UTC (rev 181489)
+++ PKGBUILD2016-06-28 10:19:51 UTC (rev 181490)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# 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)
+++ PKGBUILD2016-06-28 10:19:51 UTC (rev 181490)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# 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
+}


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

2016-06-28 Thread Johannes Löthberg
Date: Tuesday, June 28, 2016 @ 10:19:09
  Author: demize
Revision: 181489

archrelease: copy trunk to community-any

Added:
  python-sphinx-alabaster-theme/repos/community-any/PKGBUILD
(from rev 181488, 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
===
--- PKGBUILD2016-06-28 10:19:02 UTC (rev 181488)
+++ PKGBUILD2016-06-28 10:19:09 UTC (rev 181489)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: xantares
-
-pkgbase=python-sphinx-alabaster-theme
-pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
-pkgver=0.7.7
-pkgrel=1
-
-pkgdesc="Modified Kr Sphinx doc theme"
-url='https://github.com/bitprophet/alabaster'
-arch=(any)
-license=(BSD)
-
-makedepends=(python-setuptools python2-setuptools)
-
-source=("https://github.com/bitprophet/alabaster/archive/$pkgver.tar.gz;)
-
-md5sums=('4151237e852bdd641ef51eaa8c9f33d9')
-
-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 
181488, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-28 10:19:09 UTC (rev 181489)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# 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
+}


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

2015-12-22 Thread Johannes Löthberg
Date: Tuesday, December 22, 2015 @ 20:44:00
  Author: demize
Revision: 154294

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-22 19:43:54 UTC (rev 154293)
+++ PKGBUILD2015-12-22 19:44:00 UTC (rev 154294)
@@ -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.6
-pkgrel=2
-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
-}
-

Copied: python-sphinx-alabaster-theme/repos/community-any/PKGBUILD (from rev 
154293, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-22 19:44:00 UTC (rev 154294)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: xantares
+
+pkgbase=python-sphinx-alabaster-theme
+pkgname=(python-sphinx-alabaster-theme python2-sphinx-alabaster-theme)
+pkgver=0.7.7
+pkgrel=1
+
+pkgdesc="Modified Kr Sphinx doc theme"
+url='https://github.com/bitprophet/alabaster'
+arch=(any)
+license=(BSD)
+
+makedepends=(python-setuptools python2-setuptools)
+
+source=("https://github.com/bitprophet/alabaster/archive/$pkgver.tar.gz;)
+
+md5sums=('4151237e852bdd641ef51eaa8c9f33d9')
+
+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
+}


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

2015-07-09 Thread Antonio Rojas
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
===
--- PKGBUILD2015-07-09 17:11:16 UTC (rev 136598)
+++ PKGBUILD2015-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)
+++ PKGBUILD2015-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
+}
+