From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDE6E158041 for ; Sat, 13 Apr 2024 13:22:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF0A5E2A50; Sat, 13 Apr 2024 13:22:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9508E2A50 for ; Sat, 13 Apr 2024 13:22:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E828B34335E for ; Sat, 13 Apr 2024 13:22:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8559F16D6 for ; Sat, 13 Apr 2024 13:22:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1713014479.c1cbcc5c9381b8388d45c580988f3b9d166b6a78.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/radicale/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/radicale/Manifest www-apps/radicale/radicale-3.1.8-r1.ebuild X-VCS-Directories: www-apps/radicale/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c1cbcc5c9381b8388d45c580988f3b9d166b6a78 X-VCS-Branch: master Date: Sat, 13 Apr 2024 13:22:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb0702d6-a69c-4acd-b609-f8e592966de2 X-Archives-Hash: 6a55d641149d9fc1d4b1ec66d00709e2 commit: c1cbcc5c9381b8388d45c580988f3b9d166b6a78 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 13 13:21:19 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 13 13:21:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cbcc5c www-apps/radicale: Minor QA cleanup Signed-off-by: Michał Górny gentoo.org> www-apps/radicale/Manifest | 2 +- www-apps/radicale/radicale-3.1.8-r1.ebuild | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/www-apps/radicale/Manifest b/www-apps/radicale/Manifest index 3727348e53a5..49ec7c1605e8 100644 --- a/www-apps/radicale/Manifest +++ b/www-apps/radicale/Manifest @@ -1 +1 @@ -DIST radicale-3.1.8.tar.gz 137123 BLAKE2B ec855138aa18508da5375c5bde854cee4d4110fb75437cc1472afd3b589dfa523031cdd1b8a51a0f6a74dfe819308acd068b979acde32c05941d113d9d289f1e SHA512 5c4b55ee9cfc5060a0e0cf1f284d2c5a354bcabd7a088214e917fabb0083bcd172fd92aeb59b1f869f34e04f8c276efbed15c2a3ff2fdbc81b2220586bbaf31b +DIST Radicale-3.1.8.gh.tar.gz 137123 BLAKE2B ec855138aa18508da5375c5bde854cee4d4110fb75437cc1472afd3b589dfa523031cdd1b8a51a0f6a74dfe819308acd068b979acde32c05941d113d9d289f1e SHA512 5c4b55ee9cfc5060a0e0cf1f284d2c5a354bcabd7a088214e917fabb0083bcd172fd92aeb59b1f869f34e04f8c276efbed15c2a3ff2fdbc81b2220586bbaf31b diff --git a/www-apps/radicale/radicale-3.1.8-r1.ebuild b/www-apps/radicale/radicale-3.1.8-r1.ebuild index a14acf8d1f54..c93ba79693ce 100644 --- a/www-apps/radicale/radicale-3.1.8-r1.ebuild +++ b/www-apps/radicale/radicale-3.1.8-r1.ebuild @@ -8,16 +8,19 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 systemd +MY_P=${P^} DESCRIPTION="A simple CalDAV calendar server" HOMEPAGE="https://radicale.org/" -SRC_URI="https://github.com/Kozea/Radicale/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI=" + https://github.com/Kozea/Radicale/archive/refs/tags/v${PV}.tar.gz + -> ${MY_P}.gh.tar.gz +" +S=${WORKDIR}/${MY_P} LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -MY_P="Radicale-${PV}" - RDEPEND=" >=acct-user/radicale-0-r2 acct-group/radicale @@ -31,7 +34,6 @@ RDEPEND=" " BDEPEND=" - ${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/waitress[${PYTHON_USEDEP}] @@ -40,19 +42,12 @@ BDEPEND=" distutils_enable_tests pytest -S="${WORKDIR}/${MY_P}" - RDIR=/var/lib/"${PN}" DOCS=( DOCUMENTATION.md CHANGELOG.md ) -src_prepare() { - sed -i '/^addopts =/d' setup.cfg || die - distutils-r1_src_prepare -} - python_test() { - epytest radicale/tests/ + epytest -o addopts= radicale/tests/ } python_install_all() {