[arch-commits] Commit in python-pylons-sphinx-themes/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Nov 10 03:58:25 UTC 2020
Date: Tuesday, November 10, 2020 @ 03:58:25
Author: foutrelis
Revision: 748291
archrelease: copy trunk to community-staging-any
Added:
python-pylons-sphinx-themes/repos/community-staging-any/
python-pylons-sphinx-themes/repos/community-staging-any/PKGBUILD
(from rev 748289, python-pylons-sphinx-themes/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: python-pylons-sphinx-themes/repos/community-staging-any/PKGBUILD (from rev 748289, python-pylons-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 03:58:25 UTC (rev 748291)
@@ -0,0 +1,24 @@
+# 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
+}
More information about the arch-commits
mailing list