public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/aw-core/
@ 2022-06-12 17:59 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2022-06-12 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     702aa2dcd76c8344a7371ecae820b8f17afb45c7
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 17:59:14 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 12 17:59:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=702aa2dc

app-misc/aw-core: new package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/aw-core/aw-core-0.5.10.ebuild | 40 ++++++++++++++++++++++++++++++++++
 app-misc/aw-core/metadata.xml          |  8 +++++++
 2 files changed, 48 insertions(+)

diff --git a/app-misc/aw-core/aw-core-0.5.10.ebuild b/app-misc/aw-core/aw-core-0.5.10.ebuild
new file mode 100644
index 000000000..667582a51
--- /dev/null
+++ b/app-misc/aw-core/aw-core-0.5.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Core library for ActivityWatch"
+HOMEPAGE="https://activitywatch.net"
+LICENSE="MPL-2.0"
+
+inherit git-r3
+EGIT_REPO_URI="https://github.com/ActivityWatch/${PN}.git"
+EGI_COMMIT="v${PV}"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+	dev-python/appdirs[${PYTHON_USEDEP}]
+	dev-python/deprecation[${PYTHON_USEDEP}]
+	dev-python/iso8601[${PYTHON_USEDEP}]
+	dev-python/jsonschema[${PYTHON_USEDEP}]
+	dev-python/peewee[${PYTHON_USEDEP}]
+	dev-python/rfc3339-validator[${PYTHON_USEDEP}]
+	dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+	dev-python/TakeTheTime[${PYTHON_USEDEP}]
+	dev-python/timeslot[${PYTHON_USEDEP}]
+	dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+distutils_enable_tests pytest

diff --git a/app-misc/aw-core/metadata.xml b/app-misc/aw-core/metadata.xml
new file mode 100644
index 000000000..01c1fc848
--- /dev/null
+++ b/app-misc/aw-core/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>davidroman96@gmail.com</email>
+		<name>David Roman</name>
+	</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/aw-core/
@ 2022-06-12 18:10 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2022-06-12 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d85d0b9051d2151ed0ef37655b386619191c5cb9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 12 18:10:31 2022 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jun 12 18:10:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d85d0b90

app-misc/aw-core: fix

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/aw-core/{aw-core-0.5.10.ebuild => aw-core-0.11.0.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/aw-core/aw-core-0.5.10.ebuild b/app-misc/aw-core/aw-core-0.11.0.ebuild
similarity index 94%
rename from app-misc/aw-core/aw-core-0.5.10.ebuild
rename to app-misc/aw-core/aw-core-0.11.0.ebuild
index 667582a51..134177145 100644
--- a/app-misc/aw-core/aw-core-0.5.10.ebuild
+++ b/app-misc/aw-core/aw-core-0.11.0.ebuild
@@ -14,7 +14,7 @@ LICENSE="MPL-2.0"
 
 inherit git-r3
 EGIT_REPO_URI="https://github.com/ActivityWatch/${PN}.git"
-EGI_COMMIT="v${PV}"
+EGI_COMMIT="8aaa35376a4f0b270a1927dff4b4d34caee7707b"
 
 KEYWORDS="~amd64"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/aw-core/
@ 2022-06-13 10:49 Andrew Ammerlaan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-06-13 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b19fe9f04b1626b01c7c192ce5c2efefdff81691
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 10:49:37 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 10:49:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b19fe9f0

app-misc/aw-core: unkeyword 0.11.0 for ~amd64

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 app-misc/aw-core/aw-core-0.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/aw-core/aw-core-0.11.0.ebuild b/app-misc/aw-core/aw-core-0.11.0.ebuild
index 134177145..34e0cdad0 100644
--- a/app-misc/aw-core/aw-core-0.11.0.ebuild
+++ b/app-misc/aw-core/aw-core-0.11.0.ebuild
@@ -16,7 +16,7 @@ inherit git-r3
 EGIT_REPO_URI="https://github.com/ActivityWatch/${PN}.git"
 EGI_COMMIT="8aaa35376a4f0b270a1927dff4b4d34caee7707b"
 
-KEYWORDS="~amd64"
+KEYWORDS=""
 SLOT="0"
 IUSE="test"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/aw-core/
  2024-05-08 12:34 [gentoo-commits] repo/proj/guru:master commit in: app-misc/aw-core/ David Roman
@ 2024-05-08 12:34 ` David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-05-08 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     123b2c7525582a77e98aa2ffce079fac28aa6854
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 12:33:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 12:33:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=123b2c75

app-misc/aw-core: drop 0.11.0

Closes: https://bugs.gentoo.org/931353
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/aw-core/Manifest              |  1 -
 app-misc/aw-core/aw-core-0.11.0.ebuild | 41 ----------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-misc/aw-core/Manifest b/app-misc/aw-core/Manifest
index d79d8607c4..f911746582 100644
--- a/app-misc/aw-core/Manifest
+++ b/app-misc/aw-core/Manifest
@@ -1,2 +1 @@
-DIST aw-core-0.11.0.tar.gz 74757 BLAKE2B 192d5a101e9e01e8de65a5c2aa20a9636ff0476d294951f765b344889ff41ac2dbb0c8b5d2d1b884f96c963219541088b629794f1cf97c9b41c6bda29235c3ec SHA512 4d48d8debb12530c78ef09b1a12530bb10ab2caac4d2a7da1c642afffe26f08b9db60c21576b5d711fd10e47c9b905dbd3a2fb5f72998077e5f7393f9c6edde6
 DIST aw-core-0.5.16.tar.gz 70074 BLAKE2B 66cb3f8fcacd5273b393cda80a2df3c11d1ad083d28ac4e7334d36ee4c739564f6324830f6e572578a76ab4e08463e5a2ce65dd9e1b6db61f4b1b1ed5d93c6ac SHA512 58aa9242d5e1e9ff6bc64d1a74069c1c5713a49f975dccc8230752d8f182ff1f8ce492bd6bcadc87fcb0e84e3d7d92fbeeda4713d08b2bb58ec214521da67fbd

diff --git a/app-misc/aw-core/aw-core-0.11.0.ebuild b/app-misc/aw-core/aw-core-0.11.0.ebuild
deleted file mode 100644
index 017001ac42..0000000000
--- a/app-misc/aw-core/aw-core-0.11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-COMMIT="8aaa35376a4f0b270a1927dff4b4d34caee7707b"
-
-DESCRIPTION="Core library for ActivityWatch"
-HOMEPAGE="https://activitywatch.net"
-SRC_URI="https://github.com/ActivityWatch/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	dev-python/appdirs[${PYTHON_USEDEP}]
-	dev-python/deprecation[${PYTHON_USEDEP}]
-	dev-python/iso8601[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/peewee[${PYTHON_USEDEP}]
-	dev-python/rfc3339-validator[${PYTHON_USEDEP}]
-	dev-python/strict-rfc3339[${PYTHON_USEDEP}]
-	dev-python/TakeTheTime[${PYTHON_USEDEP}]
-	dev-python/timeslot[${PYTHON_USEDEP}]
-	dev-python/tomlkit[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-	${RDEPEND}
-"
-
-distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/aw-core/
@ 2024-05-08 12:34 David Roman
  0 siblings, 0 replies; 6+ messages in thread
From: David Roman @ 2024-05-08 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     35107328d751c9513ae0c5f019f24d82a8fc148b
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 12:32:54 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 12:32:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=35107328

app-misc/aw-core: add 0.5.16

versioning has been updated to the one used by upstream
for this component.

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/aw-core/Manifest              |  1 +
 app-misc/aw-core/aw-core-0.5.16.ebuild | 37 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-misc/aw-core/Manifest b/app-misc/aw-core/Manifest
index fa5c04de2f..d79d8607c4 100644
--- a/app-misc/aw-core/Manifest
+++ b/app-misc/aw-core/Manifest
@@ -1 +1,2 @@
 DIST aw-core-0.11.0.tar.gz 74757 BLAKE2B 192d5a101e9e01e8de65a5c2aa20a9636ff0476d294951f765b344889ff41ac2dbb0c8b5d2d1b884f96c963219541088b629794f1cf97c9b41c6bda29235c3ec SHA512 4d48d8debb12530c78ef09b1a12530bb10ab2caac4d2a7da1c642afffe26f08b9db60c21576b5d711fd10e47c9b905dbd3a2fb5f72998077e5f7393f9c6edde6
+DIST aw-core-0.5.16.tar.gz 70074 BLAKE2B 66cb3f8fcacd5273b393cda80a2df3c11d1ad083d28ac4e7334d36ee4c739564f6324830f6e572578a76ab4e08463e5a2ce65dd9e1b6db61f4b1b1ed5d93c6ac SHA512 58aa9242d5e1e9ff6bc64d1a74069c1c5713a49f975dccc8230752d8f182ff1f8ce492bd6bcadc87fcb0e84e3d7d92fbeeda4713d08b2bb58ec214521da67fbd

diff --git a/app-misc/aw-core/aw-core-0.5.16.ebuild b/app-misc/aw-core/aw-core-0.5.16.ebuild
new file mode 100644
index 0000000000..9bc95dde01
--- /dev/null
+++ b/app-misc/aw-core/aw-core-0.5.16.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Core library for ActivityWatch"
+HOMEPAGE="https://activitywatch.net"
+SRC_URI="https://github.com/ActivityWatch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	dev-python/appdirs[${PYTHON_USEDEP}]
+	dev-python/deprecation[${PYTHON_USEDEP}]
+	dev-python/iso8601[${PYTHON_USEDEP}]
+	dev-python/jsonschema[${PYTHON_USEDEP}]
+	dev-python/peewee[${PYTHON_USEDEP}]
+	dev-python/rfc3339-validator[${PYTHON_USEDEP}]
+	dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+	dev-python/TakeTheTime[${PYTHON_USEDEP}]
+	dev-python/timeslot[${PYTHON_USEDEP}]
+	dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+	${RDEPEND}
+"
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:master commit in: app-misc/aw-core/
@ 2024-05-08 12:34 David Roman
  2024-05-08 12:34 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  0 siblings, 1 reply; 6+ messages in thread
From: David Roman @ 2024-05-08 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     123b2c7525582a77e98aa2ffce079fac28aa6854
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed May  8 12:33:55 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed May  8 12:33:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=123b2c75

app-misc/aw-core: drop 0.11.0

Closes: https://bugs.gentoo.org/931353
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 app-misc/aw-core/Manifest              |  1 -
 app-misc/aw-core/aw-core-0.11.0.ebuild | 41 ----------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-misc/aw-core/Manifest b/app-misc/aw-core/Manifest
index d79d8607c4..f911746582 100644
--- a/app-misc/aw-core/Manifest
+++ b/app-misc/aw-core/Manifest
@@ -1,2 +1 @@
-DIST aw-core-0.11.0.tar.gz 74757 BLAKE2B 192d5a101e9e01e8de65a5c2aa20a9636ff0476d294951f765b344889ff41ac2dbb0c8b5d2d1b884f96c963219541088b629794f1cf97c9b41c6bda29235c3ec SHA512 4d48d8debb12530c78ef09b1a12530bb10ab2caac4d2a7da1c642afffe26f08b9db60c21576b5d711fd10e47c9b905dbd3a2fb5f72998077e5f7393f9c6edde6
 DIST aw-core-0.5.16.tar.gz 70074 BLAKE2B 66cb3f8fcacd5273b393cda80a2df3c11d1ad083d28ac4e7334d36ee4c739564f6324830f6e572578a76ab4e08463e5a2ce65dd9e1b6db61f4b1b1ed5d93c6ac SHA512 58aa9242d5e1e9ff6bc64d1a74069c1c5713a49f975dccc8230752d8f182ff1f8ce492bd6bcadc87fcb0e84e3d7d92fbeeda4713d08b2bb58ec214521da67fbd

diff --git a/app-misc/aw-core/aw-core-0.11.0.ebuild b/app-misc/aw-core/aw-core-0.11.0.ebuild
deleted file mode 100644
index 017001ac42..0000000000
--- a/app-misc/aw-core/aw-core-0.11.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-COMMIT="8aaa35376a4f0b270a1927dff4b4d34caee7707b"
-
-DESCRIPTION="Core library for ActivityWatch"
-HOMEPAGE="https://activitywatch.net"
-SRC_URI="https://github.com/ActivityWatch/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-S="${WORKDIR}/${PN}-${COMMIT}"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-	dev-python/appdirs[${PYTHON_USEDEP}]
-	dev-python/deprecation[${PYTHON_USEDEP}]
-	dev-python/iso8601[${PYTHON_USEDEP}]
-	dev-python/jsonschema[${PYTHON_USEDEP}]
-	dev-python/peewee[${PYTHON_USEDEP}]
-	dev-python/rfc3339-validator[${PYTHON_USEDEP}]
-	dev-python/strict-rfc3339[${PYTHON_USEDEP}]
-	dev-python/TakeTheTime[${PYTHON_USEDEP}]
-	dev-python/timeslot[${PYTHON_USEDEP}]
-	dev-python/tomlkit[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-	${RDEPEND}
-"
-
-distutils_enable_tests pytest


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

end of thread, other threads:[~2024-05-08 12:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-08 12:34 [gentoo-commits] repo/proj/guru:master commit in: app-misc/aw-core/ David Roman
2024-05-08 12:34 ` [gentoo-commits] repo/proj/guru:dev " David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 12:34 David Roman
2022-06-13 10:49 Andrew Ammerlaan
2022-06-12 18:10 David Roman
2022-06-12 17:59 David Roman

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