dev-python/scsgate: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ddfcf36f18
commit
7740aa22b6
@ -1,3 +1,3 @@
|
||||
DIST scsgate-0.1.0.tar.gz 8402 BLAKE2B 53d2ea99023cefb719f16e9da631384f35d8f34d78fb010f94e62b8d30f232c7e6f46429c371d59307891de451755c1c161c097ef9335328d325e1970f047af3 SHA512 53097b7daa7386c0d6d9b0b16c3883f1d5c72b5c6e0e45b633db377bbfda0313b41f8d271f99d04d353a899358da4c2215fcfcf8bf9a2c3191d53d8003f00a96
|
||||
EBUILD scsgate-0.1.0.ebuild 727 BLAKE2B 13d899358d21e49dcccc96bf52442ed5a30e6e03868b518bfcb32a315b5ea81dc1f6486abc3a44b07cd961ccb665148abf8c0e30e6aa38ab91babc9e4d1d9e70 SHA512 b31ebe90d85bc9a054c6a5d76280c5e16f6f150480618fc37ec6bb59484d6cbc1000f4bd168e2d9f86d4b5ce67b29e486c4df42f4a05f46705c241f4537317da
|
||||
EBUILD scsgate-0.1.0.ebuild 671 BLAKE2B ce501d7293bc511201d332bfbb2a82db54ed0ef2242cd829566dd528ba50e86f55ce50a019e3d378f4202d7d4fce2d2433ede957424b549e2906bba7ac2ef4b5 SHA512 c8a05ac3f6e45256da6bfb99945c93a2428d074bfbd2384bd182861948a01e10834745700885b437329423018598e9016b3e24f15c961d8aece3947fa109694d
|
||||
MISC metadata.xml 509 BLAKE2B 6a8f64777bf55771a64bf44598d48ff2eb2b951dc68b7a489e13df7914b1169edb9e99a477dd1d34b45166bf17c5edec91ff789f2977319ea6b26ab212eb272a SHA512 f3c846a5016cdbf6c1ef0afae9934efcb87f93207be9eb7cc26383c8bcbe624bc46886112ce0c448d9b9b658194aecc7817dffb1e964b48fdddfcddbaa1606e8
|
||||
|
@ -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 Python module to interact with SCSGate"
|
||||
HOMEPAGE="https://github.com/flavio/scsgate https://pypi.org/project/scsgate/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@ -22,7 +20,6 @@ DOCS="README.rst"
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]"
|
||||
DEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user