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 B0475158086 for ; Sat, 23 Oct 2021 19:04:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90FE6E0858; Sat, 23 Oct 2021 19:04:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEB08E0855 for ; Sat, 23 Oct 2021 19:04:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 653BB3432EC for ; Sat, 23 Oct 2021 19:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839BD144 for ; Sat, 23 Oct 2021 19:04:13 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1635013910.45924d804ed2c08da48dcf5b7526f8df9347f7d6.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/svneverever/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/svneverever/svneverever-1.7.1-r1.ebuild X-VCS-Directories: dev-vcs/svneverever/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 45924d804ed2c08da48dcf5b7526f8df9347f7d6 X-VCS-Branch: master Date: Sat, 23 Oct 2021 19:04:13 +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: ce112f99-6d32-4a73-8b7e-560baee79e76 X-Archives-Hash: c0db61b22e52f1c708e83fbb1e3fcac9 commit: 45924d804ed2c08da48dcf5b7526f8df9347f7d6 Author: Sebastian Pipping gentoo org> AuthorDate: Sat Oct 23 18:31:50 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Oct 23 18:31:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45924d80 dev-vcs/svneverever: Sync DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/818787 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.23, Repoman-3.0.3 dev-vcs/svneverever/svneverever-1.7.1-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/dev-vcs/svneverever/svneverever-1.7.1-r1.ebuild b/dev-vcs/svneverever/svneverever-1.7.1-r1.ebuild new file mode 100644 index 00000000000..aeea6a31b84 --- /dev/null +++ b/dev-vcs/svneverever/svneverever-1.7.1-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Tool collecting path entries across SVN history" +HOMEPAGE="https://github.com/hartwork/svneverever" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="dev-python/pysvn[${PYTHON_USEDEP}]"