dev-python/caldav: drop 1.2.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:10:03 +01:00 committed by Andreas Billmeier
parent 1e77513f85
commit 15cb1f7c49
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 3 additions and 44 deletions

View File

@ -612,13 +612,13 @@ 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 1722 Ebuilds in total, 1711 of them have in total 1735 (43 different) licenses assigned.
There are 1721 Ebuilds in total, 1710 of them have in total 1733 (43 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1004|
|Apache-2.0|358|
|GPL-3|110|
|Apache-2.0|357|
|GPL-3|109|
|BSD|97|
|LGPL-3|24|
|GPL-2|22|

View File

@ -1,5 +1,3 @@
DIST caldav-1.2.0.gh.tar.gz 122290 BLAKE2B 62e60695737298dae299aed6e73ed3570c51f5fd05d15f25fb34852e2ca97d6a3e700148f69b5a67f1fad0db8233426d0908f58d513602e8be171ebbb5fef1bb SHA512 56b329d1fcc9ef750e30721485825e067706280b48131816357df023b53e6631b6749e154d0db4815328588359cc98e996c35a0e93395f1cd58d4c36615f96e6
DIST caldav-1.3.8.tar.gz 855227 BLAKE2B 4934887034a1f1a366ee2fedd39766ba4cdd677dece53a4db5b25df44c333886931b6ef185746837c974939e4b8ba32dba6000adb2dadb4ad94bb021d95c1c16 SHA512 7bb802242c9645a83571b3d5d841998a7de6fba03a7a0c8ca110b33eba8a9f6775983f6be718f836df62d92a41bcf25660f899ad57f635bbb0b117f7f051a205
EBUILD caldav-1.2.0.ebuild 936 BLAKE2B a7d72a45b9a5509d97417ad6776d04305c630c38b205c3baa75ed904d1e619c0c18bcf15bb4101f2fecbb21cf9bd6a543e67d29267afe9c17c88019cabb822b0 SHA512 c0b93046ea21042d9c71b1c5e8c8c4464a33acec5fa1ab104242f09396afc16e70b1b06b5f0c6270301a1f2a56595336f6dd950fcbd0356a223845616918de0b
EBUILD caldav-1.3.8.ebuild 748 BLAKE2B fcc3d80d824847551c36eaf9eff62e72e7033abf137fe0096f3b1a54de788b66c29e495aad3ef3cc6cd5df0e361b645aa7d1d7dcdfe519a311592524b095eb5b SHA512 30581041877ed763135bf428bc80903a5828ad05053e4d8ef1fe2bbe642839b8a0cefbea9c13dc51eeb4bf0c3a15c55e937ac887b2356dcaaeeea2fba15849d6
MISC metadata.xml 508 BLAKE2B 18bd94caf8d8d41d5ccb36dfa92ce9097d86f8c41c337c3b033ecd4593939d9303b4affb826cbf80819ba9a7734476e52d02d12d020410eba8cb92fcb7c80f38 SHA512 b8c28c30dfabbc665715989fc1f7817d50f77b7257e0a6c30d8a2a1b31c2c92d47ca96a9e9a214e0c2f61b9e6898d1317c4f7c71d2eb133777814bc462d85a55

View File

@ -1,39 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="CalDAV (RFC4791) client library for Python"
HOMEPAGE="
https://github.com/python-caldav/caldav/
https://pypi.org/project/caldav/
"
SRC_URI="
https://github.com/python-caldav/caldav/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="|| ( GPL-3 Apache-2.0 )"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/vobject[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/icalendar[${PYTHON_USEDEP}]
dev-python/recurring-ical-events[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
www-apps/radicale[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest