1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

dev-python/ftfy: Port to EAPI 7, Bump to 5.6

This commit is contained in:
2020-01-05 18:17:54 +01:00
parent 6868e3e4f8
commit 5a5825d600
4 changed files with 37 additions and 4 deletions

View File

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