Home
       tdev-python/pycoin: Remove. - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 8ee207edd529b47ea52a07359a2c880130b9c5e1
   DIR parent 7f1d1c6b2549a94101bad225f86f16df763c2769
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Thu, 22 Jun 2017 13:47:39 +0200
       
       dev-python/pycoin: Remove.
       
       Diffstat:
         M README.md                           |       2 --
         D dev-python/pycoin/Manifest          |       1 -
         D dev-python/pycoin/pycoin-0.77.ebui… |      27 ---------------------------
       
       3 files changed, 0 insertions(+), 30 deletions(-)
       ---
   DIR diff --git a/README.md b/README.md
       t@@ -17,8 +17,6 @@ Yet another Gentoo overlay
        ├── app-misc
        │   ├── tbt
        │   └── whatmp3
       -├── dev-python
       -│   └── pycoin
        ├── dev-util
        │   └── ltrace
        ├── metadata
   DIR diff --git a/dev-python/pycoin/Manifest b/dev-python/pycoin/Manifest
       t@@ -1 +0,0 @@
       -DIST pycoin-0.77.tar.gz 110661 SHA256 c5e2fe86690e72b63000f4cf363851116cb7b96e8eb77b69b710e718d2e251de SHA512 d8cb2f7ffadca090a3e4003f0e4edca8d131a400f48fe229d9a5abcb5c16e99974704159315166516fa8bfb5d8479d7f52bf996762cf7603615fa884b68d71c6 WHIRLPOOL 895d6776ff4aaac5f7a3225360335ce67b25f27bc1ccefcb2a1e021f6e7dbeffc11aaa6be5236d220ff94a4934e7c629e22c760c307b96cbb712f9e4dd8fbd37
   DIR diff --git a/dev-python/pycoin/pycoin-0.77.ebuild b/dev-python/pycoin/pycoin-0.77.ebuild
       t@@ -1,27 +0,0 @@
       -# Copyright 2013 Gentoo Foundation
       -# Distributed under the terms of the GNU General Public License v2
       -
       -EAPI=6
       -
       -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
       -
       -inherit distutils-r1
       -
       -DESCRIPTION="Python Bitcoin Utilities"
       -HOMEPAGE="https://pypi.python.org/pypi/pycoin
       -https://github.com/richardkiss/pycoin"
       -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
       -
       -LICENSE="MIT"
       -SLOT="0"
       -KEYWORDS="~amd64 ~x86"
       -IUSE=""
       -
       -src_prepare() {
       -        default
       -        sed -i 's/import distutils.core/from setuptools import setup/' setup.py
       -        sed -i 's/distutils.core.setup/setup/' setup.py
       -}
       -
       -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
       -RDEPEND=""