Date: Sunday, April 23, 2023 @ 06:52:26
Author: polyzen
Revision: 1448366
archrelease: copy trunk to community-any
Added:
python-pytest-runner/repos/community-any/PKGBUILD
(from rev 1448365, python-pytest-runner/trunk/PKGBUILD)
Deleted:
python-pytest-runner/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 33 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-23 06:52:04 UTC (rev 1448365)
+++ PKGBUILD 2023-04-23 06:52:26 UTC (rev 1448366)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-runner
-pkgver=6.0.0
-_commit=a3dc9f4c6afea684ed48da998958470ea41f3c00
-pkgrel=2
-pkgdesc="Invoke py.test as distutils command with dependency resolution"
-arch=('any')
-license=('MIT')
-url="https://github.com/pytest-dev/pytest-runner"
-depends=('python-pytest' 'python-setuptools')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('python-pytest-virtualenv' 'python-pytest-enabler')
-source=("git+https://github.com/pytest-dev/pytest-runner.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd pytest-runner
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd pytest-runner
- PYTHONPATH="$PWD" pytest
-}
-
-package() {
- cd pytest-runner
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
Copied: python-pytest-runner/repos/community-any/PKGBUILD (from rev 1448365,
python-pytest-runner/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-23 06:52:26 UTC (rev 1448366)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+# https://github.com/pytest-dev/pytest-runner#deprecation-notice
+pkgname=python-pytest-runner
+pkgver=6.0.0
+_commit=a3dc9f4c6afea684ed48da998958470ea41f3c00
+pkgrel=4
+pkgdesc="Invoke py.test as distutils command with dependency resolution"
+arch=('any')
+license=('MIT')
+url="https://github.com/pytest-dev/pytest-runner"
+depends=('python-pytest' 'python-setuptools')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
+#checkdepends=('python-pytest-virtualenv' 'python-pytest-enabler')
+source=("git+https://github.com/pytest-dev/pytest-runner.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd pytest-runner
+ python -m build --wheel --no-isolation
+}
+
+# Tries to import barbazquux2
+#check() {
+# cd pytest-runner
+# PYTHONPATH="$PWD" pytest
+#}
+
+package() {
+ cd pytest-runner
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}