dev-python/nextcloudmonitor: drop 1.4.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
0c485ae1dc
commit
c3b61c490a
@ -606,11 +606,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 2045 Ebuilds in total, 2034 of them have in total 2062 (42 different) licenses assigned.
|
||||
There are 2044 Ebuilds in total, 2033 of them have in total 2061 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1184|
|
||||
|MIT|1183|
|
||||
|Apache-2.0|457|
|
||||
|GPL-3|123|
|
||||
|BSD|110|
|
||||
|
@ -1,7 +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
|
||||
DIST nextcloudmonitor-1.5.1.tar.gz 3141 BLAKE2B 163061f38f684c30b9c1465f1c3b245800471dbf4b1eb2a0c5b93fb3792a815b68e0f3760d9cf3d611dc13cd5c92fb7e26be85a3d919c680bd96b8ff17970570 SHA512 0aed45ada48fd2d1f6957d0ed0e6c184259b253b41a10c93756d51579fadb7f6b751b83d1515fd29d62fe0ffefe8f393933c063a51142e64cc5551a32d42fd8c
|
||||
EBUILD nextcloudmonitor-1.4.0.ebuild 660 BLAKE2B e07de487ab1b967661187d6a445183e3a65ca66e74f1270cd050831d1b79d5f55faec674ae281da7e865628f193690c4cb711729a25c0458998e4873e230e85a SHA512 2a6e0d0bb9b0593becb395e14bdeef9ab612a2f4960ca0eafaf0f5c3f9940faed0cd9272d78c9036168a68fb19e520a801345196d1c5c0e91780e351be6318d8
|
||||
EBUILD nextcloudmonitor-1.5.0.ebuild 557 BLAKE2B a464568992f8af07bcb77fd46182468f4d4c0c46e9c2ed009bfdfb28dc812a871596491855af89828dbb5156e98717858f60ce902ef19442fc8f3181588693f2 SHA512 9f94aca11e21c5378a334e91de0e0a78fd2f34dbe78201848482f26725855d0258c07488d1aacd0ee2820083861349f45ada6e18ccc1980564c7c8863f3653de
|
||||
EBUILD nextcloudmonitor-1.5.1.ebuild 557 BLAKE2B a464568992f8af07bcb77fd46182468f4d4c0c46e9c2ed009bfdfb28dc812a871596491855af89828dbb5156e98717858f60ce902ef19442fc8f3181588693f2 SHA512 9f94aca11e21c5378a334e91de0e0a78fd2f34dbe78201848482f26725855d0258c07488d1aacd0ee2820083861349f45ada6e18ccc1980564c7c8863f3653de
|
||||
MISC metadata.xml 335 BLAKE2B 5400c60c200c7cd5284ab315a9f28e128e2cc209829f150a822a3271fb832fdcb1bd7d02cf0472d902d2e653a68cb373b550a361fa7f36bf8516edc96b790865 SHA512 3c1b8d9b72b82b4b01f3b524be172817ace1bcc898b01d4cf61c5a4a6bba7a5384487700237a86b1aea7c68a9091cda24a9577fce6b8ed7d2e3d4a77cd52dd8d
|
||||
|
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user