Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-pytest-httpx
Commits:
d65821c9 by Felix Yan at 2026-04-10T19:33:06+00:00
upgpkg: 0.36.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
pkgbase = python-pytest-httpx
pkgdesc = Send responses to httpx
- pkgver = 0.36.0
+ pkgver = 0.36.1
pkgrel = 1
url = https://colin-b.github.io/pytest_httpx
arch = any
license = MIT
checkdepends = python-pytest-asyncio
+ makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-httpx
depends = python-pytest
- source =
https://github.com/Colin-b/pytest_httpx/archive/v0.36.0/python-pytest-httpx-0.36.0.tar.gz
- sha512sums =
56f678feac921c1a7ea9817e222dad4aed7bd64fd880470e408329fddde197003970560a9bad5601ce371c1dd421354f8a8136831abe258ce05b39da9363bfd0
+ source = git+https://github.com/Colin-b/pytest_httpx.git#tag=0.36.1
+ sha512sums =
1dc4889825e51df0fec08273d98ecb75f31fdaee03f78f126e86cedec695424c6f5671cbf669ae7514b9d50d80087608fe492af1fc3dc7efab3dc3c1c0c94ee2
pkgname = python-pytest-httpx
=====================================
PKGBUILD
=====================================
@@ -1,34 +1,34 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-pytest-httpx
-pkgver=0.36.0
+pkgver=0.36.1
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-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm'
'python-wheel')
checkdepends=('python-pytest-asyncio')
-source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('56f678feac921c1a7ea9817e222dad4aed7bd64fd880470e408329fddde197003970560a9bad5601ce371c1dd421354f8a8136831abe258ce05b39da9363bfd0')
+source=("git+https://github.com/Colin-b/pytest_httpx.git#tag=$pkgver")
+sha512sums=('1dc4889825e51df0fec08273d98ecb75f31fdaee03f78f126e86cedec695424c6f5671cbf669ae7514b9d50d80087608fe492af1fc3dc7efab3dc3c1c0c94ee2')
build() {
- cd pytest_httpx-$pkgver
+ cd pytest_httpx
python -m build --wheel --no-isolation
}
check() {
# Hack entry points by installing it
- cd pytest_httpx-$pkgver
+ cd pytest_httpx
python -m installer --destdir="$PWD/tmp_install" dist/*.whl
local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" pytest
}
package() {
- cd pytest_httpx-$pkgver
+ cd pytest_httpx
python -m installer --destdir="$pkgdir" dist/*.whl
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpx/-/commit/d65821c9831d69e82ba3892dd070952e8c8359bb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpx/-/commit/d65821c9831d69e82ba3892dd070952e8c8359bb
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help