[arch-commits] Commit in python-pytest-tornado/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 3 00:48:34 UTC 2021
Date: Friday, December 3, 2021 @ 00:48:34
Author: felixonmars
Revision: 1064072
archrelease: copy trunk to community-staging-any
Added:
python-pytest-tornado/repos/community-staging-any/PKGBUILD
(from rev 1064070, 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 2021-12-03 00:48:30 UTC (rev 1064071)
+++ PKGBUILD 2021-12-03 00:48:34 UTC (rev 1064072)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-tornado
-pkgver=0.8.1
-pkgrel=3
-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')
-makedepends=('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
- python setup.py install --root="$PWD/tmp_install" --optimize=1
- PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/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 1064070, python-pytest-tornado/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-03 00:48:34 UTC (rev 1064072)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-tornado
+pkgver=0.8.1
+pkgrel=4
+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')
+makedepends=('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
+ python setup.py install --root="$PWD/tmp_install" --optimize=1
+ PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/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:
More information about the arch-commits
mailing list