[arch-commits] Commit in python-pylons-sphinx-themes/repos/community-testing-any (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 30 20:44:04 UTC 2020
Date: Monday, November 30, 2020 @ 20:44:04
Author: felixonmars
Revision: 766699
archrelease: copy trunk to community-testing-any
Added:
python-pylons-sphinx-themes/repos/community-testing-any/PKGBUILD
(from rev 766698, 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-30 20:43:59 UTC (rev 766698)
+++ PKGBUILD 2020-11-30 20:44:04 UTC (rev 766699)
@@ -1,24 +0,0 @@
-# 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
-}
Copied: python-pylons-sphinx-themes/repos/community-testing-any/PKGBUILD (from rev 766698, python-pylons-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-30 20:44:04 UTC (rev 766699)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pylons-sphinx-themes
+pkgver=1.0.13
+pkgrel=1
+pkgdesc="Sphinx themes for Pylons Project documentation"
+url="https://pylonsproject.org"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://github.com/Pylons/pylons-sphinx-themes/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ff7b314b2ad08dddc17d1cef0c41317f57ae547464392cf5e1da33abca90cca4600ee2273f811a522d0443464f26595aff78e30cf3e3172fe912ce5262c4a6ed')
+
+build() {
+ cd 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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
More information about the arch-commits
mailing list