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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 19:16:23 UTC 2020


    Date: Thursday, November 12, 2020 @ 19:16:23
  Author: felixonmars
Revision: 753399

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 19:16:22 UTC (rev 753398)
+++ PKGBUILD	2020-11-12 19:16:23 UTC (rev 753399)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pylons-sphinx-themes
-pkgver=1.0.11
-pkgrel=3
-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-staging-any/PKGBUILD (from rev 753397, python-pylons-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 19:16:23 UTC (rev 753399)
@@ -0,0 +1,24 @@
+# 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
+}



More information about the arch-commits mailing list