python3-responses: update to 0.25.3.
This commit is contained in:
parent
0fd3534adc
commit
b25f7d07a6
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'python3-responses'
|
||||
pkgname=python3-responses
|
||||
version=0.23.3
|
||||
revision=2
|
||||
version=0.25.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-requests python3-urllib3 python3-yaml"
|
||||
checkdepends="$depends python3-pytest-httpserver python3-tomli-w"
|
||||
checkdepends="$depends python3-pytest-httpserver python3-tomli-w
|
||||
python3-pytest-asyncio"
|
||||
short_desc="Utility for mocking out the Python Requests library"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/getsentry/responses"
|
||||
changelog="https://raw.githubusercontent.com/getsentry/responses/master/CHANGES"
|
||||
distfiles="${PYPI_SITE}/r/responses/responses-${version}.tar.gz"
|
||||
checksum=205029e1cb334c21cb4ec64fc7599be48b859a0fd381a42443cdd600bfe8b16a
|
||||
checksum=617b9247abd9ae28313d57a75880422d55ec63c29d33d629697590a034358dba
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/${py3_sitelib}/responses/tests
|
||||
|
|
Loading…
Reference in New Issue