[arch-commits] Commit in python-pylons-sphinx-themes/repos/community-testing-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Nov 29 13:53:42 UTC 2020


    Date: Sunday, November 29, 2020 @ 13:53:41
  Author: felixonmars
Revision: 766290

archrelease: copy trunk to community-testing-any

Added:
  python-pylons-sphinx-themes/repos/community-testing-any/PKGBUILD
    (from rev 766289, python-pylons-sphinx-themes/trunk/PKGBUILD)
Deleted:
  python-pylons-sphinx-themes/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-29 13:53:26 UTC (rev 766289)
+++ PKGBUILD	2020-11-29 13:53:41 UTC (rev 766290)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pylons-sphinx-themes
-pkgver=1.0.11
-pkgrel=4
-pkgdesc="Sphinx themes for Pylons Project documentation"
-url="https://pylonsproject.org"
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/Pylons/pylons-sphinx-themes/archive/$pkgver.tar.gz")
-sha512sums=('d12780d138856eed6378966a474632bf011ac7067c208f3b72dcaff2a3ce63a9b46ce5002b9bb243e4c865542a40da6eb50b31d79407d65e479747eb3db0a8bf')
-
-build() {
-  cd "$srcdir"/pylons-sphinx-themes-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pylons-sphinx-themes-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-pylons-sphinx-themes/repos/community-testing-any/PKGBUILD (from rev 766289, python-pylons-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-29 13:53:41 UTC (rev 766290)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pylons-sphinx-themes
+pkgver=1.0.12
+pkgrel=1
+pkgdesc="Sphinx themes for Pylons Project documentation"
+url="https://pylonsproject.org"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/Pylons/pylons-sphinx-themes/archive/$pkgver.tar.gz")
+sha512sums=('110d03b14eb5c340d2d4c6095b1fbf8efc65939c576a9675a151d882565e7403179e1dcd707deed8c73e77b175c171d9dd030fd1c2e427c473842e3c72d645e3')
+
+build() {
+  cd "$srcdir"/pylons-sphinx-themes-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pylons-sphinx-themes-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list