[arch-commits] Commit in python-pytest-tornado/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 17 18:48:07 UTC 2020


    Date: Sunday, May 17, 2020 @ 18:48:07
  Author: felixonmars
Revision: 628869

archrelease: copy trunk to community-any

Added:
  python-pytest-tornado/repos/community-any/PKGBUILD
    (from rev 628868, python-pytest-tornado/trunk/PKGBUILD)
Deleted:
  python-pytest-tornado/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 18:47:50 UTC (rev 628868)
+++ PKGBUILD	2020-05-17 18:48:07 UTC (rev 628869)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-tornado
-pkgver=0.8.0
-pkgrel=2
-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')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/eugeniy/pytest-tornado/archive/v$pkgver.tar.gz")
-sha512sums=('d5264ec4df12877390f7a24b1def55a2105ab053db2c18f8c305ea521c0262e4f25c291172572efec8650f4d6a5730eb167cf51ef703e05048635141a104c0e7')
-
-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.8/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-any/PKGBUILD (from rev 628868, python-pytest-tornado/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-17 18:48:07 UTC (rev 628869)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-tornado
+pkgver=0.8.1
+pkgrel=1
+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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/eugeniy/pytest-tornado/archive/v$pkgver.tar.gz")
+sha512sums=('1d22758362b31e0e5dab398392313e56a1d400e4a04507059a9b7e8021fced2ca5f56621850a0eabe397d8683e2e3cd21d13f904ee459c699cbc297717c077ac')
+
+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.8/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