dev-python/pyFortiManagerAPI: fix SRCDIR
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -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: 15/08/2026)
|
||||
(Last counted: 23/08/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: 15/08/2026
|
||||
Last updated: 23/08/2026
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST pyFortiManagerAPI-0.2.7.gh.tar.gz 20122 BLAKE2B fb10e1dfd21a34a1f0c285f80c6620d0aba79e55bc0aa9c1f304ccbb2c335bd269ef5a7312a77b804498b41ec47727a4e98cdd8f59c4485e71114f04f6d20b3b SHA512 6e0384ef9397ff9cc25e1e1f542630f8ec4594c4d138693464058d3cdcb39b9abe7a00b38bd82bc424aa321c1937812b293f2701f5a472013013e458793f4ee1
|
||||
EBUILD pyFortiManagerAPI-0.2.7-r1.ebuild 697 BLAKE2B c0f54e8f1219c459915683208aec59beca977a758b87c35fb370db7e771ff42a9963a332b8ccf46a1f01fd7c5db60139d153f9c6b88149823e3690ee5d0fa09d SHA512 dc8602f44a872546d9a7916ba0ddedb06df2f5ec61525130ca2f15f7c020fd6b8a696c842edefeae1286aacc3b4e12da87475ada4bc94c09984c7e8716f0be9d
|
||||
EBUILD pyFortiManagerAPI-0.2.7-r1.ebuild 753 BLAKE2B 4f08748a858f41404b14ca96562bea41c5fc1b6f59745330a1ce518d46ed7fef9c2abacb6afa6b8c0b2f514cf9f17222797cb347fd85605f77b4c3c3c299399f SHA512 8ee67c0e720108a58a1b9cf79c42355c2cd5b2b580312a6c7b7e25e9d8913cd5f19e148d5933730981aa6ae12a3fd99ef6e76d7a05eef80ac35e15f112363ee0
|
||||
MISC metadata.xml 537 BLAKE2B f9bebb9fdb29f8500564b92c1d10c9892ce99c86837a95bb15e8f2530c864d265d25664b080a8cbf7ab5025ba5595d2fed313c021e0d779b70a24946105883dd SHA512 93ae0111f2a2c7b49a3207cbc11bc2574134da2567b2e3848093e86f1540affef9a2147ac0d78b38cad56a1da86e3a9fb5bf67fad9f9b6d40873157b03d2a9db
|
||||
|
||||
@@ -7,6 +7,8 @@ PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
SRC_URI="https://github.com/akshaymane920/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
MY_PN="pyFortimanagerAPI"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
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