dev-python/librouteros: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-19 21:16:37 +02:00
committed by Andreas Billmeier
parent 82a96120de
commit 51c0ec2f04
2 changed files with 5 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
DIST librouteros-3.2.0.tar.gz 13482 BLAKE2B ef355e98013421e550060947281101ca64761f42f72b1ccf8e826a02a7c67eac5e4c66ac4b3a91c418a55d36c4a1bf3fa197c35dc2c6352152730fc7e52e2828 SHA512 55f55ce38f88d353dabebad564e19f970acf94635728f3b76670413ed3864d740d58407ba84659a7a8fc33d6a60a00641c9f22089782709d5baddcef50671135
EBUILD librouteros-3.2.0.ebuild 659 BLAKE2B 7ee6ff02c1f090de487d9a9d1b644fc7f311b542b0bae95501e3da33f7575fe8ab11fa0f6015b151cb772df1702b43e42311fcf554fab80ebec11d611e1dc00d SHA512 9e7a89741bfbc380f278014ed6e4f2c559a3fa5e2e58ac4229fb2b1e1212da3f5ff20624a84542cc4ef20d06a8808cd77e3aba996d0272cf22cc70879f8414a5
EBUILD librouteros-3.2.0.ebuild 645 BLAKE2B fba7c05c1745be81b452689af3bdbf0e2f3098d42c8f8c6b79a02c9c9ef7d37bb7f6b1b894c568ab3fc032ba5e6643e14a87b156cfb8e9bf1a7379769dc08c3e SHA512 c58b93e70fe5e0bd4940b319d0c0d0333af8a9c34fbcaba79e68d54abdab76099b25b93837bf59d907b618d57ced90f79563b3cbee12f302aff9201504e47a3e
MISC metadata.xml 520 BLAKE2B aa187dc93f588a31b9e098bd3007b1d9302b94bab7b68a47203203acde3652268a1e8da1d9dc98abc2fef07e812b120b97e686ce2fa9e15402cd96853c3c8e0c SHA512 c3cb5cdd33e035ec7f8fa1fd7acb2312bb020625ab10e8b200a0f364ddac9c26ba65ecedc83434881f234e78c0c3b3fcd65fd312af003b4079e7287c10adc9e8

View File

@@ -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
inherit distutils-r1 pypi
DESCRIPTION="Python implementation of MikroTik RouterOS API"
HOMEPAGE="https://github.com/luqasz/librouteros https://pypi.org/project/librouteros/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"