1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 13:52:40 +01:00

dev-python/wikipedia: Port to EAPI 7

This commit is contained in:
2020-01-05 18:23:52 +01:00
parent 5a5825d600
commit e95d8622ce
2 changed files with 4 additions and 5 deletions

View File

@@ -1,10 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy )
inherit distutils-r1