Home
       tdev-python/ghp-import: Update to 2.1.0 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 6d735839cd5346969a50bb21953e9246479c68eb
   DIR parent ae6c03e60e3720b6bad5cf7fbcb80889960f7f3f
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 17 May 2022 11:11:29 +0200
       
       dev-python/ghp-import: Update to 2.1.0
       
       Diffstat:
         M dev-python/ghp-import/Manifest      |       2 +-
         D dev-python/ghp-import/ghp-import-1… |      19 -------------------
         A dev-python/ghp-import/ghp-import-2… |      19 +++++++++++++++++++
       
       3 files changed, 20 insertions(+), 20 deletions(-)
       ---
   DIR diff --git a/dev-python/ghp-import/Manifest b/dev-python/ghp-import/Manifest
       t@@ -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
   DIR diff --git a/dev-python/ghp-import/ghp-import-1.1.0.ebuild b/dev-python/ghp-import/ghp-import-1.1.0.ebuild
       t@@ -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}"
   DIR diff --git a/dev-python/ghp-import/ghp-import-2.1.0.ebuild b/dev-python/ghp-import/ghp-import-2.1.0.ebuild
       t@@ -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}"