Сравнение lyricwikia-0.1.11-r1 с lyricwikia-0.1.11-r2
/usr/portage/net-misc/lyricwikia/lyricwikia-0.1.11-r2.ebuild 2023-10-09 14:52:34.660368480 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
5 | ||
6 |
PYTHON_COMPAT=( python3_{10..11} ) |
|
4 |
EAPI=8 |
|
7 | 5 | |
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 |
DISTUTILS_USE_PEP517=setuptools |
|
8 | 8 |
inherit distutils-r1 |
9 | 9 | |
10 | 10 |
DESCRIPTION="Python API to get song lyrics from LyricWikia" |