dev-python/circuit-webhook: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:16:59 +02:00 committed by Andreas Billmeier
parent 0b41533d75
commit 213b64d68a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 17 deletions

View File

@ -1,3 +1,3 @@
DIST circuit-webhook-1.0.1.tar.gz 2103 BLAKE2B 78bced2c0a3a1fdb8081ed8bef913c3f7a1a20be643486e907740eaa9db464ff11e5b66ec782b0817ef3ecb67df236ab76e77ad22dfe1bfa504d9776fb763bc3 SHA512 0fa323b8987723e8ba0b71e2c74597408ecbab1d6d7d475ee436eaa233598aa5abed222b22feb735791cb6d44f6a74015be14e56b24cd9ce9889779855f1ca66
EBUILD circuit-webhook-1.0.1.ebuild 706 BLAKE2B 55ab85655366d34cdc019df12b68d7cf9129988469be06e233d1230640b19af315dc4fc642202832a2f64c538df29df1a7b4b64bc06cb51ba60a999fa83fdcf5 SHA512 e9d06501fd147dc7491e73fb1a7a2e20e1396fa5d73b75a8553d07459dfe6ca544036aa510d0734cde11facad46a2de7a1089cd1449bc0b50e8a6502a91ad48d
EBUILD circuit-webhook-1.0.1.ebuild 567 BLAKE2B ab3236912cdd931d06975e417c9aeba249d3a60332f6267d49df36ad967d269929bd2dedddd3a4080efc17f634ebf5880223566294e0a08e3800a7ae013e31c9 SHA512 36cbc9212e155e5b34ffde29500358118bc71e146e8db37a793556c5da786cb1b6a42b6153fb4bc930fde57def19eb9627804162cf96b4ae59b3fdb7849c21f6
MISC metadata.xml 522 BLAKE2B dc1b195a92f9e755970e3fcf03ba73a7fe9fe2b041ad02cc66da83177bf44432d9c7acef3086d329ffb36d254e5ab83852fe94baab1aeebe21b2f23f7666356b SHA512 b937f39dc59ef5ed8c1989198cab718d43ac87be35386d1a734ae3a7d8c34295daf311a5a585a145f1713b6026ae01880f28ba238c52b222b65ce599f163ea1b

View File

@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="circuit-webhook is a python client library for Unify Circuit api"
HOMEPAGE="https://github.com/braam/unify/tree/master/circuit-webhook-python https://pypi.org/project/circuit-webhook/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -19,14 +18,4 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest