dev-python/requests-wsgi-adapter - 0.4.1 (gentoo)

Search

Package Information

Description:
WSGI Transport Adapter for Requests
Homepage:
https://github.com/seanbrant/requests-wsgi-adapter/ https://pypi.org/project/requests-wsgi-adapter/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.4.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3_11 python3_{11..14} )

inherit distutils-r1

DESCRIPTION="WSGI Transport Adapter for Requests"
HOMEPAGE="
	https://github.com/seanbrant/requests-wsgi-adapter/
	https://pypi.org/project/requests-wsgi-adapter/
"
COMMIT_HASH="5b771effb5414096089375a3a36a3e7af1522ae0"
SRC_URI="
	https://github.com/seanbrant/requests-wsgi-adapter/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz
"
S="${WORKDIR}/${PN}-${COMMIT_HASH}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	dev-python/requests[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

python_test() {
	epytest tests.py
}

Dependencies

RDEPEND

	dev-python/requests[${PYTHON_USEDEP}]

Manifest for 0.4.1

Type File Size Source URLs
DIST requests-wsgi-adapter-0.4.1.gh.tar.gz 5265 bytes https://github.com/seanbrant/requests-wsgi-adapter/archive/5b771effb5414096089375a3a36a3e7af1522ae0.tar.gz