[arch-commits] Commit in python-sphinx-alabaster-theme/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 9 12:23:53 UTC 2020
Date: Monday, November 9, 2020 @ 12:23:53
Author: felixonmars
Revision: 746870
archrelease: copy trunk to community-staging-any
Added:
python-sphinx-alabaster-theme/repos/community-staging-any/
python-sphinx-alabaster-theme/repos/community-staging-any/PKGBUILD
(from rev 746869, python-sphinx-alabaster-theme/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: python-sphinx-alabaster-theme/repos/community-staging-any/PKGBUILD (from rev 746869, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-09 12:23:53 UTC (rev 746870)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: xantares
+
+pkgname=python-sphinx-alabaster-theme
+pkgver=0.7.12
+pkgrel=5
+
+pkgdesc="Sphinx default theme"
+url='https://github.com/bitprophet/alabaster'
+arch=('any')
+license=('custom:BSD')
+
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/a/alabaster/alabaster-$pkgver.tar.gz")
+
+md5sums=('3591827fde96d1dd23970fb05410ed04')
+
+build() {
+ cd alabaster-"$pkgver"
+ python setup.py build
+}
+
+package() {
+ cd alabaster-"$pkgver"
+ python setup.py install --root="$pkgdir" --optimize=1
+
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+}
More information about the arch-commits
mailing list