mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
pefile: 2019.4.14 bump
This commit is contained in:
parent
1d62d72722
commit
7f26e7dfd0
4 changed files with 5 additions and 25 deletions
|
|
@ -1,3 +1,2 @@
|
|||
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
|
||||
DIST pefile-2019.4.14.tar.gz 62331 BLAKE2B a39cce81503101269b18dfa29e4f86f489e34425b80704250a6644561d356d78755579db52949683ad1385b5bcae077f19853584d1227d96378d25f1b3a7a361 SHA512 6529638feb2f749024acaa428982f77616408f3d5b0924be947490a11b460957bcc03b8c7bf4520778cb277e304be587ca729990724fcec95c8ad99015174751
|
||||
|
|
|
|||
|
|
@ -1,19 +0,0 @@
|
|||
# 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}"
|
||||
|
|
@ -12,7 +12,7 @@ SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/future"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
inherit distutils-r1 eutils
|
||||
|
|
@ -12,7 +12,7 @@ SRC_URI="https://github.com/erocarrera/pefile/releases/download/v${PV}/${P}.tar.
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/future"
|
||||
Loading…
Reference in a new issue