dev-python/caldav: update SRC_URI, cleanup
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
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 1025 BLAKE2B 85ff0e60e5bef0204445fd147462198e9ea3a3a7b396d74b71b00800d0ee3213a9b58a363502fb8ad1cc0a46920ad0d58f183dadc7ade4f5e281165d9461e95a SHA512 18788ac29d926e146debb92c214e7fa135677b1787545c855190e1e7b6fd9328cb065def5e699bd40f67f3e9d62c08832300f2535da0f98e1a87012983e36bf2
|
||||
EBUILD caldav-1.2.0.ebuild 905 BLAKE2B 0dee1a014b948bb9a47d54f8d343c52cc2d9398ead177a976c59666f20491654b5bb08aea596c7150a2eaae518f4d6618ab04f1dfe5d985e2662fb8a8fddc054 SHA512 1f50d26cddf087108a8688c94ffba959bd3668b7f8090e524243882b3c8f5a527e679157dc1c2bbae139680df0a1e350dc8ec6422ba0852adebf0d9642b0b35d
|
||||
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
|
||||
|
||||
@@ -3,13 +3,11 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
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"
|
||||
@@ -27,15 +25,10 @@ RDEPEND="dev-python/vobject[${PYTHON_USEDEP}]
|
||||
dev-python/tzlocal[${PYTHON_USEDEP}]
|
||||
dev-python/icalendar[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/coverage[${PYTHON_USEDEP}]
|
||||
dev-python/icalendar[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
@@ -4,10 +4,9 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
|
||||
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/
|
||||
|
||||
Reference in New Issue
Block a user