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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 6 20:04:35 UTC 2022


    Date: Monday, June 6, 2022 @ 20:04:35
  Author: felixonmars
Revision: 1227141

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 20:04:23 UTC (rev 1227140)
+++ PKGBUILD	2022-06-06 20:04:35 UTC (rev 1227141)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-pytest-httpx
-pkgver=0.17.3
-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=('b3c2dc8c5015f44a511659b51843cb9cf8ada163ebd7fe4ccb50438d6e191fdc84bb84f38fcd0c27dbfe0592314da0df8d319caecad32f37e3a30de40b496299')
-
-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.10/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:

Copied: python-pytest-httpx/repos/community-any/PKGBUILD (from rev 1227140, python-pytest-httpx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-06 20:04:35 UTC (rev 1227141)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pytest-httpx
+pkgver=0.21.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=('6be6fb39ad1ef233ce9be7cf510422754b6c97a1b565d49224e82cbe4218ee24051b6c5865215ed575f200446dfe8dd1470908467c67077c51a4f5412b113c2a')
+
+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.10/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:



More information about the arch-commits mailing list