bump pyFortiManagerAPI-0.2.7
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST pyFortiManagerAPI-0.2.3.tar.gz 20098 BLAKE2B f985719302558d3c520ad2974e465a85919d1289c913b8f230390bb528fe56eecb74bddf8713960313e70bd57a8a2bb04d614d6fa62763e9c6ae09ea09c594be SHA512 1603fcad46e98953a96c8949e962126a936d41845b323bb15df04e83645bd424fbbd8e770ea9a31fb844092dbbda4a95490bd56cfd15fe535401a1a6370e2513
|
||||
EBUILD pyFortiManagerAPI-0.2.3.ebuild 624 BLAKE2B 62faca28666236d8fc208da42bc9731fe35004012401e138755b7753cf3e0f104f5f1c086bcd6bbe7d2b8119a841818955b079ff19e531a8e5418bc95c95df4d SHA512 e4490e3d6de5d77c8485b5cf371a16c0b957481a3bc26bcfb7f61042c7c03a3e34eda3cbf6a53a11aac7074963d100f99e1a5e5de1a9a3bf883836ce555cffff
|
||||
DIST pyFortiManagerAPI-0.2.7.gh.tar.gz 20122 BLAKE2B fb10e1dfd21a34a1f0c285f80c6620d0aba79e55bc0aa9c1f304ccbb2c335bd269ef5a7312a77b804498b41ec47727a4e98cdd8f59c4485e71114f04f6d20b3b SHA512 6e0384ef9397ff9cc25e1e1f542630f8ec4594c4d138693464058d3cdcb39b9abe7a00b38bd82bc424aa321c1937812b293f2701f5a472013013e458793f4ee1
|
||||
EBUILD pyFortiManagerAPI-0.2.7.ebuild 697 BLAKE2B c0f54e8f1219c459915683208aec59beca977a758b87c35fb370db7e771ff42a9963a332b8ccf46a1f01fd7c5db60139d153f9c6b88149823e3690ee5d0fa09d SHA512 dc8602f44a872546d9a7916ba0ddedb06df2f5ec61525130ca2f15f7c020fd6b8a696c842edefeae1286aacc3b4e12da87475ada4bc94c09984c7e8716f0be9d
|
||||
MISC metadata.xml 537 BLAKE2B f9bebb9fdb29f8500564b92c1d10c9892ce99c86837a95bb15e8f2530c864d265d25664b080a8cbf7ab5025ba5595d2fed313c021e0d779b70a24946105883dd SHA512 93ae0111f2a2c7b49a3207cbc11bc2574134da2567b2e3848093e86f1540affef9a2147ac0d78b38cad56a1da86e3a9fb5bf67fad9f9b6d40873157b03d2a9db
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
inherit distutils-r1
|
||||
SRC_URI="https://github.com/akshaymane920/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
DESCRIPTION="A Python wrapper for the FortiManager REST API"
|
||||
HOMEPAGE="https://github.com/akshaymane920/pyFortiManagerAPI https://pypi.org/project/pyFortiManagerAPI/"
|
||||
|
||||
Reference in New Issue
Block a user