dev-python/pyfttt: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:42:12 +02:00 committed by Andreas Billmeier
parent b2b7532f33
commit f26419404e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST pyfttt-0.3.2.tar.gz 5870 BLAKE2B 4f1fd028723d5087d40a064b3d15a6f1687b00661fd792e2d10d17769a4e26ede046390c383e1fa6751d6556bfa2ab3304008da96c86433336db4c0f74e01623 SHA512 1de8d8793c91f0df70fa936bb16869da777351b7f8d57441c2396ebb3316d29d4a5928476f0ab1e70943dd7fd47271c3b7e8ce87fa32c4c74f2c68d2835ee3a8
EBUILD pyfttt-0.3.2.ebuild 717 BLAKE2B 3b44b290b55cd0b715c94d7606a6e5468c9656ccf01dcb9039bf14e6bd5238e53bfdde3947a92c4da075e70dadcd4e47d0cefede9c4c6005ac830d685ce53d71 SHA512 a5d2209ba9a0606a4a710e318cd5d176199b74bec7dc23a0503a6cab14f3529cd4690f9cd4579e06fee4927b21ebdcce15edc361369884e7646e24d7bd0d120e
EBUILD pyfttt-0.3.2.ebuild 560 BLAKE2B ba6027a2457e4e530aefd0d172727aa9dfe7fe44527d93212696c6230a7131af0f1631e6baf7b956915493e8734def075c1e4132671c2f2cd123770db5fd5f7f SHA512 5b9eca8469ae1c023f90e653ce558e998572ceafc08494621bf1485f7711eab5907cb01522647db827d16446be41a93a47abf4119d2803e22e82df6bdcf69899
MISC metadata.xml 513 BLAKE2B 1ec6733937b4a0d2ec90d8e1195b085ff9681e50d5087a21c38da5852ea6fc1f6cdc687325cf2931c2deb661c6622ee9ae4f1ebf8be1d9e9737631221735a9a8 SHA512 7a2b8ae8a309fef3e6c19b6ddf2820197cf34fc97499da711bd6c76835fbb392c8fcab5650168610b26abeba0c3870612d4aa2a621f5692e8e9c2782d867d539

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
inherit distutils-r1 pypi
DESCRIPTION="Python tools for interacting with the IFTTT Webhooks Channel"
HOMEPAGE="https://github.com/briandconnelly/pyfttt https://pypi.org/project/pyfttt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest