Date: Wednesday, October 26, 2022 @ 10:48:02
Author: felixonmars
Revision: 1334953
archrelease: copy trunk to community-any
Added:
python-pytest-asyncio/repos/community-any/PKGBUILD
(from rev 1334952, python-pytest-asyncio/trunk/PKGBUILD)
Deleted:
python-pytest-asyncio/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 10:47:47 UTC (rev 1334952)
+++ PKGBUILD 2022-10-26 10:48:02 UTC (rev 1334953)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-asyncio
-pkgver=0.20.0
-pkgrel=1
-pkgdesc="Pytest support for asyncio."
-arch=('any')
-license=('Apache')
-url="https://github.com/pytest-dev/pytest-asyncio/"
-depends=('python-pytest')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
-checkdepends=('python-flaky' 'python-hypothesis' 'python-pytest-trio')
-source=("https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('bc8d32abec502721b912455cab69510488007cb856bfd4c4a1478cdca9f0233fa720bea082a5d1ec2b73d007ee7484b24918c3d8782651ac868c66645280ee52')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
- cd pytest-asyncio-$pkgver
- python -m build -wn
-}
-
-check() {
- # Hack entry points by installing it
-
- cd pytest-asyncio-$pkgver
- python -m installer --destdir=tmp_install dist/*.whl
-
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH:$PWD/tests"
py.test
-}
-
-package() {
- cd pytest-asyncio-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: python-pytest-asyncio/repos/community-any/PKGBUILD (from rev 1334952,
python-pytest-asyncio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-26 10:48:02 UTC (rev 1334953)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pytest-asyncio
+pkgver=0.20.1
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/"
+depends=('python-pytest')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
+checkdepends=('python-flaky' 'python-hypothesis' 'python-pytest-trio')
+source=("https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('994b942bc6452bd3972070d1eee3d88c6680a818ad38d6ed5ffa1faba51473227c838eaf24316c74479e7bb9faaf7fd3cbd1e5a07c2611f0e2eaffe369f75d95')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+ cd pytest-asyncio-$pkgver
+ python -m build -wn
+}
+
+check() {
+ # Hack entry points by installing it
+
+ cd pytest-asyncio-$pkgver
+ python -m installer --destdir=tmp_install dist/*.whl
+
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH:$PWD/tests"
py.test
+}
+
+package() {
+ cd pytest-asyncio-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}