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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 414A713835B for ; Mon, 14 Jun 2021 06:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D75A9E0EB3; Mon, 14 Jun 2021 06:51:12 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6CD3E0EB3 for ; Mon, 14 Jun 2021 06:51:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81A12340D96 for ; Mon, 14 Jun 2021 06:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 068F07AE for ; Mon, 14 Jun 2021 06:51:10 +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: <1623653464.c1c9bbfa8de14612b05534eb862e02df8b2d6abe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vdirsyncer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vdirsyncer/metadata.xml dev-python/vdirsyncer/vdirsyncer-0.18.0.ebuild X-VCS-Directories: dev-python/vdirsyncer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c1c9bbfa8de14612b05534eb862e02df8b2d6abe X-VCS-Branch: master Date: Mon, 14 Jun 2021 06:51:10 +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: 7b16f6d5-b7a6-4a95-8f78-5b5e4c59fc32 X-Archives-Hash: 18828b7a12397545a27ba5b14ceef08d commit: c1c9bbfa8de14612b05534eb862e02df8b2d6abe Author: Michał Górny gentoo org> AuthorDate: Mon Jun 14 06:35:22 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 14 06:51:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c9bbfa dev-python/vdirsyncer: Add python@ as co-maint. Signed-off-by: Michał Górny gentoo.org> dev-python/vdirsyncer/metadata.xml | 4 ++++ dev-python/vdirsyncer/vdirsyncer-0.18.0.ebuild | 12 ++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/dev-python/vdirsyncer/metadata.xml b/dev-python/vdirsyncer/metadata.xml index 06fce01547f..f42dda4bb8a 100644 --- a/dev-python/vdirsyncer/metadata.xml +++ b/dev-python/vdirsyncer/metadata.xml @@ -4,6 +4,10 @@ amynka@gentoo.org + + python@gentoo.org + Python + pimutils/vdirsyncer vdirsyncer diff --git a/dev-python/vdirsyncer/vdirsyncer-0.18.0.ebuild b/dev-python/vdirsyncer/vdirsyncer-0.18.0.ebuild index 05fd220b6b8..d902fe2f289 100644 --- a/dev-python/vdirsyncer/vdirsyncer-0.18.0.ebuild +++ b/dev-python/vdirsyncer/vdirsyncer-0.18.0.ebuild @@ -5,7 +5,6 @@ EAPI="7" PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="sqlite" -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -17,8 +16,6 @@ LICENSE="BSD" KEYWORDS="~amd64 ~arm ~arm64 ~x86" SLOT="0" -PATCHES=( "${FILESDIR}/${PN}-0.16.8-click-7-compat.patch" ) - RDEPEND="dev-python/click[${PYTHON_USEDEP}] >=dev-python/click-log-0.3.0[${PYTHON_USEDEP}]