dev-python/nextcloudmonitor: update SRC_URI, add 1.4.0
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -576,11 +576,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 1827 Ebuilds in total, 1816 of them have in total 1832 (36 different) licenses assigned.
|
||||
There are 1828 Ebuilds in total, 1817 of them have in total 1833 (36 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1067|
|
||||
|MIT|1068|
|
||||
|Apache-2.0|394|
|
||||
|GPL-3|117|
|
||||
|BSD|96|
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DIST nextcloudmonitor-1.1.0.tar.gz 1925 BLAKE2B 503a54b25a70314227f9da7ce9f0b736a0c32ea00bc9e8bb61cb325f48a0f840f55738d967481819594ed846f5bedb5ae02018dd46cd2670e8e4ec8a5f0ac871 SHA512 c42d77dbe28c16f2555ec9bc8190608a3e359d051ad1d425e95e802c62e1f74c06e204b1f476a2c26df99027b9848ec8db5a54d83c7fa95a003c246659382289
|
||||
EBUILD nextcloudmonitor-1.1.0.ebuild 715 BLAKE2B 873cbf50a380e75be6cef86607e3e04afeaf4a068d3e5c4eeb95046843d4330c11302f24dcfaf7a68508fd7f5bb53cf0a6ef608ac81502de99667e629fb75054 SHA512 701ec72bab7a155d0f1721f96f699cb57d11ae82c4954502b98077ab81963eea0a2dabd2b68a0b593d249593ff46d75558606b8806540c3205f08e35aadba796
|
||||
MISC metadata.xml 335 BLAKE2B 5400c60c200c7cd5284ab315a9f28e128e2cc209829f150a822a3271fb832fdcb1bd7d02cf0472d902d2e653a68cb373b550a361fa7f36bf8516edc96b790865 SHA512 3c1b8d9b72b82b4b01f3b524be172817ace1bcc898b01d4cf61c5a4a6bba7a5384487700237a86b1aea7c68a9091cda24a9577fce6b8ed7d2e3d4a77cd52dd8d
|
||||
DIST nextcloudmonitor-1.4.0.tar.gz 2890 BLAKE2B dc6519f6382447045eeb2f293b71f8baeebcf07427715436c9e3a15fe978198a215d6bfb2de42835bbe9439e9c3acaea57a66cc73d981623578acdc941840c5b SHA512 1224a2026cb717cd558de01107c021e12f80029bdd55eb0ce403284c1c3cb75ce589fb46059f2b74a3ffee48660d3462f9f044dfd4a5dfe7d3508c9e5173f623
|
||||
EBUILD nextcloudmonitor-1.1.0.ebuild 659 BLAKE2B 3066f6aa53062c1568dc7a3d4925b8564a79016e4e4817f9bfa4565bfb238b28b6a72e882f19c693a48de1875bccebeffe34f54ca14483f21353ca844a2daba9 SHA512 f557e6f41a245d214aeed60c330821532b0bf6224eeff349bef933046621a3d5adc65d177fef98085b5d201298a1b27527d1d9012911380ba40515bd8344bc35
|
||||
EBUILD nextcloudmonitor-1.4.0.ebuild 659 BLAKE2B 3066f6aa53062c1568dc7a3d4925b8564a79016e4e4817f9bfa4565bfb238b28b6a72e882f19c693a48de1875bccebeffe34f54ca14483f21353ca844a2daba9 SHA512 f557e6f41a245d214aeed60c330821532b0bf6224eeff349bef933046621a3d5adc65d177fef98085b5d201298a1b27527d1d9012911380ba40515bd8344bc35
|
||||
MISC metadata.xml 404 BLAKE2B bdc113889e39705fdb4e1ef4fb0b30a0a7026abaddbd5ec3e10ad42578d81051096cbe0277c3e8c91490568b53b221d08230543092126e5678b92638cea202c1 SHA512 12539995fc0e225df904b691e7ca89e8c095b4e461707aae4f70fca405f10113feae24188cf3dd75cb1727631041899d0bdce57c1cc5f66bcf1e1cce8c8c3f6a
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">nextcloudmonitor</remote-id>
|
||||
<remote-id type="github">meichthys/nextcloud_monitor</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
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/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
@@ -21,7 +20,6 @@ DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
31
dev-python/nextcloudmonitor/nextcloudmonitor-1.4.0.ebuild
Normal file
31
dev-python/nextcloudmonitor/nextcloudmonitor-1.4.0.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
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
|
||||
Reference in New Issue
Block a user