lazagne: remove py2

This commit is contained in:
Yury Martynov 2020-02-13 13:42:43 +03:00
parent 2974e584bc
commit c3f0b0299d
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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