parlay

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

commit 7e083545760dcff91ec96c52f2a3b5383173e2c4
parent 6d735839cd5346969a50bb21953e9246479c68eb
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 17 May 2022 11:13:43 +0200

dev-python/python-bitcoinlib: Update to 9999 ebuild.

Diffstat:
Ddev-python/python-bitcoinlib/Manifest | 1-
Ddev-python/python-bitcoinlib/python-bitcoinlib-0.11.0.ebuild | 19-------------------
Adev-python/python-bitcoinlib/python-bitcoinlib-9999.ebuild | 20++++++++++++++++++++
3 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-python/python-bitcoinlib/Manifest b/dev-python/python-bitcoinlib/Manifest @@ -1 +0,0 @@ -DIST python-bitcoinlib-0.11.0.tar.gz 150107 BLAKE2B ce343611203c55421ac757b7d446f27548e992e75cbda7a477099661b3a3723f8550ad9d872ac86e47fddeb3a07b09cf993d057b6f39fc942dfaaade997afd88 SHA512 7898401275f64a6b4dd9fce1bfcfaf2c0c9103f35a18fe1f3e54eaea4b1311227f1711a0aaf9bc2749c158bc3f7b9c0cb9f7a5bd4d9cf7a9e7f3591320d6c072 diff --git a/dev-python/python-bitcoinlib/python-bitcoinlib-0.11.0.ebuild b/dev-python/python-bitcoinlib/python-bitcoinlib-0.11.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="The Swiss Army Knife of the Bitcoin protocol" -HOMEPAGE="https://github.com/petertodd/python-bitcoinlib https://pypi.org/project/python-bitcoinlib/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" diff --git a/dev-python/python-bitcoinlib/python-bitcoinlib-9999.ebuild b/dev-python/python-bitcoinlib/python-bitcoinlib-9999.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..11} ) +inherit distutils-r1 git-r3 + +DESCRIPTION="The Swiss Army Knife of the Bitcoin protocol" +HOMEPAGE="https://github.com/petertodd/python-bitcoinlib https://pypi.org/project/python-bitcoinlib/" +#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +EGIT_REPO_URI="https://github.com/petertodd/python-bitcoinlib" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"