dev-python/simplehound: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:30:10 +01:00 committed by Andreas Billmeier
parent 977c2fefec
commit a380e8c2ac
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST simplehound-0.3.tar.gz 3836 BLAKE2B 31afdbb0d570b356af889aad77aebe24e2727b7e594ece881bc4e0b52f60717bb9993c2da4955bdba9df548fea511bfa187dd173810745bdefcbfa9afb192c05 SHA512 d785ccdc60ba0f9a57077cd642698f4ea90b9c73b10dddae2e20689b6077ae974374cdc5275f79d47288f003a2d0ee3850a3f1ab8d06d94349e2f2af92112b0d
EBUILD simplehound-0.3.ebuild 809 BLAKE2B 1b87d4282e899f812768106c61efb56253a591e54653368b1e6a9078fd75dd4c3caaf5787a56e25c679bdbcb1ab279624bcb19417fdc8501f750a26b123691cb SHA512 1b410cb1b47c44875e87c8718ff19725123ccff1ac25cea09157fbf510f4b667281b0e124ed04c1e9ac0c9044674aec87fad3627ea364016c072a3024935a3fc
EBUILD simplehound-0.3.ebuild 753 BLAKE2B 0790c49221196acdb138de71cfc916f89a7841ae44fddebbb7e94fdcf592750e9f670de798744acca88b32d8a4239f726f2b2160f78d5644291e3ab0dc586a1b SHA512 d1c46579b64a4d526ad00922e42ad73b05838063aaa32b30f4ed6dba7603dab20d31c6d8cb62adb2565bee3fa4e6ff20ae938c35d97c6eaa3cebd89390ee98fe
MISC metadata.xml 520 BLAKE2B 6386cb3f8d1a08eefd4d43ead2ad798a44d4b2779c27280aeba8d6ea34daac70499ffc543e09c08bc37a7822623bba5cc3a48fe3238ca2128e3f59fc3ad04a04 SHA512 e1e8a2190b7eb14975920c3a25060b4e721f0cd616969dc3777477e443cd015c50f942dde6da75b37e7ba0b37c0cd4bf2d8f1cbf284654650a8f9e63cade738b

View File

@ -1,15 +1,13 @@
# 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="Unofficial python API for Sighthound"
HOMEPAGE="https://github.com/robmarkcole/simplehound https://pypi.org/project/simplehound/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -19,7 +17,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/requests"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"