[arch-commits] Commit in (8 files)

Antonio Rojas arojas at gemini.archlinux.org
Tue Nov 23 07:43:10 UTC 2021


    Date: Tuesday, November 23, 2021 @ 07:43:09
  Author: arojas
Revision: 1054420

New jupyter-server checkdepends

Added:
  python-pytest-tornasync/
  python-pytest-tornasync/repos/
  python-pytest-tornasync/repos/community-any/
  python-pytest-tornasync/repos/community-any/PKGBUILD
  python-pytest-tornasync/repos/community-testing-any/
  python-pytest-tornasync/repos/community-testing-any/PKGBUILD
  python-pytest-tornasync/trunk/
  python-pytest-tornasync/trunk/PKGBUILD

--------------------------------------+
 repos/community-any/PKGBUILD         |   35 +++++++++++++++++++++++++++++++++
 repos/community-testing-any/PKGBUILD |   35 +++++++++++++++++++++++++++++++++
 trunk/PKGBUILD                       |   26 ++++++++++++++++++++++++
 3 files changed, 96 insertions(+)

Added: python-pytest-tornasync/repos/community-any/PKGBUILD
===================================================================
--- python-pytest-tornasync/repos/community-any/PKGBUILD	                        (rev 0)
+++ python-pytest-tornasync/repos/community-any/PKGBUILD	2021-11-23 07:43:09 UTC (rev 1054420)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-httpx
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Send responses to httpx'
+arch=('any')
+license=('MIT')
+url='https://colin-b.github.io/pytest_httpx'
+depends=('python-httpx' 'python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('514d9acacdfd60d13b5ce2c5ebe46d0e4d16c1b06fd359b0b9515ae2fa9091296537f369882a78bdfad48e9a0aad0b2f8c172c2e54f4ae9e23ba03220c7c17fb')
+
+build() {
+  cd pytest_httpx-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: python-pytest-tornasync/repos/community-testing-any/PKGBUILD
===================================================================
--- python-pytest-tornasync/repos/community-testing-any/PKGBUILD	                        (rev 0)
+++ python-pytest-tornasync/repos/community-testing-any/PKGBUILD	2021-11-23 07:43:09 UTC (rev 1054420)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-httpx
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Send responses to httpx'
+arch=('any')
+license=('MIT')
+url='https://colin-b.github.io/pytest_httpx'
+depends=('python-httpx' 'python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('6ba9b31489ea01e37b13a145aa662b84848e4b28b26b3ef5c621dd02da6114bb1a61de6fef8e0c5877988d7d5361ef9b81be99383274f13bfb605c1e12a5f995')
+
+build() {
+  cd pytest_httpx-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" pytest
+}
+
+package() {
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: python-pytest-tornasync/trunk/PKGBUILD
===================================================================
--- python-pytest-tornasync/trunk/PKGBUILD	                        (rev 0)
+++ python-pytest-tornasync/trunk/PKGBUILD	2021-11-23 07:43:09 UTC (rev 1054420)
@@ -0,0 +1,26 @@
+# Maintainer:
+
+pkgname=python-pytest-tornasync
+pkgver=0.6.0.post2
+pkgrel=1
+pkgdesc='py.test plugin for testing Python 3.5+ Tornado code'
+arch=(any)
+license=(MIT)
+url='https://github.com/eukaryote/pytest-tornasync'
+depends=(python-tornado python-pytest)
+makedepends=(python-setuptools)
+checkdepends=('python-pytest-asyncio')
+source=(https://pypi.python.org/packages/source/p/pytest-tornasync/pytest-tornasync-$pkgver.tar.gz)
+sha512sums=('2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974')
+
+build() {
+  cd pytest-tornasync-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pytest-tornasync-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  rm "$pkgdir"/usr/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list