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 08C96138359 for ; Thu, 3 Sep 2020 16:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EEC4E08EB; Thu, 3 Sep 2020 16:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 32AC4E08EB for ; Thu, 3 Sep 2020 16:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E5988340F2E for ; Thu, 3 Sep 2020 16:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BDB5315 for ; Thu, 3 Sep 2020 16:50:43 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1599151837.4e2b946ee8b432fc60befcec48b9dbbe03f3ce4e.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild X-VCS-Directories: dev-python/alagitpull/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 4e2b946ee8b432fc60befcec48b9dbbe03f3ce4e X-VCS-Branch: master Date: Thu, 3 Sep 2020 16:50:43 +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: d263bb05-4be2-4c59-b01b-c181a726f663 X-Archives-Hash: bc8d493bcfec55fb53dd9732956f9c5d commit: 4e2b946ee8b432fc60befcec48b9dbbe03f3ce4e Author: Patrick McLean gentoo org> AuthorDate: Thu Sep 3 16:48:58 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Sep 3 16:50:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2b946e dev-python/alagitpull-0.0.23-r1: Revbump, fix deps, add py38, py39 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild new file mode 100644 index 00000000000..cae488ea606 --- /dev/null +++ b/dev-python/alagitpull/alagitpull-0.0.23-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="alabaster sub-theme used on git-pull docs" +HOMEPAGE="https://github.com/git-pull/alagitpull" +SRC_URI="https://github.com/git-pull/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +SLOT="0" + +RDEPEND=" +