public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/
@ 2023-03-15 17:27 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2023-03-15 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     59766cf169d4460e285a0867d495892341bcabbe
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Mar 15 17:25:48 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Mar 15 17:27:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59766cf1

app-text/dooit: new package, add 1.0.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/Manifest           |  1 +
 app-text/dooit/dooit-1.0.0.ebuild | 27 +++++++++++++++++++++++++++
 app-text/dooit/metadata.xml       | 12 ++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
new file mode 100644
index 000000000..aa38fe333
--- /dev/null
+++ b/app-text/dooit/Manifest
@@ -0,0 +1 @@
+DIST v1.0.0.gh.tar.gz 49820 BLAKE2B 34f2cf0bbec72442d37d6f1dece847b1ae5744c2ccc3364b9d850382bdf4571e88bd6afb2312d0989a25ddd3cdbf2bad4aa4d07843a612823af2200b0b3c0b52 SHA512 295a2bf7e357da912982020312dcfaf183eb4c6a430865d86231ccac71efa2f95c11e4fbbf1b1dc255ad7d461a71f6a45d8bc51bfcfa8589724db1519e6e0836

diff --git a/app-text/dooit/dooit-1.0.0.ebuild b/app-text/dooit/dooit-1.0.0.ebuild
new file mode 100644
index 000000000..fcc7c30b8
--- /dev/null
+++ b/app-text/dooit/dooit-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A TUI todo manager"
+HOMEPAGE="https://github.com/kraanzu/dooit https://pypi.org/project/dooit/"
+SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> v${PV}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	dev-python/textual[${PYTHON_USEDEP}]
+	dev-python/py-nanoid[${PYTHON_USEDEP}]
+	dev-python/pyperclip[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]
+	dev-python/dateparser[${PYTHON_USEDEP}]
+	dev-python/tzlocal[${PYTHON_USEDEP}]
+	dev-python/appdirs[${PYTHON_USEDEP}]
+"
+DEPEND="${BDEPEND}"

diff --git a/app-text/dooit/metadata.xml b/app-text/dooit/metadata.xml
new file mode 100644
index 000000000..efe0a86a5
--- /dev/null
+++ b/app-text/dooit/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gasc@eurecom.fr</email>
+		<name>Gasc Henri</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">dooit</remote-id>
+		<remote-id type="github">kraanzu/dooit</remote-id>
+	</upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/
@ 2023-12-01 20:50 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2023-12-01 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6e19a5eb0a6c938e580e204f0a39d69440b7e7df
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Dec  1 19:15:15 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri Dec  1 20:50:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e19a5eb

app-text/dooit: add 2.1.0, drop 1.0.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/Manifest                                   |  2 +-
 app-text/dooit/{dooit-1.0.0.ebuild => dooit-2.1.0.ebuild} | 15 ++++++++-------
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
index aa38fe3330..dcdfae28af 100644
--- a/app-text/dooit/Manifest
+++ b/app-text/dooit/Manifest
@@ -1 +1 @@
-DIST v1.0.0.gh.tar.gz 49820 BLAKE2B 34f2cf0bbec72442d37d6f1dece847b1ae5744c2ccc3364b9d850382bdf4571e88bd6afb2312d0989a25ddd3cdbf2bad4aa4d07843a612823af2200b0b3c0b52 SHA512 295a2bf7e357da912982020312dcfaf183eb4c6a430865d86231ccac71efa2f95c11e4fbbf1b1dc255ad7d461a71f6a45d8bc51bfcfa8589724db1519e6e0836
+DIST dooit-2.1.0.gh.tar.gz 71329 BLAKE2B 2e2a4b6ce349fdbbac02cf532871716ed7a9520653bd30340bdcbf2fa4bf3e5e74360fc4c764d2a5a868f0f794d61deb72313f6fed2548a281328f97307ab1a0 SHA512 fb59ca160999c4f188d8369997134807b214d6ce9bdf04c4407a05eff7cb7037d4dc6075a16443f6482e32268d322b74f0ae6611c30be11457fb7ca4d755cec5

diff --git a/app-text/dooit/dooit-1.0.0.ebuild b/app-text/dooit/dooit-2.1.0.ebuild
similarity index 75%
rename from app-text/dooit/dooit-1.0.0.ebuild
rename to app-text/dooit/dooit-2.1.0.ebuild
index fcc7c30b8a..e7dbd5b139 100644
--- a/app-text/dooit/dooit-1.0.0.ebuild
+++ b/app-text/dooit/dooit-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,18 +10,19 @@ inherit distutils-r1
 
 DESCRIPTION="A TUI todo manager"
 HOMEPAGE="https://github.com/kraanzu/dooit https://pypi.org/project/dooit/"
-SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> v${PV}.gh.tar.gz"
+SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
-	dev-python/textual[${PYTHON_USEDEP}]
-	dev-python/py-nanoid[${PYTHON_USEDEP}]
+	dev-python/appdirs[${PYTHON_USEDEP}]
+	dev-python/python-dateutil[${PYTHON_USEDEP}]
 	dev-python/pyperclip[${PYTHON_USEDEP}]
+	dev-python/rich[${PYTHON_USEDEP}]
+	dev-python/textual[${PYTHON_USEDEP}]
 	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/dateparser[${PYTHON_USEDEP}]
 	dev-python/tzlocal[${PYTHON_USEDEP}]
-	dev-python/appdirs[${PYTHON_USEDEP}]
 "
-DEPEND="${BDEPEND}"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/
@ 2023-12-01 20:51 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2023-12-01 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0bee32dc805b1aacbbf39ecdfed3e30a6e78bd34
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Fri Dec  1 20:50:54 2023 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Fri Dec  1 20:50:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bee32dc

app-text/dooit: enable py3.12

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/dooit-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dooit/dooit-2.1.0.ebuild b/app-text/dooit/dooit-2.1.0.ebuild
index e7dbd5b139..15944f396b 100644
--- a/app-text/dooit/dooit-2.1.0.ebuild
+++ b/app-text/dooit/dooit-2.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/
@ 2024-01-10 14:49 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2024-01-10 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cdfe6334260f58fabff6a18150cb92031ac74aec
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Jan 10 14:49:17 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Jan 10 14:49:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdfe6334

app-text/dooit: add 2.1.1, drop 2.1.0

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/Manifest           |  2 +-
 app-text/dooit/dooit-2.1.0.ebuild | 28 ----------------------------
 app-text/dooit/dooit-2.1.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 29 deletions(-)

diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
index dcdfae28af..50b6f474f4 100644
--- a/app-text/dooit/Manifest
+++ b/app-text/dooit/Manifest
@@ -1 +1 @@
-DIST dooit-2.1.0.gh.tar.gz 71329 BLAKE2B 2e2a4b6ce349fdbbac02cf532871716ed7a9520653bd30340bdcbf2fa4bf3e5e74360fc4c764d2a5a868f0f794d61deb72313f6fed2548a281328f97307ab1a0 SHA512 fb59ca160999c4f188d8369997134807b214d6ce9bdf04c4407a05eff7cb7037d4dc6075a16443f6482e32268d322b74f0ae6611c30be11457fb7ca4d755cec5
+DIST dooit-2.1.1.gh.tar.gz 68111 BLAKE2B 1fc36083e0d5e62ad08f77ecdede7806e47ec54aa611130861d5590cdde8d58db2a014fcb57b4a3a7795984141f309b8d40ba23ae319e8b8c99ee03fe1144705 SHA512 69e198c2499e6475638772c62d7d939f5128a31c2c32192a72d26d9fe344c08efc135e405832f9a91689068c27dd325de332877629a14fbe6268889afa89dbde

