[arch-commits] Commit in python-sphinx-alabaster-theme/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Tue Nov 30 15:10:08 UTC 2021


    Date: Tuesday, November 30, 2021 @ 15:10:08
  Author: felixonmars
Revision: 1057775

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 1057774, 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 1057774, python-sphinx-alabaster-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-11-30 15:10:08 UTC (rev 1057775)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: xantares
+
+pkgname=python-sphinx-alabaster-theme
+pkgver=0.7.12
+pkgrel=7
+
+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