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

Felix Yan felixonmars at archlinux.org
Sat Oct 26 04:27:18 UTC 2019


    Date: Saturday, October 26, 2019 @ 04:27:17
  Author: felixonmars
Revision: 520005

archrelease: copy trunk to community-staging-any

Added:
  python-guzzle-sphinx-theme/repos/community-staging-any/
  python-guzzle-sphinx-theme/repos/community-staging-any/PKGBUILD
    (from rev 520000, python-guzzle-sphinx-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: python-guzzle-sphinx-theme/repos/community-staging-any/PKGBUILD (from rev 520000, python-guzzle-sphinx-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-10-26 04:27:17 UTC (rev 520005)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+
+pkgname=python-guzzle-sphinx-theme
+_pkgname=guzzle_sphinx_theme
+pkgver=0.7.11
+pkgrel=5
+pkgdesc='Sphinx theme used by Guzzle'
+arch=('any')
+url="https://github.com/guzzle/${_pkgname}"
+license=('custom')
+makedepends=('python-distribute')
+depends=('python' 'python-sphinx>=1.1.3')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('f5f0e3d541c09ace912e0fa75dafd46f5a54314a929913c7de9709e677d5aa09')
+
+build() {
+  cd "${_pkgname}-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "${_pkgname}-$pkgver"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dpm644 'README.rst' 'requirements.txt' -t "${pkgdir}/usr/share/doc/${pkgname}/"
+  install -Dpm644 'LICENSE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list