From d0dc4e4a89f06c734871fdda63433c73dbbb02e8 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Thu, 18 Jun 2026 10:39:30 +0200 Subject: [PATCH] bump pyFortiManagerAPI-0.2.7 Signed-off-by: Andreas Billmeier --- README.md | 4 ++-- dev-python/pyFortiManagerAPI/Manifest | 4 ++-- ...erAPI-0.2.3.ebuild => pyFortiManagerAPI-0.2.7.ebuild} | 9 ++++----- 3 files changed, 8 insertions(+), 9 deletions(-) rename dev-python/pyFortiManagerAPI/{pyFortiManagerAPI-0.2.3.ebuild => pyFortiManagerAPI-0.2.7.ebuild} (72%) diff --git a/README.md b/README.md index c737c8730..6bf9459b9 100644 --- a/README.md +++ b/README.md @@ -655,9 +655,9 @@ There are 2410 Ebuilds in total, 2392 of them have in total 2431 (44 different) |GPL-2-with-linking-exception|1| |metapackage|1| -(Last counted: 07/09/2025) +(Last counted: 18/06/2026) I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources. A big thanks goes to Iris for reviewing this README. -Last updated: 07/09/2025 +Last updated: 18/06/2026 diff --git a/dev-python/pyFortiManagerAPI/Manifest b/dev-python/pyFortiManagerAPI/Manifest index b703ee75f..c81c33fee 100644 --- a/dev-python/pyFortiManagerAPI/Manifest +++ b/dev-python/pyFortiManagerAPI/Manifest @@ -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 diff --git a/dev-python/pyFortiManagerAPI/pyFortiManagerAPI-0.2.3.ebuild b/dev-python/pyFortiManagerAPI/pyFortiManagerAPI-0.2.7.ebuild similarity index 72% rename from dev-python/pyFortiManagerAPI/pyFortiManagerAPI-0.2.3.ebuild rename to dev-python/pyFortiManagerAPI/pyFortiManagerAPI-0.2.7.ebuild index 920bbb413..f2616b6c0 100644 --- a/dev-python/pyFortiManagerAPI/pyFortiManagerAPI-0.2.3.ebuild +++ b/dev-python/pyFortiManagerAPI/pyFortiManagerAPI-0.2.7.ebuild @@ -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/"