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 C9E3E138334 for ; Tue, 3 Dec 2019 02:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C5CAE0825; Tue, 3 Dec 2019 02:19:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E1D60E0825 for ; Tue, 3 Dec 2019 02:19:11 +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 6A1C334D6ED for ; Tue, 3 Dec 2019 02:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB00F2A5 for ; Tue, 3 Dec 2019 02:19:07 +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: <1575339534.36c4d58b41949e8da8967c5c9efbb48ebb8e30bd.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alagitpull/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alagitpull/Manifest dev-python/alagitpull/alagitpull-0.0.23.ebuild dev-python/alagitpull/metadata.xml X-VCS-Directories: dev-python/alagitpull/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 36c4d58b41949e8da8967c5c9efbb48ebb8e30bd X-VCS-Branch: master Date: Tue, 3 Dec 2019 02:19:07 +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: e1b5d566-8b33-4582-9924-5ce85b1f2803 X-Archives-Hash: 80eebf2bbc35e57112579925a4ca8058 commit: 36c4d58b41949e8da8967c5c9efbb48ebb8e30bd Author: Patrick McLean sony com> AuthorDate: Tue Dec 3 01:31:17 2019 +0000 Commit: Patrick McLean gentoo org> CommitDate: Tue Dec 3 02:18:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c4d58b dev-python/alagitpull: New package Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean gentoo.org> dev-python/alagitpull/Manifest | 1 + dev-python/alagitpull/alagitpull-0.0.23.ebuild | 21 +++++++++++++++++++++ dev-python/alagitpull/metadata.xml | 8 ++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/alagitpull/Manifest b/dev-python/alagitpull/Manifest new file mode 100644 index 00000000000..4890dd5703e --- /dev/null +++ b/dev-python/alagitpull/Manifest @@ -0,0 +1 @@ +DIST alagitpull-0.0.23.tar.gz 6692 BLAKE2B 63af3da6e98521487fad233dd648d9217d8e89c0d17e49dd771e934c0808a52c0659661ca8104c53c2d0fddf458650458e676e14b2e9c3820f353ab42044a490 SHA512 1620c0e25299f694f29f6e54105a2f336dee90535370a691a6e23a879a68626ef4aa19ae40ecc835553fe3b0272d48e4f5213c1ada054ad20d47034fc20dea3c diff --git a/dev-python/alagitpull/alagitpull-0.0.23.ebuild b/dev-python/alagitpull/alagitpull-0.0.23.ebuild new file mode 100644 index 00000000000..c60405b24eb --- /dev/null +++ b/dev-python/alagitpull/alagitpull-0.0.23.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) + +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 ~x86" +SLOT="0" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + + + + + chutzpah@gentoo.org + Patrick McLean + +