dev-python/tellcore-net: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
67b44d85fc
commit
f61dabae5d
@ -1,3 +1,3 @@
|
||||
DIST tellcore-net-0.4.tar.gz 2750 BLAKE2B e61a03b421f087df5d560efba59566d603ff1463ed66b811a826cce0916b4702e76ec4020eb9e5e0ef2b8465eac841b4686d895b0748d2eab2cb1dfdfce56814 SHA512 709db7434a6da21f8f1d5370ed977afad253c4823a30f7ceba9cf20614a3d2d1b1696d36a3e3dc3dfb68c838fc98e2372fb715f00d2aa9817b6b11fb464c2782
|
||||
EBUILD tellcore-net-0.4.ebuild 693 BLAKE2B e4f25a0e108bc78ca889ba6a476e09e9ef699183a1fb11a56d2f68c2918828542b91664d3e67692d34ff64237ca07ad3fc15086eca4427dadd63808ccf20a452 SHA512 89462d41765317ce26e68332c3f2a7b75753fe68c08aab5bf0b8be1e85fef2ba4fdc789938c465413419b4968c9e307ccba9ddba8766f20a33ac3b8efc178b65
|
||||
EBUILD tellcore-net-0.4.ebuild 657 BLAKE2B 1fdf12ae05150cc005bab13ff56009f5f068357229f4b926e347f3cb2c66612f4deddc68ff12a4d7535b6c9a55872a0188aa5d3a1094792dbf6fe613a8c574b7 SHA512 8fe519d95b432b2302ca5f4abcd69b17c2b46d9b5f1f80ed31b9102f24e44b7d63b260f66693e7fed2ff24cca49f74a002d3338a5c5660b63b41590af2e01c1d
|
||||
MISC metadata.xml 518 BLAKE2B b421727945f55474cf3d48fb231eb8d84f041be851066c41cc706abbdef83ac568050e39a57d1282f45d933df8c04726dabe8cfdbd723e3b0abe708c9899b185 SHA512 55f71930a532a7cb90ad934fb914f88f0dbfab247e86582410e85149d1930c82362d7862e31291a8ba1920e1cd7fe54be8f2aede6be00572148ca3cf2199f451
|
||||
|
@ -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="a Python module that allow to run tellcore over TCP/IP"
|
||||
HOMEPAGE="https://github.com/pvizeli/tellcore-net https://pypi.org/project/tellcore-net/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
@ -21,7 +20,6 @@ DOCS="README.rst"
|
||||
|
||||
RDEPEND="net-misc/socat"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user