[arch-commits] Commit in python-sphinx_rtd_theme/repos/community-any (2 files)
Johannes Löthberg
demize at archlinux.org
Wed Jun 13 09:57:19 UTC 2018
Date: Wednesday, June 13, 2018 @ 09:57:19
Author: demize
Revision: 342882
archrelease: copy trunk to community-any
Added:
python-sphinx_rtd_theme/repos/community-any/PKGBUILD
(from rev 342881, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
python-sphinx_rtd_theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 90 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 45 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-13 09:57:15 UTC (rev 342881)
+++ PKGBUILD 2018-06-13 09:57:19 UTC (rev 342882)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# 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')
-pkgver=0.3.1
-pkgrel=1
-
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/rtfd/sphinx_rtd_theme/'
-arch=('any')
-license=('MIT')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz")
-
-sha256sums=('6d0481532b5f441b075127a2d755f430f1f8410a50112b1af6b069518548381d')
-
-build() {
- cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
-
- cd sphinx_rtd_theme-$pkgver
- python setup.py build
-
- cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
- python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
- cd sphinx_rtd_theme-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
- cd sphinx_rtd_theme-${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 342881, python-sphinx_rtd_theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-13 09:57:19 UTC (rev 342882)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# 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')
+pkgver=0.4.0
+pkgrel=1
+
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/rtfd/sphinx_rtd_theme/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz")
+
+sha256sums=('de88d637a60371d4f923e06b79c4ba260490c57d2ab5a8316942ab5d9a6ce1bf')
+
+build() {
+ cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
+
+ cd sphinx_rtd_theme-$pkgver
+ python setup.py build
+
+ cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
+ python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+ cd sphinx_rtd_theme-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+ cd sphinx_rtd_theme-${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