mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
lazagne: remove py2
This commit is contained in:
parent
2974e584bc
commit
c3f0b0299d
2 changed files with 8 additions and 6 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# 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} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit python-r1
|
||||
|
||||
|
|
@ -24,7 +25,6 @@ else
|
|||
S="${WORKDIR}/LaZagne-${PV}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
|
||||
# using bundled memorypy instead dev-python/memorpy
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
# 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} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit python-r1
|
||||
|
||||
|
|
@ -24,7 +25,6 @@ else
|
|||
S="${WORKDIR}/LaZagne-${PV}"
|
||||
fi
|
||||
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
|
||||
# using bundled memorypy instead dev-python/memorpy
|
||||
|
|
@ -34,6 +34,8 @@ RDEPEND="${PYTHON_DEPS}
|
|||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
#PATCHES=( "${FILESDIR}"/${P}_fix_attributeerror.patch )
|
||||
|
||||
src_install() {
|
||||
dodoc README.md CHANGELOG
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue