public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-21 18:41 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-21 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5ab9392e4b0865195b4efc9d71f533cb7ad7a9aa
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Mon Aug 21 18:40:52 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Mon Aug 21 18:40:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ab9392e

net-misc/toot: new package, add 0.38.1

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/Manifest           |  1 +
 net-misc/toot/metadata.xml       | 11 +++++++++++
 net-misc/toot/toot-0.38.1.ebuild | 27 +++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/net-misc/toot/Manifest b/net-misc/toot/Manifest
new file mode 100644
index 0000000000..a19c00e22a
--- /dev/null
+++ b/net-misc/toot/Manifest
@@ -0,0 +1 @@
+DIST toot-0.38.1.tar.gz 904085 BLAKE2B a3b4bd153f604299625a7ab656928b9874f558dfd9ca78d7b3573a5e71017018403a53c59d516927ed6c70863da8fef9ee8d698420b15af11fb4672c77dd2cff SHA512 eb00f40f628fec33abf2c340515e059bdc68e3a453e9dd403ca66e4d28ca24d67d9499420fb87a7050abe605fe4666abbce5ee57edd2250a6a2816d92d61c37e

diff --git a/net-misc/toot/metadata.xml b/net-misc/toot/metadata.xml
new file mode 100644
index 0000000000..074258ca62
--- /dev/null
+++ b/net-misc/toot/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mail@konstantintutsch.de</email>
+    <name>Konstantin Tutsch</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">ihabunek/toot</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
new file mode 100644
index 0000000000..84a547e77f
--- /dev/null
+++ b/net-misc/toot/toot-0.38.1.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=setuptools
+PYTHON_COMPAT=( python3_11 )
+
+inherit distutils-r1
+
+DESCRIPTION="toot - Mastodon CLI & TUI"
+HOMEPAGE="https://github.com/ihabunek/toot"
+SRC_URI="https://github.com/ihabunek/toot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=">=dev-python/urwid-2.1.2-r1
+>=dev-python/wcwidth-0.2.6
+>=media-fonts/symbola-13.00
+>=dev-python/beautifulsoup4-4.12.2
+>=dev-python/tomlkit-0.11.8"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+distutils_enable_tests pytest


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-21 18:47 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-21 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     45413794de6533cd293eabeeab413b3b6297b873
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Mon Aug 21 18:46:50 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Mon Aug 21 18:46:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45413794

net-misc/toot: update LICENSE

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 84a547e77f..eb48e60a9b 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="toot - Mastodon CLI & TUI"
 HOMEPAGE="https://github.com/ihabunek/toot"
 SRC_URI="https://github.com/ihabunek/toot/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3.0"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-21 18:47 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-21 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     444464fbc05f45fd8d39f407bb80780511bae2f0
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Mon Aug 21 18:47:30 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Mon Aug 21 18:47:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=444464fb

net-misc/toot: enable py3.12 and disable py3.11

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index eb48e60a9b..11a40a6cf0 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_11 )
+PYTHON_COMPAT=( python3_12 )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-21 18:51 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-21 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cbd8cfb26a60ab60ab3541dea9b2e206aaac3423
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Mon Aug 21 18:51:31 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Mon Aug 21 18:51:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbd8cfb2

net-misc/toot: enable py3.11

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 11a40a6cf0..2633cd02d6 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_12 )
+PYTHON_COMPAT=( python3_{11..12} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-24 11:04 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-24 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     76382483a48247ebb293ba3817e762cafdadca3f
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Thu Aug 24 11:03:23 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Thu Aug 24 11:03:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76382483

net-misc/toot: add testing dependency

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 2633cd02d6..5ef8b31420 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -20,7 +20,8 @@ DEPEND=">=dev-python/urwid-2.1.2-r1
 >=dev-python/wcwidth-0.2.6
 >=media-fonts/symbola-13.00
 >=dev-python/beautifulsoup4-4.12.2
->=dev-python/tomlkit-0.11.8"
+>=dev-python/tomlkit-0.11.8
+test? ( dev-python/psycopg:2 )"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-24 11:13 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-24 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     af321fdd7e2cedc922292855d81c86545be22f80
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Thu Aug 24 11:13:01 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Thu Aug 24 11:13:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af321fdd

net-misc/toot: add pytest testing dependency

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 5ef8b31420..6e1db62ccd 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -21,7 +21,8 @@ DEPEND=">=dev-python/urwid-2.1.2-r1
 >=media-fonts/symbola-13.00
 >=dev-python/beautifulsoup4-4.12.2
 >=dev-python/tomlkit-0.11.8
-test? ( dev-python/psycopg:2 )"
+test? ( dev-python/psycopg:2
+        >=dev-python/pytest-7.4.0 )"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/
@ 2023-08-26  6:09 Konstantin Tutsch
  0 siblings, 0 replies; 7+ messages in thread
From: Konstantin Tutsch @ 2023-08-26  6:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bb6173e142a5c3baeba42d88ee334131a2cad623
Author:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Sat Aug 26 06:09:01 2023 +0000
Commit:     Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Sat Aug 26 06:09:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb6173e1

net-misc/toot: add tabs before depenedencies

Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>

 net-misc/toot/toot-0.38.1.ebuild | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/net-misc/toot/toot-0.38.1.ebuild b/net-misc/toot/toot-0.38.1.ebuild
index 6e1db62ccd..4e9ee26cad 100644
--- a/net-misc/toot/toot-0.38.1.ebuild
+++ b/net-misc/toot/toot-0.38.1.ebuild
@@ -16,13 +16,15 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=">=dev-python/urwid-2.1.2-r1
->=dev-python/wcwidth-0.2.6
->=media-fonts/symbola-13.00
->=dev-python/beautifulsoup4-4.12.2
->=dev-python/tomlkit-0.11.8
-test? ( dev-python/psycopg:2
-        >=dev-python/pytest-7.4.0 )"
+DEPEND="
+		>=dev-python/urwid-2.1.2-r1
+		>=dev-python/wcwidth-0.2.6
+		>=media-fonts/symbola-13.00
+		>=dev-python/beautifulsoup4-4.12.2
+		>=dev-python/tomlkit-0.11.8
+		test? ( dev-python/psycopg:2
+        		>=dev-python/pytest-7.4.0 )
+"
 RDEPEND="${DEPEND}"
 BDEPEND=""
 


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

end of thread, other threads:[~2023-08-26  6:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-21 18:51 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/toot/ Konstantin Tutsch
  -- strict thread matches above, loose matches on Subject: below --
2023-08-26  6:09 Konstantin Tutsch
2023-08-24 11:13 Konstantin Tutsch
2023-08-24 11:04 Konstantin Tutsch
2023-08-21 18:47 Konstantin Tutsch
2023-08-21 18:47 Konstantin Tutsch
2023-08-21 18:41 Konstantin Tutsch

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