Сравнение timew-report-1.4.0 с timew-report-1.4.0-r1
/usr/portage/app-misc/timew-report/timew-report-1.4.0-r1.ebuild 2023-10-09 14:52:28.824368333 +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 |
|
4 |
EAPI=8 |
|
5 | ||
6 |
DISTUTILS_USE_PEP517=setuptools |
|
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
5 | 8 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
7 | 9 |
inherit distutils-r1 |
8 | 10 | |
9 | 11 |
DESCRIPTION="An interface for Timewarrior report data" |
10 |
HOMEPAGE="https://github.com/lauft/timew-report" |
|
11 |
SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
12 |
HOMEPAGE=" |
|
13 |
https://github.com/lauft/timew-report/ |
|
14 |
https://pypi.org/project/timew-report/ |
|
15 |
" |
|
16 |
SRC_URI=" |
|
17 |
https://github.com/lauft/timew-report/archive/v${PV}.tar.gz |
|
18 |
-> ${P}.gh.tar.gz |
|
19 |
" |
|
12 | 20 | |
13 | 21 |
LICENSE="MIT" |
14 | 22 |
SLOT="0" |
15 | 23 |
KEYWORDS="~amd64 ~x86" |
16 |
IUSE="test" |
|
17 | 24 | |
18 |
RDEPEND="${PYTHON_DEPS} |
|
19 |
app-misc/timew" |
|
20 | ||
21 |
DEPEND="${PYTHON_DEPS} |
|
22 |
dev-python/setuptools[${PYTHON_USEDEP}] |
|
25 |
RDEPEND=" |
|
26 |
app-misc/timew |
|
27 |
" |
|
28 |
BDEPEND=" |
|
23 | 29 |
dev-python/deprecation[${PYTHON_USEDEP}] |
24 | 30 |
dev-python/python-dateutil[${PYTHON_USEDEP}] |
25 |
test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] ) |
|
26 | 31 |
" |
27 | 32 | |
28 |
RESTRICT="!test? ( test )" |
|
29 | ||
30 | 33 |
distutils_enable_tests pytest |