* [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/
@ 2021-10-29 9:16 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2021-10-29 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 9ff045857df40800afddbadd83e45e2e42288e48
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 09:09:28 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 09:16:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff04585
dev-python/urwid_readline: New dep of dev-python/pudb
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/urwid_readline/Manifest | 1 +
dev-python/urwid_readline/metadata.xml | 12 +++++++++++
.../urwid_readline/urwid_readline-0.13.ebuild | 23 ++++++++++++++++++++++
3 files changed, 36 insertions(+)
diff --git a/dev-python/urwid_readline/Manifest b/dev-python/urwid_readline/Manifest
new file mode 100644
index 00000000000..1f65402c361
--- /dev/null
+++ b/dev-python/urwid_readline/Manifest
@@ -0,0 +1 @@
+DIST urwid_readline-0.13.gh.tar.gz 8356 BLAKE2B 3de62c98fb2a17ce91c023c32d1bcbfaa8a6280bbb20b654bac65d37c02eec2d87f0bceace600cbe934352efb984073b1fa29b626cb3bb4a114660d646f41eb0 SHA512 49087b2b0e47d6adba317941b6be99d7d61fd66ae28fa2ed89730c24cc04b8fa4ce20cb8eb35ebab56f838491432684bb8892463439dcd5d06d087b509182d3d
diff --git a/dev-python/urwid_readline/metadata.xml b/dev-python/urwid_readline/metadata.xml
new file mode 100644
index 00000000000..57bcb4efaea
--- /dev/null
+++ b/dev-python/urwid_readline/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="pypi">urwid-readline</remote-id>
+ <remote-id type="github">rr-/urwid_readline</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/urwid_readline/urwid_readline-0.13.ebuild b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
new file mode 100644
index 00000000000..8a88a108b0b
--- /dev/null
+++ b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
+HOMEPAGE="
+ https://github.com/rr-/urwid_readline/
+ https://pypi.org/project/urwid-readline/"
+SRC_URI="
+ https://github.com/rr-/urwid_readline/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/
@ 2021-11-04 21:15 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-11-04 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 129941d17ed9c701b29d838aedfc4f5fa6944b83
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 21:15:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 21:15:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129941d1
dev-python/urwid_readline: Keyword 0.13 arm64, #820761
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/urwid_readline/urwid_readline-0.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/urwid_readline/urwid_readline-0.13.ebuild b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
index 8a88a108b0b..c84ed068d42 100644
--- a/dev-python/urwid_readline/urwid_readline-0.13.ebuild
+++ b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/
@ 2023-01-27 15:47 Arthur Zamarin
0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-01-27 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 4c387f458ca46ef57d6383dde0d638dadc5196b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 27 14:58:25 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 27 15:47:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c387f45
dev-python/urwid_readline: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/urwid_readline/urwid_readline-0.13.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/urwid_readline/urwid_readline-0.13.ebuild b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
index acd90e0c7c59..457dd60b0370 100644
--- a/dev-python/urwid_readline/urwid_readline-0.13.ebuild
+++ b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/
@ 2023-10-27 15:24 Andrey Grozin
0 siblings, 0 replies; 6+ messages in thread
From: Andrey Grozin @ 2023-10-27 15:24 UTC (permalink / raw
To: gentoo-commits
commit: cd4b910a25200a867709b3bac4e6dc0a4920fdf9
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 15:23:06 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 15:24:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd4b910a
dev-python/urwid_readline: add python3_12
Need it for dev-python/pudb
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
.../urwid_readline/urwid_readline-0.13-r1.ebuild | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild b/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
new file mode 100644
index 000000000000..155f195f0aa6
--- /dev/null
+++ b/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..12} )
+inherit distutils-r1
+
+DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
+HOMEPAGE="
+ https://github.com/rr-/urwid_readline/
+ https://pypi.org/project/urwid-readline/"
+SRC_URI="
+ https://github.com/rr-/urwid_readline/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/
@ 2023-10-27 15:26 Andrey Grozin
0 siblings, 0 replies; 6+ messages in thread
From: Andrey Grozin @ 2023-10-27 15:26 UTC (permalink / raw
To: gentoo-commits
commit: 19ec8dd59a7443f3be04dd7df8448814cb6f4877
Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 15:25:47 2023 +0000
Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 15:25:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ec8dd5
dev-python/urwid_readline: remove old revision
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
.../urwid_readline/urwid_readline-0.13.ebuild | 23 ----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/urwid_readline/urwid_readline-0.13.ebuild b/dev-python/urwid_readline/urwid_readline-0.13.ebuild
deleted file mode 100644
index 457dd60b0370..000000000000
--- a/dev-python/urwid_readline/urwid_readline-0.13.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
-HOMEPAGE="
- https://github.com/rr-/urwid_readline/
- https://pypi.org/project/urwid-readline/"
-SRC_URI="
- https://github.com/rr-/urwid_readline/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/
@ 2024-02-17 19:56 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-02-17 19:56 UTC (permalink / raw
To: gentoo-commits
commit: cc85c71d7891842febd510abcfbf019de915182c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 19:51:58 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 19:51:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc85c71d
dev-python/urwid_readline: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild b/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
index 155f195f0aa6..4943672cfb7a 100644
--- a/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
+++ b/dev-python/urwid_readline/urwid_readline-0.13-r1.ebuild
@@ -1,24 +1,31 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
+MY_P=urwid_readline-${PV}
DESCRIPTION="Text input widget for urwid that supports readline shortcuts"
HOMEPAGE="
https://github.com/rr-/urwid_readline/
- https://pypi.org/project/urwid-readline/"
+ https://pypi.org/project/urwid-readline/
+"
SRC_URI="
https://github.com/rr-/urwid_readline/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
-RDEPEND="dev-python/urwid[${PYTHON_USEDEP}]"
+RDEPEND="
+ dev-python/urwid[${PYTHON_USEDEP}]
+"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-02-17 19:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-04 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/urwid_readline/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-02-17 19:56 Michał Górny
2023-10-27 15:26 Andrey Grozin
2023-10-27 15:24 Andrey Grozin
2023-01-27 15:47 Arthur Zamarin
2021-10-29 9:16 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox