Date: Monday, April 10, 2023 @ 11:33:06
Author: felixonmars
Revision: 1444052
archrelease: copy trunk to community-staging-any
Added:
python-pytest-tornado/repos/community-staging-any/PKGBUILD
(from rev 1444051, python-pytest-tornado/trunk/PKGBUILD)
Deleted:
python-pytest-tornado/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 11:32:58 UTC (rev 1444051)
+++ PKGBUILD 2023-04-10 11:33:06 UTC (rev 1444052)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-pytest-tornado
-pkgver=0.8.1
-pkgrel=6
-pkgdesc='A py.test plugin providing fixtures and markers to simplify testing
of asynchronous tornado applications.'
-arch=('any')
-license=('Apache')
-url='https://github.com/eugeniy/pytest-tornado'
-depends=('python-pytest' 'python-tornado' 'python-setuptools')
-source=("https://github.com/eugeniy/pytest-tornado/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e655ee9e28461c68b6cc642dbbb203a31154305a603951641e795c605f55970243bb9f7a8858a44bf70faba3d647bea6cf1525f2f9655a968cabbea43beec3d6')
-
-build() {
- cd pytest-tornado-$pkgver
- python setup.py build
-}
-
-check() {
- # Hack entry points by installing it
-
- cd pytest-tornado-$pkgver
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install$site_packages:$PYTHONPATH" py.test
-}
-
-package() {
- cd pytest-tornado-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-pytest-tornado/repos/community-staging-any/PKGBUILD (from rev
1444051, python-pytest-tornado/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 11:33:06 UTC (rev 1444052)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-pytest-tornado
+pkgver=0.8.1
+pkgrel=7
+pkgdesc='A py.test plugin providing fixtures and markers to simplify testing
of asynchronous tornado applications.'
+arch=('any')
+license=('Apache')
+url='https://github.com/eugeniy/pytest-tornado'
+depends=('python-pytest' 'python-tornado' 'python-setuptools')
+source=("https://github.com/eugeniy/pytest-tornado/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e655ee9e28461c68b6cc642dbbb203a31154305a603951641e795c605f55970243bb9f7a8858a44bf70faba3d647bea6cf1525f2f9655a968cabbea43beec3d6')
+
+build() {
+ cd pytest-tornado-$pkgver
+ python setup.py build
+}
+
+check() {
+ # Hack entry points by installing it
+
+ cd pytest-tornado-$pkgver
+ local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ PYTHONPATH="$PWD/tmp_install$site_packages:$PYTHONPATH" py.test
+}
+
+package() {
+ cd pytest-tornado-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: