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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE583158090 for ; Mon, 2 May 2022 19:17:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA28AE0891; Mon, 2 May 2022 19:17:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3DFFE05C1 for ; Mon, 2 May 2022 19:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC4DD34164D for ; Mon, 2 May 2022 19:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DADC2E1 for ; Mon, 2 May 2022 19:17:45 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1651518932.3f368c5d940e4acd929915b1951def01ecdefa37.arthurzam@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.1.0.ebuild X-VCS-Directories: dev-python/ghp-import/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 3f368c5d940e4acd929915b1951def01ecdefa37 X-VCS-Branch: master Date: Mon, 2 May 2022 19:17:45 +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: 71cc5e0f-3229-4e4b-a07e-1ca2983ba015 X-Archives-Hash: a82c579f80c5133fa3e626eb118e5643 commit: 3f368c5d940e4acd929915b1951def01ecdefa37 Author: Arthur Zamarin gentoo org> AuthorDate: Mon May 2 18:53:23 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon May 2 19:15:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f368c5d dev-python/ghp-import: add 2.1.0 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/ghp-import/Manifest | 1 + dev-python/ghp-import/ghp-import-2.1.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest index c63b91c70662..3f5bee879cf3 100644 --- a/dev-python/ghp-import/Manifest +++ b/dev-python/ghp-import/Manifest @@ -1 +1,2 @@ DIST ghp-import-2.0.2.tar.gz 10928 BLAKE2B 7479917284af9a8f8ac460f43d97c9d5fe29c4dc3663698e5b76e9ba1b0a7cdcd8d93fb1f112cdcfaa6689f70f280b4dc49c6f8e632784c11121f1fede1f8eaf SHA512 554c466f1275d905d7698539fe74b662f43c26b9497e83bc3615849ba2815dcbce6ae01fa14eb1c2245987ccc1b497afe175e3e0ddef3de561fc14ea24792d4e +DIST ghp-import-2.1.0.tar.gz 10943 BLAKE2B bccff70a8ca6c58a3c768b143b0545a61080a577dbbef3021233134b8536df1788ec9a88aa8454865cfb83491b70fc6fb53caf04514af3d7845204cf2b893cad SHA512 10665a1a6392fe047d1e42d7f107511b1a31de02625200e7db1c637f33dc8dc41ec71c2db4f562c6e94a4efb4836efef8a29177d953d99fe17a889169074050c diff --git a/dev-python/ghp-import/ghp-import-2.1.0.ebuild b/dev-python/ghp-import/ghp-import-2.1.0.ebuild new file mode 100644 index 000000000000..75edd4b67f0b --- /dev/null +++ b/dev-python/ghp-import/ghp-import-2.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 ~riscv ~x86" + +RDEPEND=" + >=dev-python/python-dateutil-2.8.1[${PYTHON_USEDEP}] +"