mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
httpie: rebuild for Python 3.12
This commit is contained in:
parent
2e3ac8d04a
commit
6d94800d71
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=3.2.2
|
version=3.2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-requests python3-requests-toolbelt
|
depends="python3-setuptools python3-requests python3-requests-toolbelt
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://httpie.io/"
|
homepage="https://httpie.io/"
|
||||||
changelog="https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/httpie/httpie/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz"
|
distfiles="https://github.com/httpie/httpie/archive/${version}.tar.gz"
|
||||||
checksum=797fe33afe3bf0a4364a869a7d73f5c728f67d4ac47039be41e08bd564f86bb0
|
checksum=01b4407202fac3cc68c73a8ff1f4a81a759d9575fabfad855772c29365fe18e6
|
||||||
# requires pytest-lazy-fixture (not packaged), many tests fail
|
# requires pytest-lazy-fixture (not packaged), many tests fail
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue