Skip to content

Commit 5347099

Browse files
committed
app-misc/timew-report: rev-bump to go py313
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent 52d2de2 commit 5347099

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

app-misc/timew-report/Manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DIST timew-report-1.4.0.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8
1+
DIST timew-report-1.4.0.gh.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8

app-misc/timew-report/timew-report-1.4.0.ebuild renamed to app-misc/timew-report/timew-report-1.4.0-r2.ebuild

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 1999-2024 Gentoo Authors
1+
# Copyright 1999-2025 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
@@ -9,17 +9,23 @@ PYTHON_COMPAT=( python3_{10..13} )
99
inherit distutils-r1
1010

1111
DESCRIPTION="An interface for Timewarrior report data"
12-
HOMEPAGE="https://github.com/lauft/timew-report"
13-
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+
"
1420

1521
LICENSE="MIT"
1622
SLOT="0"
17-
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
23+
KEYWORDS="~amd64 ~x86"
1824

19-
RDEPEND="${PYTHON_DEPS}
20-
app-misc/timew"
21-
22-
DEPEND="${PYTHON_DEPS}
25+
RDEPEND="
26+
app-misc/timew
27+
"
28+
BDEPEND="
2329
dev-python/deprecation[${PYTHON_USEDEP}]
2430
dev-python/python-dateutil[${PYTHON_USEDEP}]
2531
"

0 commit comments

Comments
 (0)