Date: Tuesday, December 6, 2022 @ 11:38:23
  Author: dvzrv
Revision: 1356737

archrelease: copy trunk to community-any

Added:
  python-sphinx-lv2-theme/repos/community-any/PKGBUILD
    (from rev 1356736, python-sphinx-lv2-theme/trunk/PKGBUILD)
Deleted:
  python-sphinx-lv2-theme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 11:38:14 UTC (rev 1356736)
+++ PKGBUILD    2022-12-06 11:38:23 UTC (rev 1356737)
@@ -1,27 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-_name=sphinx_lv2_theme
-pkgname=python-sphinx-lv2-theme
-pkgver=1.2.0
-pkgrel=1
-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=('c6a8e0d8a31821bcfd63ed2bcf188c3180d452885b1ec3ea07efdbcd5a6dfac1')
-b2sums=('e68ca67ae57e46fc2277d7644d5c013bad109a7ce363f85ae19efe44a021b2a3a13c19335a534e04bdd835d91276f24b831b3885253b974c5f642fe224b3ebf2')
-
-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 1356736, 
python-sphinx-lv2-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-06 11:38:23 UTC (rev 1356737)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <[email protected]>
+
+_name=sphinx_lv2_theme
+pkgname=python-sphinx-lv2-theme
+pkgver=1.2.2
+pkgrel=1
+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/"
+}

Reply via email to