[arch-commits] Commit in python-guzzle-sphinx-theme/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:09:02 UTC 2020
Date: Thursday, November 12, 2020 @ 10:09:01
Author: foutrelis
Revision: 751432
archrelease: copy trunk to community-staging-any
Added:
python-guzzle-sphinx-theme/repos/community-staging-any/PKGBUILD
(from rev 751431, 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 2020-11-12 10:08:58 UTC (rev 751431)
+++ PKGBUILD 2020-11-12 10:09:01 UTC (rev 751432)
@@ -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=7
-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 751431, python-guzzle-sphinx-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-12 10:09:01 UTC (rev 751432)
@@ -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=8
+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