diff --git a/README.md b/README.md index c70d307ab..479cb0792 100644 --- a/README.md +++ b/README.md @@ -617,11 +617,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E ## Licenses This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted. -There are 1755 Ebuilds in total, 1744 of them have in total 1763 (42 different) licenses assigned. +There are 1756 Ebuilds in total, 1745 of them have in total 1764 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|999| +|MIT|1000| |Apache-2.0|385| |GPL-3|118| |BSD|100| diff --git a/dev-python/nextcloudmonitor/Manifest b/dev-python/nextcloudmonitor/Manifest index 3c4b97345..3fbdb164d 100644 --- a/dev-python/nextcloudmonitor/Manifest +++ b/dev-python/nextcloudmonitor/Manifest @@ -1,3 +1,5 @@ DIST nextcloudmonitor-1.4.0.tar.gz 2890 BLAKE2B dc6519f6382447045eeb2f293b71f8baeebcf07427715436c9e3a15fe978198a215d6bfb2de42835bbe9439e9c3acaea57a66cc73d981623578acdc941840c5b SHA512 1224a2026cb717cd558de01107c021e12f80029bdd55eb0ce403284c1c3cb75ce589fb46059f2b74a3ffee48660d3462f9f044dfd4a5dfe7d3508c9e5173f623 +DIST nextcloudmonitor-1.5.0.tar.gz 3076 BLAKE2B 74265e546366dd5b8c11c194e9305d73feea428bdcba97854e5a522a8f0793a451f399b5c49bd8a30072d6d5dff17db9b19c1dc05b8a8162a0781f2fb0dcfb80 SHA512 28420eec4a0a5b840f2b7f91537776c9340b02b9c990c4579373a3643bcecd9e4a7dd3675a5e1a1e27ecc662cfcb6a7c5cccc9535895835afa09c6add29aaa0a EBUILD nextcloudmonitor-1.4.0.ebuild 660 BLAKE2B aaffe9409cfa9bc275bd49fd7910d9a405fece8f589cff3be38f53777c1c31606f0a910113ecb3843d9769dab5d24168292c60bbaa0264eee3b7de5bdc972119 SHA512 fb93876bfce3dfa8b76f6e72596393d5b59be1dfbaae4e0c50016900160ad27f3b164538ece3c4e73aba16a3a6aa41ea02944b557e4592b8246bbc22f0cdcd8f -MISC metadata.xml 404 BLAKE2B bdc113889e39705fdb4e1ef4fb0b30a0a7026abaddbd5ec3e10ad42578d81051096cbe0277c3e8c91490568b53b221d08230543092126e5678b92638cea202c1 SHA512 12539995fc0e225df904b691e7ca89e8c095b4e461707aae4f70fca405f10113feae24188cf3dd75cb1727631041899d0bdce57c1cc5f66bcf1e1cce8c8c3f6a +EBUILD nextcloudmonitor-1.5.0.ebuild 557 BLAKE2B 2a19c98a731e829e0aec40ed087a72e7bec46611ed044430efe38e0bd8b54eb5605d0babb3a892f86dcb4be02e5fb7f29a26a679a7270724fd6f0c783697a014 SHA512 98177af2e0b1aaf711b580f4bf420f4620f6acadcc6338d8d8e410c334ad90edacd99bd83458ccb09af2b501c1725d39b0cad84963345d004a2593ccc1492f12 +MISC metadata.xml 335 BLAKE2B 5400c60c200c7cd5284ab315a9f28e128e2cc209829f150a822a3271fb832fdcb1bd7d02cf0472d902d2e653a68cb373b550a361fa7f36bf8516edc96b790865 SHA512 3c1b8d9b72b82b4b01f3b524be172817ace1bcc898b01d4cf61c5a4a6bba7a5384487700237a86b1aea7c68a9091cda24a9577fce6b8ed7d2e3d4a77cd52dd8d diff --git a/dev-python/nextcloudmonitor/metadata.xml b/dev-python/nextcloudmonitor/metadata.xml index aff14283d..6f59f9ab4 100644 --- a/dev-python/nextcloudmonitor/metadata.xml +++ b/dev-python/nextcloudmonitor/metadata.xml @@ -7,6 +7,5 @@ nextcloudmonitor - meichthys/nextcloud_monitor diff --git a/dev-python/nextcloudmonitor/nextcloudmonitor-1.5.0.ebuild b/dev-python/nextcloudmonitor/nextcloudmonitor-1.5.0.ebuild new file mode 100644 index 000000000..af1b0b51f --- /dev/null +++ b/dev-python/nextcloudmonitor/nextcloudmonitor-1.5.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi + +DESCRIPTION="Python wrapper around nextcloud monitor api" +HOMEPAGE="https://github.com/meichthys/nextcloud_monitor https://pypi.org/project/nextcloudmonitor/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.md" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" +distutils_enable_tests pytest