dev-python/asynccmd: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ef531b309c
commit
1f6a6f67f6
@ -1,3 +1,3 @@
|
||||
DIST asynccmd-0.2.4.tar.gz 7043 BLAKE2B 8601223d083538e9458b88892e8f295ebfc7a60df141ee5e1563872de1bc8ccc724c1544daa8b76cfb86cb326514c23021c94e4326983b87900187fd540af348 SHA512 611f95945cdb3f8fbf308fe398026fe78cdfabb9b8180adc71cd9118ef0cc702c426cbc48b1e6c00bd928073eb814cbad6bdaa5a184c28d0d405819210e49366
|
||||
EBUILD asynccmd-0.2.4.ebuild 657 BLAKE2B f1ce82d5c392e7aea38261054224642c3f45c23531c717a3ff9fe9d74b2a177e143d1f84efdc085fca91d70695aef3de8e236ac4a7948271549fc1d3a4ea5561 SHA512 b8eb2a8e56e7ebbd789245d1db346f09d926228c262929a3217dd99099a51ad1802e5b51e98443d30c3d1968f44cdffbe8f6eb2442b7b186c8c5487b41718117
|
||||
EBUILD asynccmd-0.2.4.ebuild 601 BLAKE2B d2e7f3b576a6651a08f5806ec53c53ccb8fbcc63b9f13ad9edbc9868b1580f9be90eba9284124c7a246763a419ba9f600d5dc189eb0a29ffd21cbf1cf7d9e5cb SHA512 0e7cab4849254922bb31cd2c0afed91aebd27fb9e0e1c708a12afc4a4c407b9916b9cc7b9e7d60884b77ca73d7a73a2335817e91f50788c015ea07ec40b60725
|
||||
MISC metadata.xml 516 BLAKE2B 1cd3f98f69a0611c57a747822e2d099582bf0f3f804ab14316d21c7163e0f36327d6cc259a86dea6442a2107521407f09369e4d223886473cefaaf268187d739 SHA512 9fceca5f19d2abd203c8bd0ef5157ad2e3173587dff5197bbf0a09011f1e235e27c433e02dbf57ee7a2ed42d7c0422492d48c9e61e97aff70a7b914b5c5666de
|
||||
|
@ -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="Asyncio implementation of Cmd Python lib."
|
||||
HOMEPAGE="https://github.com/valentinmk/asynccmd https://pypi.org/project/asynccmd/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
@ -20,7 +18,6 @@ RESTRICT="!test? ( test )"
|
||||
DOCS="README.rst"
|
||||
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user