public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/timew-report/
@ 2022-03-07 17:39 Steve Arnold
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Arnold @ 2022-03-07 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     64df43608473eea5224219df826be895aaa2d460
Author:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  7 17:38:51 2022 +0000
Commit:     Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Mon Mar  7 17:38:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64df4360

app-misc/timew-report: new ebuild for building custom report output

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Steve Arnold <nerdboy <AT> gentoo.org>

 app-misc/timew-report/Manifest                  |  1 +
 app-misc/timew-report/metadata.xml              | 16 +++++++++++++
 app-misc/timew-report/timew-report-1.4.0.ebuild | 30 +++++++++++++++++++++++++
 3 files changed, 47 insertions(+)

diff --git a/app-misc/timew-report/Manifest b/app-misc/timew-report/Manifest
new file mode 100644
index 000000000000..3adcf730f41a
--- /dev/null
+++ b/app-misc/timew-report/Manifest
@@ -0,0 +1 @@
+DIST timew-report-1.4.0.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8

diff --git a/app-misc/timew-report/metadata.xml b/app-misc/timew-report/metadata.xml
new file mode 100644
index 000000000000..93dc8a6362d8
--- /dev/null
+++ b/app-misc/timew-report/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>nerdboy@gentoo.org</email>
+		<name>Steve Arnold</name>
+	</maintainer>
+	<longdescription lang="en">
+		timew-report is an interface for generating custom reports
+		from timewarrior tracking data (drop your python scripts in
+		the timew extensions directory).
+	</longdescription>
+	<upstream>
+		<remote-id type="github"> lauft/timew-report</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-misc/timew-report/timew-report-1.4.0.ebuild b/app-misc/timew-report/timew-report-1.4.0.ebuild
new file mode 100644
index 000000000000..222a707352ae
--- /dev/null
+++ b/app-misc/timew-report/timew-report-1.4.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="An interface for Timewarrior report data"
+HOMEPAGE="https://github.com/lauft/timew-report"
+SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="${PYTHON_DEPS}
+	app-misc/timew"
+
+DEPEND="${PYTHON_DEPS}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/deprecation[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+	test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
+"
+
+RESTRICT="!test? ( test )"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/timew-report/
@ 2023-04-09 16:19 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-04-09 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     59a523ebedce6fde24e1faf2b22cc4732e755269
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 16:18:20 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 16:18:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a523eb

app-misc/timew-report: Fix remote-ids

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/timew-report/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/timew-report/metadata.xml b/app-misc/timew-report/metadata.xml
index 93dc8a6362d8..f17f39e694ec 100644
--- a/app-misc/timew-report/metadata.xml
+++ b/app-misc/timew-report/metadata.xml
@@ -11,6 +11,7 @@
 		the timew extensions directory).
 	</longdescription>
 	<upstream>
-		<remote-id type="github"> lauft/timew-report</remote-id>
+		<remote-id type="github">lauft/timew-report</remote-id>
+		<remote-id type="pypi">timew-report</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/timew-report/
@ 2023-04-09 16:19 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2023-04-09 16:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1796f294570cda0fece20e6e1145ee2c2b5d30e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 16:08:02 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 16:09:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1796f294

app-misc/timew-report: EAPI, PEP517, py3.11

Closes: https://bugs.gentoo.org/896600
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/timew-report/Manifest                     |  1 +
 app-misc/timew-report/timew-report-1.4.0-r1.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/timew-report/Manifest b/app-misc/timew-report/Manifest
index 3adcf730f41a..e0eacf9f7372 100644
--- a/app-misc/timew-report/Manifest
+++ b/app-misc/timew-report/Manifest
@@ -1 +1,2 @@
+DIST timew-report-1.4.0.gh.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8
 DIST timew-report-1.4.0.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8

diff --git a/app-misc/timew-report/timew-report-1.4.0-r1.ebuild b/app-misc/timew-report/timew-report-1.4.0-r1.ebuild
new file mode 100644
index 000000000000..7a298dbc18c1
--- /dev/null
+++ b/app-misc/timew-report/timew-report-1.4.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="An interface for Timewarrior report data"
+HOMEPAGE="
+	https://github.com/lauft/timew-report/
+	https://pypi.org/project/timew-report/
+"
+SRC_URI="
+	https://github.com/lauft/timew-report/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	app-misc/timew
+"
+BDEPEND="
+	dev-python/deprecation[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/timew-report/
@ 2024-05-28 15:27 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-05-28 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     543a9c3ac738ba5f28f85da9eb888b4dffed570c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 15:05:48 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 15:27:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543a9c3a

app-misc/timew-report: Enable py3.12

Closes: https://bugs.gentoo.org/929342
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/timew-report/timew-report-1.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/timew-report/timew-report-1.4.0-r1.ebuild b/app-misc/timew-report/timew-report-1.4.0-r1.ebuild
index 7a298dbc18c1..f2280d749a26 100644
--- a/app-misc/timew-report/timew-report-1.4.0-r1.ebuild
+++ b/app-misc/timew-report/timew-report-1.4.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/timew-report/
@ 2024-05-28 15:27 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2024-05-28 15:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c353d97e837b8f1b841e201bf9c5cb80315c6ce8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 15:02:54 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 15:27:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c353d97e

app-misc/timew-report: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-misc/timew-report/Manifest                  |  1 -
 app-misc/timew-report/timew-report-1.4.0.ebuild | 30 -------------------------
 2 files changed, 31 deletions(-)

diff --git a/app-misc/timew-report/Manifest b/app-misc/timew-report/Manifest
index e0eacf9f7372..5ebfefad4503 100644
--- a/app-misc/timew-report/Manifest
+++ b/app-misc/timew-report/Manifest
@@ -1,2 +1 @@
 DIST timew-report-1.4.0.gh.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8
-DIST timew-report-1.4.0.tar.gz 6815 BLAKE2B a0529f575d324a92955eef2b94f302fc61fd09f9b85a092e4b7c5993c1710a189007be900e212bc15a3a29db73feb14d246e2f78a5e2965e26eec05204cc1e34 SHA512 bb1144b0268788c569fef68d10e16311e09f390e66992e71d850ef241de21c3cb67b8f696d776e673856ef53f5205873970b1fc2e06b62696181074090bd58a8

diff --git a/app-misc/timew-report/timew-report-1.4.0.ebuild b/app-misc/timew-report/timew-report-1.4.0.ebuild
deleted file mode 100644
index b1f916e049b9..000000000000
--- a/app-misc/timew-report/timew-report-1.4.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="An interface for Timewarrior report data"
-HOMEPAGE="https://github.com/lauft/timew-report"
-SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="${PYTHON_DEPS}
-	app-misc/timew"
-
-DEPEND="${PYTHON_DEPS}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/deprecation[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-RESTRICT="!test? ( test )"
-
-distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-28 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-09 16:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/timew-report/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 15:27 Michał Górny
2024-05-28 15:27 Michał Górny
2023-04-09 16:19 Michał Górny
2022-03-07 17:39 Steve Arnold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox