[arch-commits] Commit in python-pallets-sphinx-themes/repos/community-any (2 files)

Kpcyrd kpcyrd at archlinux.org
Mon May 17 23:05:46 UTC 2021


    Date: Monday, May 17, 2021 @ 23:05:46
  Author: kpcyrd
Revision: 936169

archrelease: copy trunk to community-any

Added:
  python-pallets-sphinx-themes/repos/community-any/PKGBUILD
    (from rev 936168, python-pallets-sphinx-themes/trunk/PKGBUILD)
Deleted:
  python-pallets-sphinx-themes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   57 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-17 23:05:36 UTC (rev 936168)
+++ PKGBUILD	2021-05-17 23:05:46 UTC (rev 936169)
@@ -1,28 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=python-pallets-sphinx-themes
-_pyname=${pkgname/python-/}
-pkgver=1.2.2
-pkgrel=7
-pkgdesc='Sphinx themes for Pallets and related projects'
-url='https://github.com/pallets/pallets-sphinx-themes'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-sphinx' 'python-importlib-metadata')
-makedepends=('python-setuptools')
-source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pallets-sphinx-themes/repos/community-any/PKGBUILD (from rev 936168, python-pallets-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-17 23:05:46 UTC (rev 936169)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-pallets-sphinx-themes
+_pyname=${pkgname/python-/}
+pkgver=1.2.2
+pkgrel=8
+pkgdesc='Sphinx themes for Pallets and related projects'
+url='https://github.com/pallets/pallets-sphinx-themes'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-importlib-metadata')
+makedepends=('python-setuptools')
+source=(https://github.com/pallets/pallets-sphinx-themes/archive/${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('3e4a1c278179e1595b40541eeabf9d2e642d5693d802a7e775829d96b8ed1031ebb08b608c688e8ec9e6a9c41f72523006a77948f93f938f265c5da26eb7d478')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list