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

Felix Yan felixonmars at archlinux.org
Tue Apr 9 08:39:05 UTC 2019


    Date: Tuesday, April 9, 2019 @ 08:39:05
  Author: felixonmars
Revision: 450473

archrelease: copy trunk to community-any

Added:
  python-pytest-tornado/repos/community-any/PKGBUILD
    (from rev 450472, 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	2019-04-09 08:38:45 UTC (rev 450472)
+++ PKGBUILD	2019-04-09 08:39:05 UTC (rev 450473)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-tornado
-pkgver=0.6.0
-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=('0868d4c0c0b026cdc66a63a98f469bf059b32b161e96f61df39e9ebbee8547c624458b820d07b88f6c3460a2e004352728245258f6bb9f28a088f140ff01e26c')
-
-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.7/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 450472, python-pytest-tornado/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-09 08:39:05 UTC (rev 450473)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-tornado
+pkgver=0.7.0
+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=('23d81afd08e06dd95fbae4c30ef2fc8ffc2a07ede80277847b64b193d45a742d0b655e16648aa21344c58bf4dd5c55ba2ac5b43d6339d935b89a21f662323bfb')
+
+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.7/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