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

Antonio Rojas arojas at archlinux.org
Fri May 29 11:18:34 UTC 2015


    Date: Friday, May 29, 2015 @ 13:18:34
  Author: arojas
Revision: 134307

archrelease: copy trunk to community-any

Added:
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD
    (from rev 134306, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-29 11:17:16 UTC (rev 134306)
+++ PKGBUILD	2015-05-29 11:18:34 UTC (rev 134307)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
-# Contributor: Romain Schmitz <slopjong .at. slopjong .dot. de>
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
-_pyname=sphinx_rtd_theme
-pkgver=0.1.6
-pkgrel=3
-arch=(any)
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/snide/sphinx_rtd_theme'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('8df56a300c8c69f17e1ffbee194b2a26')
-
-build() {
-  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
-  
-  cd $_pyname-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$_pyname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 134306, python-sphinx_rtd_theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-29 11:18:34 UTC (rev 134307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: eolianoe <eolianoe [at] gmail [DoT] com>
+# Contributor: Romain Schmitz <slopjong .at. slopjong .dot. de>
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
+_pyname=sphinx_rtd_theme
+pkgver=0.1.8
+pkgrel=1
+arch=(any)
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/snide/sphinx_rtd_theme'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+md5sums=('713ce7c53239449bdd799385577329ee')
+
+build() {
+  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
+  
+  cd $_pyname-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$_pyname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd $_pyname-${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