olefile: remove in gentoo's favour

This commit is contained in:
blshkv 2017-09-03 10:17:50 +08:00
parent 900c6c4e65
commit 9787986eed
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 0 additions and 21 deletions

View file

@ -1 +0,0 @@
DIST olefile-0.44.zip 74147 SHA256 61f2ca0cd0aa77279eb943c07f607438edf374096b66332fae1ee64a6f0f73ad SHA512 096450638b21882d462ceb6c60ece2e603318f7f4783414ed33b45e3dbbf38a60f763144b14df6685a0d55cc034cf16f82a0f8ed8773fe9a7d10d6bf32d4edfc WHIRLPOOL 9a95b2641ba2671c082b6a686f81ae9b46e8f8e5af7cab0301a1f5663954e32888ebd0e7ae2de97532344c62704793784fe6f90376f00a81f40221a808caa211

View file

@ -1,20 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_{3,4,5,6}} )
inherit distutils-r1
DESCRIPTION="Python package to parse, read and write Microsoft OLE2 files"
HOMEPAGE="https://pypi.python.org/pypi/olefile"
SRC_URI="mirror://pypi/$(echo ${PN} | cut -c 1)/${PN}/${P}.zip"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"