dev-python/pytouchline: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 22:04:01 +01:00 committed by Andreas Billmeier
parent 9d65d3e103
commit 52859558b8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 9 deletions

View File

@ -1,3 +1,3 @@
DIST pytouchline-0.7.tar.gz 2575 BLAKE2B 20ebbc2bb48a4100706321537c5001880aaa5c8660272b5a7c14ac48c4c6be8e9117e2e6dca68887a6ec7e4737d91ba93c5c02ed9d3205350635c7f652712dda SHA512 51798afaf9e1bb1bda3821385a96a8534ae998062a60dea24b28494f11ab4d6e43b53c67700f91c599a5fd9d1d855b6b18995dc752523b76d5a02e9e625cfb71
EBUILD pytouchline-0.7.ebuild 732 BLAKE2B 8e93907ce7ebb454ab0431cf785400480c26257b4f1cae42c3d62cf43eecd1ee4b44a4f9714b6e61b296be01b8d398890f588be5857d1814665c1aa5c1ea82bb SHA512 ccbbafb52730fbb5669c5c768384caf2eb427eef1f66a0489f632dfe9452ed588a4c3725d55989585c6a5a2a2006e5a0cb280945e74072b522bb6d04e5c74b80
EBUILD pytouchline-0.7.ebuild 727 BLAKE2B b063d7017e7e6e0a19ed68ac88aac42e121ed9c6cb182bc7234fd6da7f3e7277c31c853f2fd0ea0d63610e2807df64a039e74412571897cae848e8795fc7d2d9 SHA512 d6c2247d136c565bc0d0d7de16cb52f392aa3e27e1beda1853f1d1152941ca4b6e5f976a22532d5cf6258f8c09d265426d967dd5d5d97b4177ef943dbfaa4e90
MISC metadata.xml 519 BLAKE2B d4b06582a1c8b054b105c11f5c66d0544d0bf2cd152b89fec5da8464f90746bd67b486f10ca691b2415d53e7355df9439ef90a747af3d946873a9bb5260dc617 SHA512 6b6169e972076c4a996eea40a82e0b620561f75be9288ca1932f04fb65bcf218df2824668b9dd6c8de5240ea2308eea48448fb4be34dc79d3516be77956fd0af

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="A Roth Touchline interface library"
HOMEPAGE="https://github.com/abondoe/pytouchline https://pypi.org/project/pytouchline/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,9 +18,8 @@ RESTRICT="!test? ( test )"
#DOCS="README.md"
RDEPEND="dev-python/httplib2[${PYTHON_USEDEP}]
dev-python/cchardet[${PYTHON_USEDEP}]"
|| ( dev-python/cchardet[${PYTHON_USEDEP}] dev-python/faust-cchardet[${PYTHON_USEDEP}] )"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"