mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
oletools: remove py2
This commit is contained in:
parent
6f52a82ef6
commit
5b086defbc
1 changed files with 2 additions and 3 deletions
|
|
@ -1,15 +1,14 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A python tools to analyze MS OLE2 files and MS Office documents"
|
||||
HOMEPAGE="https://github.com/decalage2/oletools"
|
||||
#SRC_URI="https://github.com/decalage2/oletools/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
|
|
|||
Loading…
Reference in a new issue