diff --git a/app-text/dooit/dooit-2.1.0.ebuild b/app-text/dooit/dooit-2.1.0.ebuild
deleted file mode 100644
index 15944f396b..0000000000
--- a/app-text/dooit/dooit-2.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 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="A TUI todo manager"
-HOMEPAGE="https://github.com/kraanzu/dooit https://pypi.org/project/dooit/"
-SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/appdirs[${PYTHON_USEDEP}]
-	dev-python/python-dateutil[${PYTHON_USEDEP}]
-	dev-python/pyperclip[${PYTHON_USEDEP}]
-	dev-python/rich[${PYTHON_USEDEP}]
-	dev-python/textual[${PYTHON_USEDEP}]
-	dev-python/pyyaml[${PYTHON_USEDEP}]
-	dev-python/tzlocal[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

diff --git a/app-text/dooit/dooit-2.1.1.ebuild b/app-text/dooit/dooit-2.1.1.ebuild
new file mode 100644
index 0000000000..acbe9cf9cf
--- /dev/null
+++ b/app-text/dooit/dooit-2.1.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 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="A TUI todo manager"
+HOMEPAGE="https://github.com/kraanzu/dooit https://pipy.org/project/dooit"
+SRC_URI="https://github.com/kraanzu/dooit/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-python/pyperclip-1.8.2[${PYTHON_USEDEP}]
+	<dev-python/pyperclip-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
+	<dev-python/pyyaml-7.0[${PYTHON_USEDEP}]
+	dev-python/tzlocal[${PYTHON_USEDEP}]
+	>=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
+	<dev-python/appdirs-2.0.0[${PYTHON_USEDEP}]
+	>=dev-python/textual-0.47.1[${PYTHON_USEDEP}]
+	<dev-python/textual-0.48.0[${PYTHON_USEDEP}]
+	>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
+	<dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/
@ 2024-02-14 15:40 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2024-02-14 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     db66411d466b684c534103705adff05f2501be9b
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Wed Feb 14 15:40:01 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Wed Feb 14 15:40:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db66411d

app-text/dooit: add 2.2.0, drop 2.1.1

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/Manifest                                   | 2 +-
 app-text/dooit/{dooit-2.1.1.ebuild => dooit-2.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/dooit/Manifest b/app-text/dooit/Manifest
index 50b6f474f4..8a57bc2051 100644
--- a/app-text/dooit/Manifest
+++ b/app-text/dooit/Manifest
@@ -1 +1 @@
-DIST dooit-2.1.1.gh.tar.gz 68111 BLAKE2B 1fc36083e0d5e62ad08f77ecdede7806e47ec54aa611130861d5590cdde8d58db2a014fcb57b4a3a7795984141f309b8d40ba23ae319e8b8c99ee03fe1144705 SHA512 69e198c2499e6475638772c62d7d939f5128a31c2c32192a72d26d9fe344c08efc135e405832f9a91689068c27dd325de332877629a14fbe6268889afa89dbde
+DIST dooit-2.2.0.gh.tar.gz 69238 BLAKE2B 4e14233477c7382929a32efde5853d7bbc618266df508d9824f14db6a1340a1eae44258a8cb690ce5f38627aa0fbda707367c3806763ba32fcf32bea92abdb9a SHA512 9b95da5c667e2dfcb98deee8726800dd07837202140ce5c0f53052151cedf474133d3ad2263f1f66ca86bfe7e916a30ebc3618148454084144775c676eddb080

diff --git a/app-text/dooit/dooit-2.1.1.ebuild b/app-text/dooit/dooit-2.2.0.ebuild
similarity index 100%
rename from app-text/dooit/dooit-2.1.1.ebuild
rename to app-text/dooit/dooit-2.2.0.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/
@ 2024-03-11 12:06 Henri Gasc
  0 siblings, 0 replies; 6+ messages in thread
From: Henri Gasc @ 2024-03-11 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     9f01b7eabec51e3a982c788ac9b9e04536479e13
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Mon Mar 11 12:06:10 2024 +0000
Commit:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
CommitDate: Mon Mar 11 12:06:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f01b7ea

app-text/dooit: update dep dev-python/textual

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 app-text/dooit/{dooit-2.2.0.ebuild => dooit-2.2.0-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app-text/dooit/dooit-2.2.0.ebuild b/app-text/dooit/dooit-2.2.0-r1.ebuild
similarity index 90%
rename from app-text/dooit/dooit-2.2.0.ebuild
rename to app-text/dooit/dooit-2.2.0-r1.ebuild
index acbe9cf9cf..37fd116c75 100644
--- a/app-text/dooit/dooit-2.2.0.ebuild
+++ b/app-text/dooit/dooit-2.2.0-r1.ebuild
@@ -24,8 +24,7 @@ RDEPEND="
 	dev-python/tzlocal[${PYTHON_USEDEP}]
 	>=dev-python/appdirs-1.4.4[${PYTHON_USEDEP}]
 	<dev-python/appdirs-2.0.0[${PYTHON_USEDEP}]
-	>=dev-python/textual-0.47.1[${PYTHON_USEDEP}]
-	<dev-python/textual-0.48.0[${PYTHON_USEDEP}]
+	dev-python/textual[${PYTHON_USEDEP}]
 	>=dev-python/python-dateutil-2.8.2[${PYTHON_USEDEP}]
 	<dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
 "


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

end of thread, other threads:[~2024-03-11 12:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 15:40 [gentoo-commits] repo/proj/guru:dev commit in: app-text/dooit/ Henri Gasc
  -- strict thread matches above, loose matches on Subject: below --
2024-03-11 12:06 Henri Gasc
2024-01-10 14:49 Henri Gasc
2023-12-01 20:51 Henri Gasc
2023-12-01 20:50 Henri Gasc
2023-03-15 17:27 Henri Gasc

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