Date: Wednesday, November 9, 2022 @ 15:07:07
  Author: arojas
Revision: 1346194

archrelease: copy trunk to community-any

Added:
  python-sphinx-pytest/repos/community-any/PKGBUILD
    (from rev 1346193, python-sphinx-pytest/trunk/PKGBUILD)
Deleted:
  python-sphinx-pytest/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-09 15:06:57 UTC (rev 1346193)
+++ PKGBUILD    2022-11-09 15:07:07 UTC (rev 1346194)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <[email protected]>
-
-_pkgname=sphinx-pytest
-pkgname=python-$_pkgname
-pkgver=0.0.4
-pkgrel=1
-pkgdesc='Helpful pytest fixtures for sphinx extensions'
-arch=('any')
-url='https://github.com/chrisjsewell/sphinx-pytest'
-license=('MIT')
-depends=('python-sphinx' 'python-pytest')
-makedepends=('python-build' 'python-installer' 'python-flit-core' 
'python-wheel')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('25bf3fafddf02aed8b2478dc2beafa251027652d03f31bbac67eb98913e359f9497a9018561aff0fdaf568ece4bcfa15705dcfa2fd3734f4db6c613b24d6a568')
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python -m build -nw
-}
-
-#check() {
-#  cd $_pkgname-$pkgver
-#
-#  PYTHONPATH=src python -m pytest
-#}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python -m installer -d "$pkgdir" dist/*.whl
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx-pytest/repos/community-any/PKGBUILD (from rev 1346193, 
python-sphinx-pytest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-09 15:07:07 UTC (rev 1346194)
@@ -0,0 +1,36 @@
+# Maintainer: Filipe Laíns (FFY00) <[email protected]>
+
+_pkgname=sphinx-pytest
+pkgname=python-$_pkgname
+pkgver=0.0.5
+pkgrel=1
+pkgdesc='Helpful pytest fixtures for sphinx extensions'
+arch=('any')
+url='https://github.com/chrisjsewell/sphinx-pytest'
+license=('MIT')
+depends=('python-sphinx' 'python-pytest')
+makedepends=('python-build' 'python-installer' 'python-flit-core' 
'python-wheel')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('e1af518cc5535ecacae612f11c7fb1200965a1999d9eb2643ba14b222fc4e93c257ef6600b37b9de4075bf3e5e703db60e7350cd5159fcf4ba21abec28bceb66')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python -m build -nw
+}
+
+#check() {
+#  cd $_pkgname-$pkgver
+#
+#  PYTHONPATH=src python -m pytest
+#}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python -m installer -d "$pkgdir" dist/*.whl
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to