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

Evangelos Foutras foutrelis at archlinux.org
Sat Nov 2 22:32:10 UTC 2019


    Date: Saturday, November 2, 2019 @ 22:32:09
  Author: foutrelis
Revision: 522333

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-02 22:32:04 UTC (rev 522332)
+++ PKGBUILD	2019-11-02 22:32:09 UTC (rev 522333)
@@ -1,27 +0,0 @@
-# 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"
-}

Copied: python-guzzle-sphinx-theme/repos/community-staging-any/PKGBUILD (from rev 522332, python-guzzle-sphinx-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-02 22:32:09 UTC (rev 522333)
@@ -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=6
+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