dev-python/caldav: drop 0.9.1-r1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
6d688fb45b
commit
0b41533d75
@ -1,5 +1,3 @@
|
||||
DIST caldav-0.9.1.tar.gz 167811 BLAKE2B 340db92d70b76f5862e186b2a40cb33a593d5251801c34b41f26e9f3e26dcf68bd1b7bd933c7084eecda552f7dcd3c9dcb37deced65e43b42fe0aa899e59bd81 SHA512 db12b2880d4a50a2f5ae44a3f92eab210c805eb581e5e8f72a180b23edff48cf38b538e960483a56d7d22eb48c9bd33a6592d847c788f88c3da0cad314eb838a
|
||||
DIST caldav-1.2.0.gh.tar.gz 122290 BLAKE2B 62e60695737298dae299aed6e73ed3570c51f5fd05d15f25fb34852e2ca97d6a3e700148f69b5a67f1fad0db8233426d0908f58d513602e8be171ebbb5fef1bb SHA512 56b329d1fcc9ef750e30721485825e067706280b48131816357df023b53e6631b6749e154d0db4815328588359cc98e996c35a0e93395f1cd58d4c36615f96e6
|
||||
EBUILD caldav-0.9.1-r1.ebuild 897 BLAKE2B 50a5d1d7f11a46b0b915bb52e4ae81c2873ba8c8e4b2461950fc1103529bda10da49f92b1d3f9afe37b9f34defeb00b5b8c36da460cf76338395df7566340fbe SHA512 9271c8afd54be98f7b6d9bd4d71b667db466fb7180f07e37ee1d0e2298d3b5dee6ff70feffd811db5c4d00b84888a0050af759ed75280ec1e078dafb656d2f3e
|
||||
EBUILD caldav-1.2.0.ebuild 936 BLAKE2B a7d72a45b9a5509d97417ad6776d04305c630c38b205c3baa75ed904d1e619c0c18bcf15bb4101f2fecbb21cf9bd6a543e67d29267afe9c17c88019cabb822b0 SHA512 c0b93046ea21042d9c71b1c5e8c8c4464a33acec5fa1ab104242f09396afc16e70b1b06b5f0c6270301a1f2a56595336f6dd950fcbd0356a223845616918de0b
|
||||
MISC metadata.xml 508 BLAKE2B 18bd94caf8d8d41d5ccb36dfa92ce9097d86f8c41c337c3b033ecd4593939d9303b4affb826cbf80819ba9a7734476e52d02d12d020410eba8cb92fcb7c80f38 SHA512 b8c28c30dfabbc665715989fc1f7817d50f77b7257e0a6c30d8a2a1b31c2c92d47ca96a9e9a214e0c2f61b9e6898d1317c4f7c71d2eb133777814bc462d85a55
|
||||
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2023 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="CalDAV (RFC4791) client library"
|
||||
HOMEPAGE="https://github.com/python-caldav/caldav https://pypi.org/project/caldav/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
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}]
|
||||
dev-python/icalendar[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/icalendar[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user