mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 15:20:56 +02:00
pefile: 2018.8.8 bump
This commit is contained in:
parent
ea3cb53167
commit
d73a1fb3ca
2 changed files with 20 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST pefile-2017.5.26.tar.gz 60766 BLAKE2B efc8ca712ce0f966330c4b76d857f69b93ed0677c404874a6ee0037745a9758c8a7e81c35957e4eb125dfc3151562ab2d22435a791e522e57a788520533eaefa SHA512 e6e0f707db8c7b3bf81311342878fd0b0d0b7e9a3c0a7fcd3f940354637318cb2fe4aa13af6e41d689b8d3265ff73c99e6b532b4d797d06aa20b25110b394652
|
||||
DIST pefile-2017.9.3.tar.gz 61722 BLAKE2B 8b1d35e9f6e14e1faa81aa5e81bc86ff319da07c760c6433d19266b58086f1f70bc4f343de6d40e6b2846b139a23632e4ffe6716d967ac0b38718ac1c829f81e SHA512 aa8a92053eab156d70c719dee978f2f1b65debbceb151b9b9eca21f610f02bd47d65668bfc17cac5a95cacca67cf720e64c758e2dc1cb8d45fc46bf46086f4a6
|
||||
DIST pefile-2018.8.8.tar.gz 62505 BLAKE2B 767b236342708d349085118ff4f0ce0c3a466e0634ca3304cdb28bcfad718b1cb42256e707a7ef8faa6abc1d7fccb8bdf22d5e319c698ad5208b6afa9aa1a7e7 SHA512 44e8ed40f03e795badcc17cc6567165b3430aa80034f1b02b35fc15c94ce6b544ac195dedcea5858664c169fc4241e999df09a36f1a8a6635ce536af40284d29
|
||||
|
|
|
|||
19
dev-python/pefile/pefile-2018.8.8.ebuild
Normal file
19
dev-python/pefile/pefile-2018.8.8.ebuild
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
inherit distutils-r1 eutils
|
||||
|
||||
DESCRIPTION="Module to read and work with Portable Executable (PE) files"
|
||||
HOMEPAGE="https://github.com/erocarrera/pefile"
|
||||
SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/future"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue