update caldav-0.9.1

This commit is contained in:
Andreas Billmeier 2022-07-09 12:54:30 +02:00 committed by Andreas Billmeier
parent cc515f9fab
commit 2d3143771d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 46 additions and 2 deletions

View File

@ -524,12 +524,12 @@ 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 1768 Ebuilds in total, 1761 of them have in total 1769 (35 different) licenses assigned.
There are 1769 Ebuilds in total, 1762 of them have in total 1770 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1080|
|Apache-2.0|317|
|Apache-2.0|318|
|GPL-3|108|
|BSD|99|
|LGPL-3|28|

View File

@ -1,5 +1,7 @@
DIST caldav-0.8.2.tar.gz 117087 BLAKE2B 1c7253114c8b1db066e55b1903185563f21bbb822afa89e2cae35eec5dfd4111cf7f39f7c2df91c13e19ba154e7f2e6c48260ad3cebfdf24951ccbb47cb43d59 SHA512 65c2372bda6805149733f40ecd12c728e83264caead3aa669909d17655e5ba8ce34e8e6e96da6ebe02cfaf41057f145334887106718eb5388f8382f8464efb91
DIST caldav-0.9.0.tar.gz 166894 BLAKE2B 967cee979b9ef6165430f45199c8e248bd5d552eaf573b842d2299d215adaabfdf21c4cc9461beadaa63c3da9d7c434b34f77a1271d9b34bf26e5bf16298e472 SHA512 741f21da8dd608c10a2f6854384e1a61db51b50d212884c4cee1430f4ac8d23decd0e9506c490f2905ad173e9ae94906166037da5951d28f448575c27dcac028
DIST caldav-0.9.1.tar.gz 167811 BLAKE2B 340db92d70b76f5862e186b2a40cb33a593d5251801c34b41f26e9f3e26dcf68bd1b7bd933c7084eecda552f7dcd3c9dcb37deced65e43b42fe0aa899e59bd81 SHA512 db12b2880d4a50a2f5ae44a3f92eab210c805eb581e5e8f72a180b23edff48cf38b538e960483a56d7d22eb48c9bd33a6592d847c788f88c3da0cad314eb838a
EBUILD caldav-0.8.2.ebuild 938 BLAKE2B dbdb571d8332a33e8ba41f97e971b60f315aa54f136d5c0ae6b1c95f2f32a396d6c2ac8e9e94b0cc500adef584f3443b460e249cd2a1444e83419fb74bb17d70 SHA512 5f3fa9e5a3f9c9b8800f84dfad75d378726853e36dce8c2159101f05e4c2ea265acb4a5a1e06496b99e0d593c445dafeee80b2967c5a7bdf500045d9a94abd9e
EBUILD caldav-0.9.0.ebuild 938 BLAKE2B dbdb571d8332a33e8ba41f97e971b60f315aa54f136d5c0ae6b1c95f2f32a396d6c2ac8e9e94b0cc500adef584f3443b460e249cd2a1444e83419fb74bb17d70 SHA512 5f3fa9e5a3f9c9b8800f84dfad75d378726853e36dce8c2159101f05e4c2ea265acb4a5a1e06496b99e0d593c445dafeee80b2967c5a7bdf500045d9a94abd9e
EBUILD caldav-0.9.1.ebuild 1042 BLAKE2B 238903c8a0a012f4790642d77aef326d7dbbce0ebd7313dcc7c8e319f485860f6ec357317d5421405a9c652a8e23308c846b7f42ccb16c981836a0b5c394a800 SHA512 67031582472922ab277d1ec1557652a0dad6ed8ad933252da05c86c30f7eb53723bccb88100dacecc357fcdca045504bdf414022f33e087ad0d1bd8e794c8c2c
MISC metadata.xml 446 BLAKE2B f83df839f3afd4c04637fd42164b39efa2ecf223892015c7a0a1b36ad85f86b5d046e6bdffb044f7860f00197bc314d7a0b4a0412e523877c9ffe18ba89413a8 SHA512 7e8b01ad8847c45cea3e225901c186aa4d2af30a272ba4fcc4558b708063f258c580712e5946fdd8f13e4b60132a3cdf1161e007bc99657111ef2b44f391f689

View File

@ -0,0 +1,42 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="CalDAV (RFC4791) client library"
HOMEPAGE="https://github.com/python-caldav/caldav https://pypi.org/project/caldav/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/vobject[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/coverage[${PYTHON_USEDEP}]
dev-python/icalendar[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest