Date: Sunday, May 14, 2023 @ 21:13:39
Author: dvzrv
Revision: 1461720
archrelease: copy trunk to community-any
Added:
python-sphinx-lv2-theme/repos/community-any/PKGBUILD
(from rev 1461719, python-sphinx-lv2-theme/trunk/PKGBUILD)
Deleted:
python-sphinx-lv2-theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 35 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-14 21:13:14 UTC (rev 1461719)
+++ PKGBUILD 2023-05-14 21:13:39 UTC (rev 1461720)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=sphinx_lv2_theme
-pkgname=python-sphinx-lv2-theme
-pkgver=1.2.2
-pkgrel=2
-pkgdesc="A minimal static theme for Sphinx"
-arch=(any)
-url="https://gitlab.com/lv2/sphinx_lv2_theme"
-license=(ISC)
-depends=(python-sphinx)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('775ffdfccf7df1e743f6cf9e8c57fa8668c23e2b7afaa2171771eb70289c82ea')
-b2sums=('9e1b17dc75b26e815f1480cd84d998a97bd38d9fc0aa97dde8049849d7ba8252160530b10d5576bd95e83afb0ee508f7711f72fcf58a6e90b2339842c432ee6d')
-
-build() {
- cd $_name-$pkgver
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd $_name-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
- install -vDm 644 {NEWS,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: python-sphinx-lv2-theme/repos/community-any/PKGBUILD (from rev 1461719,
python-sphinx-lv2-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-14 21:13:39 UTC (rev 1461720)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=sphinx_lv2_theme
+pkgname=python-sphinx-lv2-theme
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="A minimal static theme for Sphinx"
+arch=(any)
+url="https://gitlab.com/lv2/sphinx_lv2_theme"
+license=(ISC)
+depends=(
+ python
+ python-sphinx
+)
+makedepends=(
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+)
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
+sha256sums=('68834c4ff84da0e60e2fa8ebe87e83ceb8e5f5ad407d706d3b0e88c6958a92e5')
+b2sums=('aa704fc220dd042467a4ab63e2e556d1b8f50bc60a6f1c367e9acbde3f664300d7ace89f5c56862b0a4339c8e0aafd744c693864c6059d47ef08c1a7dc1857b8')
+
+build() {
+ cd $_name-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd $_name-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+ install -vDm 644 {NEWS,README.md} -t "$pkgdir/usr/share/doc/$pkgname/"
+}