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 C9E3613835B for ; Fri, 11 Jun 2021 13:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C767BE0884; Fri, 11 Jun 2021 13:43:21 +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 9E008E0884 for ; Fri, 11 Jun 2021 13:43:21 +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 358BC335D6D for ; Fri, 11 Jun 2021 13:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E27767A7 for ; Fri, 11 Jun 2021 13:43:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1623418994.50e6314674e03284ee24f15aede144d8a989270b.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ghp-import/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ghp-import/Manifest dev-python/ghp-import/ghp-import-2.0.1.ebuild dev-python/ghp-import/metadata.xml X-VCS-Directories: dev-python/ghp-import/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 50e6314674e03284ee24f15aede144d8a989270b X-VCS-Branch: master Date: Fri, 11 Jun 2021 13:43:18 +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: 54fb262a-2cb1-4206-b18a-302ffcff4fbc X-Archives-Hash: be995bf6838eaa9336b2209a1aa217b0 commit: 50e6314674e03284ee24f15aede144d8a989270b Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jun 11 13:04:46 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 11 13:43:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e63146 dev-python/ghp-import: add new dep of mkdocs Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/ghp-import/Manifest | 1 + dev-python/ghp-import/ghp-import-2.0.1.ebuild | 20 ++++++++++++++++++++ dev-python/ghp-import/metadata.xml | 13 +++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest new file mode 100644 index 00000000000..6e0cb8ac9e7 --- /dev/null +++ b/dev-python/ghp-import/Manifest @@ -0,0 +1 @@ +DIST ghp-import-2.0.1.tar.gz 11158 BLAKE2B c091d193cbfd44d90e62fe843775412a74f7962228130ba381ca07f5af93ea2296e989cffd025fd7d6a50ae5e526afe69fb00f49a6780b9b2f49ee8f06e2d3e1 SHA512 8e53b1a516a8d9780159d57b3973ebe02bbc4f60788470ec823c99608c2b026f5c43a12796506adf039420f06964a11d9e7e318cf9ea10df167faddd8b6f9707 diff --git a/dev-python/ghp-import/ghp-import-2.0.1.ebuild b/dev-python/ghp-import/ghp-import-2.0.1.ebuild new file mode 100644 index 00000000000..5a4b8d9ef5f --- /dev/null +++ b/dev-python/ghp-import/ghp-import-2.0.1.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_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Copy your docs directly to the gh-pages branch" +HOMEPAGE="https://github.com/c-w/ghp-import" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}] +" diff --git a/dev-python/ghp-import/metadata.xml b/dev-python/ghp-import/metadata.xml new file mode 100644 index 00000000000..0d6bafcce9a --- /dev/null +++ b/dev-python/ghp-import/metadata.xml @@ -0,0 +1,13 @@ + + + + + andrewammerlaan@gentoo.org + Andrew Ammerlaan + + + + c-w/ghp-import + ghp-import + +