Date: Monday, April 10, 2023 @ 12:04:54
Author: felixonmars
Revision: 1444172
archrelease: copy trunk to community-staging-any
Added:
python-sphinx-autobuild/repos/community-staging-any/PKGBUILD
(from rev 1444171, python-sphinx-autobuild/trunk/PKGBUILD)
Deleted:
python-sphinx-autobuild/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 12:04:41 UTC (rev 1444171)
+++ PKGBUILD 2023-04-10 12:04:54 UTC (rev 1444172)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=sphinx-autobuild
-pkgname=python-$_pkgname
-pkgver=2021.03.14
-pkgrel=2
-pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the
browser'
-arch=('any')
-url='https://github.com/executablebooks/sphinx-autobuild'
-license=('BSD')
-depends=('python' 'python-sphinx' 'python-livereload')
-makedepends=('python-build' 'python-installer' 'python-flit-core')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('6be06e129119f2ab9d6443fc04bd1f6005c154fd53f231124babe6fd5f6371e0c9d8b42b119ab3cf53926d17970894b6ee883c464384abaa98a152f61020ed90')
-
-build() {
- cd $_pkgname-$pkgver
-
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pkgname-$pkgver
-
- PYTHONPATH=src pytest
-}
-
-package() {
- cd $_pkgname-$pkgver
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-
- install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-sphinx-autobuild/repos/community-staging-any/PKGBUILD (from rev
1444171, python-sphinx-autobuild/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 12:04:54 UTC (rev 1444172)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=sphinx-autobuild
+pkgname=python-$_pkgname
+pkgver=2021.03.14
+pkgrel=3
+pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the
browser'
+arch=('any')
+url='https://github.com/executablebooks/sphinx-autobuild'
+license=('BSD')
+depends=('python' 'python-sphinx' 'python-livereload')
+makedepends=('python-build' 'python-installer' 'python-flit-core')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('6be06e129119f2ab9d6443fc04bd1f6005c154fd53f231124babe6fd5f6371e0c9d8b42b119ab3cf53926d17970894b6ee883c464384abaa98a152f61020ed90')
+
+build() {
+ cd $_pkgname-$pkgver
+
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_pkgname-$pkgver
+
+ PYTHONPATH=src pytest
+}
+
+package() {
+ cd $_pkgname-$pkgver
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+
+ install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et: