[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2024-04-22 Thread Michał Górny
commit: 2c230d55d061f3d31f5e20e4c23f8027e8b23e63
Author: Guillaume Seren  gmail  com>
AuthorDate: Mon Apr 22 13:53:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 22 14:05:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c230d55

dev-python/urwidtrees: add python-3.12 support

Closes: https://bugs.gentoo.org/929519
Signed-off-by: Guillaume Seren  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36357
Signed-off-by: Michał Górny  gentoo.org>

 .../{urwidtrees-1.0.3-r1.ebuild => urwidtrees-1.0.3-r2.ebuild}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
similarity index 90%
rename from dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
rename to dev-python/urwidtrees/urwidtrees-1.0.3-r2.ebuild
index 1c468fa97d68..7d46fa388d5a 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r2.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2023-03-03 Thread Michał Górny
commit: 09c000c90dc29f050c88c81d378c17a3a42b9add
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 05:49:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:53:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c000c9

dev-python/urwidtrees: Remove old

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

 dev-python/urwidtrees/Manifest|  1 -
 dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
index b90fcd2e57c5..e5e022dee514 100644
--- a/dev-python/urwidtrees/Manifest
+++ b/dev-python/urwidtrees/Manifest
@@ -1,2 +1 @@
 DIST urwidtrees-1.0.3.gh.tar.gz 292930 BLAKE2B 
91487debf4878fb58cf2505366a4762a4c755b53eaac86e3ac912d2972c66442828e152749f34e73ade10fd1b912054e4047900e0b54b960629909c1b03e2270
 SHA512 
f7d69d359ba24345a694659fd9432335679f4b505a5c0e33baf9fc0c068935148c393aff8e11cd5f2c12aa26884aa37ba86e9b3a763472e382d73dd57fd32cd6
-DIST urwidtrees-1.0.3.tar.gz 292930 BLAKE2B 
91487debf4878fb58cf2505366a4762a4c755b53eaac86e3ac912d2972c66442828e152749f34e73ade10fd1b912054e4047900e0b54b960629909c1b03e2270
 SHA512 
f7d69d359ba24345a694659fd9432335679f4b505a5c0e33baf9fc0c068935148c393aff8e11cd5f2c12aa26884aa37ba86e9b3a763472e382d73dd57fd32cd6

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
deleted file mode 100644
index f812fee6d534..
--- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
+++ /dev/null
@@ -1,36 +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="Tree widgets for urwid"
-HOMEPAGE="https://github.com/pazz/urwidtrees;
-SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-no-mock-dep.patch #770391
-)
-
-distutils_enable_sphinx docs/source
-
-src_prepare() {
-   find -name '*.py' -exec \
-   sed -i -e '1i# -*- coding: utf-8 -*-' {} + || die
-
-   distutils-r1_src_prepare
-
-   local md
-   for md in *.md; do
-   mv "${md}" "${md%.md}" || die
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2023-03-03 Thread Arthur Zamarin
commit: c9d7d05d5c46fb26e0e41261d6b0a7c8537cfe4b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 05:28:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 05:28:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d7d05d

dev-python/urwidtrees: Stabilize 1.0.3-r1 amd64, #899150

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
index 8faf91778bb7..1c468fa97d68 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2023-01-27 Thread Arthur Zamarin
commit: 36c5a8f2322355b21bac5c300ea73c709dc704be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 27 15:43:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 27 15:47:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c5a8f2

dev-python/urwidtrees: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
index fc66149847f8..8faf91778bb7 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2023-01-27 Thread Arthur Zamarin
commit: 46610fb45234587374ebd1b64359a324766ce2d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 27 15:43:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 27 15:47:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46610fb4

dev-python/urwidtrees: EAPI=8, PEP517

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/urwidtrees/Manifest   |  1 +
 dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
index 06c265e656c3..b90fcd2e57c5 100644
--- a/dev-python/urwidtrees/Manifest
+++ b/dev-python/urwidtrees/Manifest
@@ -1 +1,2 @@
+DIST urwidtrees-1.0.3.gh.tar.gz 292930 BLAKE2B 
91487debf4878fb58cf2505366a4762a4c755b53eaac86e3ac912d2972c66442828e152749f34e73ade10fd1b912054e4047900e0b54b960629909c1b03e2270
 SHA512 
f7d69d359ba24345a694659fd9432335679f4b505a5c0e33baf9fc0c068935148c393aff8e11cd5f2c12aa26884aa37ba86e9b3a763472e382d73dd57fd32cd6
 DIST urwidtrees-1.0.3.tar.gz 292930 BLAKE2B 
91487debf4878fb58cf2505366a4762a4c755b53eaac86e3ac912d2972c66442828e152749f34e73ade10fd1b912054e4047900e0b54b960629909c1b03e2270
 SHA512 
f7d69d359ba24345a694659fd9432335679f4b505a5c0e33baf9fc0c068935148c393aff8e11cd5f2c12aa26884aa37ba86e9b3a763472e382d73dd57fd32cd6

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
new file mode 100644
index ..fc66149847f8
--- /dev/null
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3-r1.ebuild
@@ -0,0 +1,40 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tree widgets for urwid"
+HOMEPAGE="https://github.com/pazz/urwidtrees;
+SRC_URI="
+   https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-no-mock-dep.patch #770391
+)
+
+distutils_enable_sphinx docs/source
+
+src_prepare() {
+   find -name '*.py' -exec \
+   sed -i -e '1i# -*- coding: utf-8 -*-' {} + || die
+
+   distutils-r1_src_prepare
+
+   local md
+   for md in *.md; do
+   mv "${md}" "${md%.md}" || die
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/, dev-python/urwidtrees/files/

2021-10-20 Thread Arthur Zamarin
commit: a761207b56ed45a822a8f9f602d3760f681878b8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Oct 20 18:57:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Oct 20 19:21:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a761207b

dev-python/urwidtrees: enable py3.10, shorter patch name

Signed-off-by: Arthur Zamarin  gentoo.org>

 ...nstall-when-necessary.patch => urwidtrees-1.0.3-no-mock-dep.patch} | 0
 dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/urwidtrees/files/urwidtrees-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
 b/dev-python/urwidtrees/files/urwidtrees-1.0.3-no-mock-dep.patch
similarity index 100%
rename from 
dev-python/urwidtrees/files/urwidtrees-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
rename to dev-python/urwidtrees/files/urwidtrees-1.0.3-no-mock-dep.patch

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
index 48257a23666..ce3d82ea979 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -18,7 +18,7 @@ KEYWORDS="amd64 ~x86"
 RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
 
 PATCHES=(
-   
"${FILESDIR}"/${PN}-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
 #770391
+   "${FILESDIR}"/${P}-no-mock-dep.patch #770391
 )
 
 distutils_enable_sphinx docs/source



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/, dev-python/urwidtrees/files/

2021-04-13 Thread Joonas Niilola
commit: 818d8236625a6e14b9c8d57ac2197b2711e458bd
Author: Guillaume Seren  gmail  com>
AuthorDate: Thu Apr  1 03:39:10 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Apr 13 07:17:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818d8236

dev-python/urwidtrees: Fix mock dependency bug #770391

Closes: https://bugs.gentoo.org/770391
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Guillaume Seren  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20214
Signed-off-by: Joonas Niilola  gentoo.org>

 ...mock-dependency-to-install-when-necessary.patch | 30 ++
 dev-python/urwidtrees/urwidtrees-1.0.3.ebuild  |  4 +++
 2 files changed, 34 insertions(+)

diff --git 
a/dev-python/urwidtrees/files/urwidtrees-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
 
b/dev-python/urwidtrees/files/urwidtrees-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
new file mode 100644
index 000..d26d23e085f
--- /dev/null
+++ 
b/dev-python/urwidtrees/files/urwidtrees-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
@@ -0,0 +1,30 @@
+From ed39dbc4fc67b0e0249bf108116a88cd18543aa9 Mon Sep 17 00:00:00 2001
+From: Louis Leseur 
+Date: Wed, 26 Aug 2020 10:36:29 +0200
+Subject: [PATCH] Update mock dependency to install when necessary
+
+Closes: #48
+---
+ setup.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 9f6e328..ab8ffdc 100755
+--- a/setup.py
 b/setup.py
+@@ -14,10 +14,10 @@ setup(
+ url="https://github.com/pazz/urwidtrees;,
+ license="Licensed under the GNU GPL v3+.",
+ packages=['urwidtrees'],
+-install_requires=['urwid>=1.1.0', 'mock'],
++install_requires=['urwid>=1.1.0'],
+ extras_require={
+ 'docs': [
+-'mock',
++'mock;python_version<"3.3"',
+ ],
+ },
+ )
+-- 
+2.26.3
+

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
index b78d5b64588..48257a23666 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
@@ -17,6 +17,10 @@ KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
 
+PATCHES=(
+   
"${FILESDIR}"/${PN}-1.0.3-0001-Update-mock-dependency-to-install-when-necessary.patch
 #770391
+)
+
 distutils_enable_sphinx docs/source
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2021-02-27 Thread Sam James
commit: 0418ef0ba30ba295b5b7b0c8d3da7bdcc07a47c8
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 20:42:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 20:57:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0418ef0b

dev-python/urwidtrees: add Python 3.9

Signed-off-by: Sam James  gentoo.org>

 dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
index 2062d498b68..b78d5b64588 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2020-12-11 Thread Joonas Niilola
commit: 60feee6ea227e3cc52e4b9d06f387d79f50ca230
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Dec 11 14:47:50 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Dec 11 14:47:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60feee6e

dev-python/urwidtrees: stabilize 1.0.3 on amd64

Closes: https://bugs.gentoo.org/759211
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
index c435a32a3b0..2a642fd13a2 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2020-08-22 Thread Michał Górny
commit: 8056f01f7165aa72ba8b3f5df8254f1a45ae8da2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 22 07:08:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 22 07:08:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8056f01f

dev-python/urwidtrees: Remove redundant versions

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

 dev-python/urwidtrees/Manifest   |  1 -
 dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
index 65ecd8506e0..06c265e656c 100644
--- a/dev-python/urwidtrees/Manifest
+++ b/dev-python/urwidtrees/Manifest
@@ -1,2 +1 @@
-DIST urwidtrees-1.0.2.tar.gz 36082 BLAKE2B 
fd9dad1c1b0425fae95930b00149932a2fb5bf537c510ef4dd788408c315d6657553b92f6d1cc21769ed2a7af1a4c15c8c476d5d5b244f57032a5537ba92b27e
 SHA512 
535b99d91154c308260a0ee6490868724ce8dfa89acf3b623c08409ec6e15194d9e94085411dd7796cad98865ed57692a88cbc11540e6523fc371eaf0204ac17
 DIST urwidtrees-1.0.3.tar.gz 292930 BLAKE2B 
91487debf4878fb58cf2505366a4762a4c755b53eaac86e3ac912d2972c66442828e152749f34e73ade10fd1b912054e4047900e0b54b960629909c1b03e2270
 SHA512 
f7d69d359ba24345a694659fd9432335679f4b505a5c0e33baf9fc0c068935148c393aff8e11cd5f2c12aa26884aa37ba86e9b3a763472e382d73dd57fd32cd6

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild
deleted file mode 100644
index 68baa31a988..000
--- a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Tree widgets for urwid"
-HOMEPAGE="https://github.com/pazz/urwidtrees;
-SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   find -name '*.py' -exec \
-   sed -i -e '1i# -*- coding: utf-8 -*-' {} + || die
-
-   distutils-r1_src_prepare
-
-   local md
-   for md in *.md; do
-   mv "${md}" "${md%.md}" || die
-   done
-}
-
-src_compile() {
-   distutils-r1_src_compile
-
-   use doc && emake -C docs html
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   if use doc; then
-   dodoc -r docs/build/html/.
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2020-08-09 Thread Joonas Niilola
commit: ef615d67c8e0b3e4003c7b55a8d940f27db6b2ab
Author: Guillaume Seren  gmail  com>
AuthorDate: Sun Jul 12 16:58:16 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug  9 07:13:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef615d67

dev-python/urwidtrees: Add myself as maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/urwidtrees/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-python/urwidtrees/metadata.xml 
b/dev-python/urwidtrees/metadata.xml
index e312933c461..f8156c81608 100644
--- a/dev-python/urwidtrees/metadata.xml
+++ b/dev-python/urwidtrees/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   guillaumese...@gmail.com
+   Guillaume Seren
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

This is a Widget Container API for the urwid toolkit. It uses a 
MVC
approach and allows to build trees of widgets.



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2020-08-09 Thread Joonas Niilola
commit: f2e4c7342163131415c42f2aac532593b40244e1
Author: Guillaume Seren  gmail  com>
AuthorDate: Sun Jul 12 16:30:07 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug  9 07:13:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e4c734

dev-python/urwidtrees: Add version bump 1.0.3

Closes: https://bugs.gentoo.org/732360
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/urwidtrees/Manifest|  1 +
 dev-python/urwidtrees/urwidtrees-1.0.3.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
index 6fcb6da9e09..65ecd8506e0 100644
--- a/dev-python/urwidtrees/Manifest
+++ b/dev-python/urwidtrees/Manifest
@@ -1 +1,2 @@
 DIST urwidtrees-1.0.2.tar.gz 36082 BLAKE2B 
fd9dad1c1b0425fae95930b00149932a2fb5bf537c510ef4dd788408c315d6657553b92f6d1cc21769ed2a7af1a4c15c8c476d5d5b244f57032a5537ba92b27e
 SHA512 
535b99d91154c308260a0ee6490868724ce8dfa89acf3b623c08409ec6e15194d9e94085411dd7796cad98865ed57692a88cbc11540e6523fc371eaf0204ac17
+DIST urwidtrees-1.0.3.tar.gz 292930 BLAKE2B 
91487debf4878fb58cf2505366a4762a4c755b53eaac86e3ac912d2972c66442828e152749f34e73ade10fd1b912054e4047900e0b54b960629909c1b03e2270
 SHA512 
f7d69d359ba24345a694659fd9432335679f4b505a5c0e33baf9fc0c068935148c393aff8e11cd5f2c12aa26884aa37ba86e9b3a763472e382d73dd57fd32cd6

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
new file mode 100644
index 000..c435a32a3b0
--- /dev/null
+++ b/dev-python/urwidtrees/urwidtrees-1.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tree widgets for urwid"
+HOMEPAGE="https://github.com/pazz/urwidtrees;
+SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
+
+distutils_enable_sphinx docs/source
+
+src_prepare() {
+   find -name '*.py' -exec \
+   sed -i -e '1i# -*- coding: utf-8 -*-' {} + || die
+
+   distutils-r1_src_prepare
+
+   local md
+   for md in *.md; do
+   mv "${md}" "${md%.md}" || die
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/, dev-python/dkimpy/, app-misc/timew/, ...

2020-05-10 Thread Amadeusz Piotr Żołnowski
commit: a66277e37c9baa9e77ecafbadcd4b1bab5c9d2b9
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Sun May 10 22:00:03 2020 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun May 10 22:04:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66277e3

Remove myself from maintainers

Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 app-misc/tek/metadata.xml| 5 +
 app-misc/timew/metadata.xml  | 5 +
 app-text/dbacl/metadata.xml  | 5 +
 dev-python/diff-match-patch/metadata.xml | 4 
 dev-python/dkimpy/metadata.xml   | 5 +
 dev-python/potr/metadata.xml | 5 +
 dev-python/precis-i18n/metadata.xml  | 4 +---
 dev-python/pygpgme/metadata.xml  | 4 
 dev-python/urwidtrees/metadata.xml   | 5 +
 dev-util/rebar-bin/metadata.xml  | 5 +
 mail-client/alot/metadata.xml| 4 
 mail-filter/afew/metadata.xml| 4 
 media-video/mjpg-streamer/metadata.xml   | 4 
 net-mail/muchsync/metadata.xml   | 5 +
 net-mail/notmuch/metadata.xml| 5 +
 sys-apps/biosdevname/metadata.xml| 5 +
 16 files changed, 11 insertions(+), 63 deletions(-)

diff --git a/app-misc/tek/metadata.xml b/app-misc/tek/metadata.xml
index b51edd0de5d..747e7229949 100644
--- a/app-misc/tek/metadata.xml
+++ b/app-misc/tek/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   
+   

m-ou-se/tek


diff --git a/app-misc/timew/metadata.xml b/app-misc/timew/metadata.xml
index 674f5ad944f..7a38bb90096 100644
--- a/app-misc/timew/metadata.xml
+++ b/app-misc/timew/metadata.xml
@@ -1,8 +1,5 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   
+   
 

diff --git a/app-text/dbacl/metadata.xml b/app-text/dbacl/metadata.xml
index 505ddc59ff8..708c728bb7e 100644
--- a/app-text/dbacl/metadata.xml
+++ b/app-text/dbacl/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-aide...@gentoo.org
-Amadeusz Żołnowski
-
+
 
 Enable the interactive mailinspect ability
 

diff --git a/dev-python/diff-match-patch/metadata.xml 
b/dev-python/diff-match-patch/metadata.xml
index 276558d29c2..f93a14b3b79 100644
--- a/dev-python/diff-match-patch/metadata.xml
+++ b/dev-python/diff-match-patch/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   

pyt...@gentoo.org
Python

diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
index 0c13f388999..83c7605ab5b 100644
--- a/dev-python/dkimpy/metadata.xml
+++ b/dev-python/dkimpy/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   
+   

Python module that implements DKIM (DomainKeys Identified Mail) 
email
signing and verification. It also provides helper scripts for 
command

diff --git a/dev-python/potr/metadata.xml b/dev-python/potr/metadata.xml
index 0bfe99d903a..2f5540da1e6 100644
--- a/dev-python/potr/metadata.xml
+++ b/dev-python/potr/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   
+   

This is a pure Python OTR implementation; it does not bind to 
libotr.


diff --git a/dev-python/precis-i18n/metadata.xml 
b/dev-python/precis-i18n/metadata.xml
index 252b16c4bd6..59daf2ee8ff 100644
--- a/dev-python/precis-i18n/metadata.xml
+++ b/dev-python/precis-i18n/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   
+   

PRECIS-i18n: Internationalized Usernames and Passwords
 

diff --git a/dev-python/pygpgme/metadata.xml b/dev-python/pygpgme/metadata.xml
index f8b82e891f3..e655296bf6a 100644
--- a/dev-python/pygpgme/metadata.xml
+++ b/dev-python/pygpgme/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   

pyt...@gentoo.org
Python

diff --git a/dev-python/urwidtrees/metadata.xml 
b/dev-python/urwidtrees/metadata.xml
index 142b19f2d85..e312933c461 100644
--- a/dev-python/urwidtrees/metadata.xml
+++ b/dev-python/urwidtrees/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   aide...@gentoo.org
-   Amadeusz Żołnowski
-   
+   

This is a Widget 

[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2020-03-29 Thread Michał Górny
commit: 6f10bceeb0d47396fb505ae8c751189c9f0c3b40
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 29 10:26:44 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 29 10:29:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f10bcee

dev-python/urwidtrees: Remove redundant versions

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

 dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 50 ---
 1 file changed, 50 deletions(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
deleted file mode 100644
index 628ea5e2392..000
--- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Tree widgets for urwid"
-HOMEPAGE="https://github.com/pazz/urwidtrees;
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   find "${S}" -name '*.py' -print0 | xargs -0 -- sed \
-   -e '1i# -*- coding: utf-8 -*-' -i || die
-
-   distutils-r1_src_prepare
-
-   local md
-   for md in *.md; do
-   mv "${md}" "${md%.md}"
-   done
-}
-
-src_compile() {
-   distutils-r1_src_compile
-
-   if use doc; then
-   pushd docs || die
-   emake html
-   popd || die
-   fi
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   if use doc; then
-   dohtml -r docs/build/html/*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2019-07-05 Thread Michał Górny
commit: 8e9679eaa043e23257e1a784c2be5a187cf46351
Author: Guillaume Seren  gmail  com>
AuthorDate: Sun Jun 23 14:31:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  5 10:47:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9679ea

dev-python/urwidtrees: Add python3_7 + EAPI7

Signed-off-by: Guillaume Seren  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11515
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild | 45 
 1 file changed, 45 insertions(+)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild
new file mode 100644
index 000..57257e1b356
--- /dev/null
+++ b/dev-python/urwidtrees/urwidtrees-1.0.2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tree widgets for urwid"
+HOMEPAGE="https://github.com/pazz/urwidtrees;
+SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   find -name '*.py' -exec \
+   sed -i -e '1i# -*- coding: utf-8 -*-' {} + || die
+
+   distutils-r1_src_prepare
+
+   local md
+   for md in *.md; do
+   mv "${md}" "${md%.md}" || die
+   done
+}
+
+src_compile() {
+   distutils-r1_src_compile
+
+   use doc && emake -C docs html
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   if use doc; then
+   dodoc -r docs/build/html/.
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2017-08-09 Thread Amadeusz Piotr Żołnowski
commit: 7d42990d40c7101eac5a182a11172e853aeccf87
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Wed Aug  9 19:36:15 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Aug  9 19:36:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d42990d

dev-python/urwidtrees: urwidtrees is compatible with Python 3

Add compatibility with the same Python versions as defined for
dev-python/urwid.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
index 26a98d8ca21..866c17183b5 100644
--- a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
+++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2017-05-29 Thread Amadeusz Piotr Żołnowski
commit: 6e0583fce32d6cef14e36402acfb3254d0e8052e
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Mon May 29 08:45:16 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon May 29 11:49:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0583fc

dev-python/urwidtrees: Bump version

Sources URI has changed from PyPI to GitHub.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/urwidtrees/Manifest|  1 +
 dev-python/urwidtrees/urwidtrees-1.0.2.ebuild | 50 +++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
index 9e75ffbf452..d601d8b05d7 100644
--- a/dev-python/urwidtrees/Manifest
+++ b/dev-python/urwidtrees/Manifest
@@ -1 +1,2 @@
 DIST urwidtrees-1.0.1.1.tar.gz 12916 SHA256 
08a66d0e76e94bc32bc590e35ed283e8a6b0c93adeb431dc576ec0a345f09bfd SHA512 
9494cc3c4fe72b468443bbaef0d95f5288ed0dc3a8be00a3bbc261b9b3c4a3752df2f89e439082ed91ba89790c5ad656850d874b5e934cc5a23e87eea8fe4df0
 WHIRLPOOL 
929d69e4e05fb8e1d68263948b46be5fdc55c480e2678d59d85fa05bd68f795979d97c4fab3f6c8e5d74a71c2375d4805d19f4d44e3def87750dfaad2bdee192
+DIST urwidtrees-1.0.2.tar.gz 36082 SHA256 
703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034 SHA512 
535b99d91154c308260a0ee6490868724ce8dfa89acf3b623c08409ec6e15194d9e94085411dd7796cad98865ed57692a88cbc11540e6523fc371eaf0204ac17
 WHIRLPOOL 
1ed3afe730855405332afa5813749e6b6400b1accf776d80f4b9a8e98a0d63fa822e7ee4ec4fc81d55f06364447d741f6e473b7eee729229667ea65404abe9c5

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
new file mode 100644
index 000..26a98d8ca21
--- /dev/null
+++ b/dev-python/urwidtrees/urwidtrees-1.0.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Tree widgets for urwid"
+HOMEPAGE="https://github.com/pazz/urwidtrees;
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/pazz/urwidtrees/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   find "${S}" -name '*.py' -print0 | xargs -0 -- sed \
+   -e '1i# -*- coding: utf-8 -*-' -i || die
+
+   distutils-r1_src_prepare
+
+   local md
+   for md in *.md; do
+   mv "${md}" "${md%.md}"
+   done
+}
+
+src_compile() {
+   distutils-r1_src_compile
+
+   if use doc; then
+   pushd docs || die
+   emake html
+   popd || die
+   fi
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   if use doc; then
+   dohtml -r docs/build/html/*
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2017-05-29 Thread Amadeusz Piotr Żołnowski
commit: 804f657dba057b3f212a95fdb29cafb8ff37b305
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Mon May 29 11:48:38 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon May 29 11:49:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804f657d

dev-python/urwidtrees: Remove older version

Version 1.0.1.1 is not available upstream anymore.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/urwidtrees/Manifest  |  1 -
 dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild | 49 -
 2 files changed, 50 deletions(-)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
index d601d8b05d7..2cc32baac72 100644
--- a/dev-python/urwidtrees/Manifest
+++ b/dev-python/urwidtrees/Manifest
@@ -1,2 +1 @@
-DIST urwidtrees-1.0.1.1.tar.gz 12916 SHA256 
08a66d0e76e94bc32bc590e35ed283e8a6b0c93adeb431dc576ec0a345f09bfd SHA512 
9494cc3c4fe72b468443bbaef0d95f5288ed0dc3a8be00a3bbc261b9b3c4a3752df2f89e439082ed91ba89790c5ad656850d874b5e934cc5a23e87eea8fe4df0
 WHIRLPOOL 
929d69e4e05fb8e1d68263948b46be5fdc55c480e2678d59d85fa05bd68f795979d97c4fab3f6c8e5d74a71c2375d4805d19f4d44e3def87750dfaad2bdee192
 DIST urwidtrees-1.0.2.tar.gz 36082 SHA256 
703f4b161b930a26a461a3e3e695f94237ac75e2a52b87613e49093d9aa76034 SHA512 
535b99d91154c308260a0ee6490868724ce8dfa89acf3b623c08409ec6e15194d9e94085411dd7796cad98865ed57692a88cbc11540e6523fc371eaf0204ac17
 WHIRLPOOL 
1ed3afe730855405332afa5813749e6b6400b1accf776d80f4b9a8e98a0d63fa822e7ee4ec4fc81d55f06364447d741f6e473b7eee729229667ea65404abe9c5

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild
deleted file mode 100644
index 104b4223002..000
--- a/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Tree widgets for urwid"
-HOMEPAGE="https://github.com/pazz/urwidtrees;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
-
-src_prepare() {
-   find "${S}" -name '*.py' -print0 | xargs -0 -- sed \
-   -e '1i# -*- coding: utf-8 -*-' -i || die
-
-   distutils-r1_src_prepare
-
-   local md
-   for md in *.md; do
-   mv "${md}" "${md%.md}"
-   done
-}
-
-src_compile() {
-   distutils-r1_src_compile
-
-   if use doc; then
-   pushd docs || die
-   emake html
-   popd || die
-   fi
-}
-
-src_install() {
-   distutils-r1_src_install
-
-   if use doc; then
-   dohtml -r docs/build/html/*
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/urwidtrees/

2016-01-03 Thread Amadeusz Piotr Żołnowski
commit: 93cc803a81446b4ccff4f1018e387735c4d652a0
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sun Jan  3 15:35:48 2016 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun Jan  3 15:37:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cc803a

dev-python/urwidtrees: Add package

It is required for >=mail-client/alot-0.3.7.

Package-Manager: portage-2.2.26

 dev-python/urwidtrees/Manifest  |  1 +
 dev-python/urwidtrees/metadata.xml  | 12 ++
 dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild | 50 +
 3 files changed, 63 insertions(+)

diff --git a/dev-python/urwidtrees/Manifest b/dev-python/urwidtrees/Manifest
new file mode 100644
index 000..9e75ffb
--- /dev/null
+++ b/dev-python/urwidtrees/Manifest
@@ -0,0 +1 @@
+DIST urwidtrees-1.0.1.1.tar.gz 12916 SHA256 
08a66d0e76e94bc32bc590e35ed283e8a6b0c93adeb431dc576ec0a345f09bfd SHA512 
9494cc3c4fe72b468443bbaef0d95f5288ed0dc3a8be00a3bbc261b9b3c4a3752df2f89e439082ed91ba89790c5ad656850d874b5e934cc5a23e87eea8fe4df0
 WHIRLPOOL 
929d69e4e05fb8e1d68263948b46be5fdc55c480e2678d59d85fa05bd68f795979d97c4fab3f6c8e5d74a71c2375d4805d19f4d44e3def87750dfaad2bdee192

diff --git a/dev-python/urwidtrees/metadata.xml 
b/dev-python/urwidtrees/metadata.xml
new file mode 100644
index 000..09adda9
--- /dev/null
+++ b/dev-python/urwidtrees/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+   
+   This is a Widget Container API for the urwid toolkit. It uses a 
MVC
+   approach and allows to build trees of widgets.
+   
+

diff --git a/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild 
b/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild
new file mode 100644
index 000..c63efff
--- /dev/null
+++ b/dev-python/urwidtrees/urwidtrees-1.0.1.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Tree widgets for urwid"
+HOMEPAGE="https://github.com/pazz/urwidtrees;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/urwid-1.1.0[${PYTHON_USEDEP}]"
+
+src_prepare() {
+   find "${S}" -name '*.py' -print0 | xargs -0 -- sed \
+   -e '1i# -*- coding: utf-8 -*-' -i || die
+
+   distutils-r1_src_prepare
+
+   local md
+   for md in *.md; do
+   mv "${md}" "${md%.md}"
+   done
+}
+
+src_compile() {
+   distutils-r1_src_compile
+
+   if use doc; then
+   pushd docs || die
+   emake html
+   popd || die
+   fi
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   if use doc; then
+   dohtml -r docs/build/html/*
+   fi
+}