diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-15 12:39:43 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-05-15 12:39:43 +0000 |
| commit | 900fb1489f150f10356a7455bbe7565df7acfc9a (patch) | |
| tree | 6a27ccc96bddfb5c6c3b6ceff6219b69438e5465 /dev-python/pytest-httpx | |
| parent | 1718a3de3d39e0052f2bca93fe0662036915c9b6 (diff) | |
| download | baldeagleos-repo-900fb1489f150f10356a7455bbe7565df7acfc9a.tar.gz baldeagleos-repo-900fb1489f150f10356a7455bbe7565df7acfc9a.tar.xz baldeagleos-repo-900fb1489f150f10356a7455bbe7565df7acfc9a.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pytest-httpx')
| -rw-r--r-- | dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild index df8f021a27f2..32bfe5e981c2 100644 --- a/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild +++ b/dev-python/pytest-httpx/pytest-httpx-0.20.0.ebuild @@ -10,9 +10,13 @@ inherit distutils-r1 MY_PN="${PN/-/_}" DESCRIPTION="Send responses to HTTPX using pytest" -HOMEPAGE="https://colin-b.github.io/pytest_httpx/" +HOMEPAGE=" + https://colin-b.github.io/pytest_httpx/ + https://github.com/Colin-b/pytest_httpx/ + https://pypi.org/project/pytest-httpx/ +" SRC_URI=" - https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz + https://github.com/Colin-b/pytest_httpx/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz " S="${WORKDIR}/${MY_PN}-${PV}" |
