parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 6d735839cd5346969a50bb21953e9246479c68eb
parent ae6c03e60e3720b6bad5cf7fbcb80889960f7f3f
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 17 May 2022 11:11:29 +0200

dev-python/ghp-import: Update to 2.1.0

Diffstat:
Mdev-python/ghp-import/Manifest | 2+-
Ddev-python/ghp-import/ghp-import-1.1.0.ebuild | 19-------------------
Adev-python/ghp-import/ghp-import-2.1.0.ebuild | 19+++++++++++++++++++
3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest @@ -1 +1 @@ -DIST ghp-import-1.1.0.tar.gz 13041 BLAKE2B cc847b37df5bc3e9b2d9c1e79764a8a686a26a8d73905fd2cd45bb085b3ec70deba2d4b3b7cf26e7720b4462c16f91acaa49f628f771b1eb2f8e32c576f495bf SHA512 84fe3858bbab2fc7f0c934bd43cc221fc9d6d55eaa5834e84c9bca1d768776204488f6ca1fc063d3cfe30922d1a2c23ad5ac4441e5938d6978c7785e5d6cb685 +DIST ghp-import-2.1.0.tar.gz 10943 BLAKE2B bccff70a8ca6c58a3c768b143b0545a61080a577dbbef3021233134b8536df1788ec9a88aa8454865cfb83491b70fc6fb53caf04514af3d7845204cf2b893cad SHA512 10665a1a6392fe047d1e42d7f107511b1a31de02625200e7db1c637f33dc8dc41ec71c2db4f562c6e94a4efb4836efef8a29177d953d99fe17a889169074050c diff --git a/dev-python/ghp-import/ghp-import-1.1.0.ebuild b/dev-python/ghp-import/ghp-import-1.1.0.ebuild @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7..10} ) -inherit distutils-r1 - -DESCRIPTION="Easily import docs to your gh-pages branch" -HOMEPAGE="https://github.com/c-w/ghp-import https://pypi.org/project/ghp-import/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" diff --git a/dev-python/ghp-import/ghp-import-2.1.0.ebuild b/dev-python/ghp-import/ghp-import-2.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +inherit distutils-r1 + +DESCRIPTION="Easily import docs to your gh-pages branch" +HOMEPAGE="https://github.com/c-w/ghp-import https://pypi.org/project/ghp-import/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"