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

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 8 18:32:09 UTC 2021


    Date: Wednesday, September 8, 2021 @ 18:32:09
  Author: anthraxx
Revision: 1012941

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-08 18:32:05 UTC (rev 1012940)
+++ PKGBUILD	2021-09-08 18:32:09 UTC (rev 1012941)
@@ -1,29 +0,0 @@
-# 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:

Copied: python-pallets-sphinx-themes/repos/community-any/PKGBUILD (from rev 1012940, python-pallets-sphinx-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-08 18:32:09 UTC (rev 1012941)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=python-pallets-sphinx-themes
+_pyname=${pkgname/python-/}
+pkgver=2.0.1
+pkgrel=1
+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=('6e16ead8bb489336f8b8fe7e50d1e65acf950ab64c90ba1508ceb07bd598d8ddd5b960d9b31697867ddb7bffa970a08d7d53b778b5eec5e01b7c07babf2d5de6')
+b2sums=('6fc745ffc5d344cd542f1b299ef5151144a13d1f75923398d42a6882d3c80aca4827123a3bd1f751dd771e882170c76f5bad99ad42d09dec2a9baf474d846365')
+
+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:



More information about the arch-commits mailing list