Date: Wednesday, February 15, 2023 @ 23:17:55
Author: felixonmars
Revision: 1400739
archrelease: copy trunk to community-any
Added:
python-pytest-forked/repos/community-any/PKGBUILD
(from rev 1400738, python-pytest-forked/trunk/PKGBUILD)
Deleted:
python-pytest-forked/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-15 23:17:41 UTC (rev 1400738)
+++ PKGBUILD 2023-02-15 23:17:55 UTC (rev 1400739)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-forked
-pkgver=1.5.0
-_commit=a5c1345e71214824bb2b21f97bd8fe091c5ccbb3
-pkgrel=1
-pkgdesc='run tests in isolated forked subprocesses'
-arch=('any')
-license=('MIT')
-url='https://github.com/pytest-dev/pytest-forked'
-depends=('python-py' 'python-pytest')
-makedepends=('git' 'python-setuptools-scm')
-source=("git+https://github.com/pytest-dev/pytest-forked.git#commit=$_commit")
-sha512sums=('SKIP')
-
-build() {
- cd pytest-forked
- python setup.py build
-}
-
-check() {
- # Hack entry points by installing it
- cd pytest-forked
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" py.test
-}
-
-package() {
- cd pytest-forked
- python setup.py install --root="$pkgdir" --optimize=1
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pytest-forked/repos/community-any/PKGBUILD (from rev 1400738,
python-pytest-forked/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-15 23:17:55 UTC (rev 1400739)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pytest-forked
+pkgver=1.6.0
+_commit=ec46db382116f82d36ebc4ceba453b903be7174b
+pkgrel=1
+pkgdesc='run tests in isolated forked subprocesses'
+arch=('any')
+license=('MIT')
+url='https://github.com/pytest-dev/pytest-forked'
+depends=('python-py' 'python-pytest')
+makedepends=('git' 'python-setuptools-scm')
+source=("git+https://github.com/pytest-dev/pytest-forked.git#commit=$_commit")
+sha512sums=('SKIP')
+
+build() {
+ cd pytest-forked
+ python setup.py build
+}
+
+check() {
+ # Hack entry points by installing it
+ cd pytest-forked
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" py.test
+}
+
+package() {
+ cd pytest-forked
+ python setup.py install --root="$pkgdir" --optimize=1
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et: