mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
pefile: 1.2.10_p139 initial ebuild
This commit is contained in:
parent
0b43a0c854
commit
fbc1702d91
3 changed files with 25 additions and 0 deletions
1
dev-python/pefile/Manifest
Normal file
1
dev-python/pefile/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pefile-1.2.10-139.tar.gz 57322 SHA256 8b7c5d853c97a923d0f6e128d0ae76b962aa75fd608d552f5a32e46276908a16 SHA512 df8161a3d7659fdff26a21adc398063d909a4c0a390b6116b3d5ee293ee7d9363b524acf1b59a0758bf1556a842b35e78108e5df75433ed392b0813f98cf9d51 WHIRLPOOL f5315bfd9e2356c998a860ecc6249ae2dc5ba3b206199c86680d2e4840f47dd12d2b56dea8e61cdb6c633322b67c73a05069ffedcc739861418c0a7da4ade721
|
||||
23
dev-python/pefile/pefile-1.2.10_p139.ebuild
Normal file
23
dev-python/pefile/pefile-1.2.10_p139.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
MY_P=${P/_p/-}
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
|
||||
HOMEPAGE="https://github.com/erocarrera/pefile"
|
||||
SRC_URI="https://github.com/erocarrera/pefile/archive/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
|
@ -80,3 +80,4 @@
|
|||
|
||||
#required for vail
|
||||
~dev-python/symmetricjsonrpc-0.1.0
|
||||
~dev-python/pefile-1.2.10_p139
|
||||
|
|
|
|||
Loading…
Reference in a new issue