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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 15:21:46 UTC 2021


    Date: Thursday, December 2, 2021 @ 15:21:46
  Author: felixonmars
Revision: 1062055

archrelease: copy trunk to community-staging-any

Added:
  python-guzzle-sphinx-theme/repos/community-staging-any/PKGBUILD
    (from rev 1062053, 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	2021-12-02 15:21:46 UTC (rev 1062054)
+++ PKGBUILD	2021-12-02 15:21:46 UTC (rev 1062055)
@@ -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=9
-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 1062053, python-guzzle-sphinx-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 15:21:46 UTC (rev 1062055)
@@ -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=10
+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