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

2024-06-18 Thread Michał Górny
commit: 17705a28a38657cb1029462d36c409980bdd2195
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 18 19:05:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 18 19:10:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17705a28

dev-python/python-editor: Enable py3.13

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

 dev-python/python-editor/python-editor-1.0.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index 7e5c91f55fbe..a9fd59a81318 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -1,11 +1,11 @@
-# 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
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2023-11-24 Thread Arthur Zamarin
commit: 047db641faa2a296956b96915b23f035fa0c27ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:04:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:04:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047db641

dev-python/python-editor: Stabilize 1.0.4-r2 arm64, #918130

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

 dev-python/python-editor/python-editor-1.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index 3064cb3580b8..7e5c91f55fbe 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -17,4 +17,4 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"



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

2023-06-07 Thread Sam James
commit: edae28e3cfc2e56aa75a3ff5c8608138cccf66b0
Author: Petr Vaněk  atlas  cz>
AuthorDate: Wed Jun  7 07:54:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  7 09:26:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edae28e3

dev-python/python-editor: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-python/python-editor/python-editor-1.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index 1ec9feb7425d..3064cb3580b8 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2022-08-15 Thread Michał Górny
commit: 59b03dd6a34f896c4408267e50a6197b0c4c2720
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 15 08:06:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 15 08:06:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b03dd6

dev-python/python-editor: Remove old

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

 dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
deleted file mode 100644
index 7269812c4253..
--- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Programmatically open an editor, capture the result"
-HOMEPAGE="https://github.com/fmoo/python-editor";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"



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

2022-08-15 Thread Agostino Sarubbo
commit: 4538d161b14e432b15bc0cab1e2acf4cb35c4caf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 15 07:39:35 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 15 07:39:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4538d161

dev-python/python-editor: amd64/x86 stable (ALLARCHES policy) wrt bug #865055

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/python-editor/python-editor-1.0.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index dc43d461812a..61ddedd7419d 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -17,4 +17,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"



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

2022-07-14 Thread Michał Górny
commit: dca0a2384a092fad224950722fb147fc32d329fd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 14 06:46:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 14 07:31:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca0a238

dev-python/python-editor: Use PEP517, EAPI 8, py3.11

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

 .../python-editor/python-editor-1.0.4-r2.ebuild  | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
new file mode 100644
index ..dc43d461812a
--- /dev/null
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Programmatically open an editor, capture the result"
+HOMEPAGE="
+   https://github.com/fmoo/python-editor/
+   https://pypi.org/project/python-editor/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"



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

2022-03-14 Thread Yixun Lan
commit: e83e121320091e9f20e8cb7673f27ba5ddc53c72
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Mar 10 15:34:43 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Mar 14 10:26:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83e1213

dev-python/python-editor: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
index 89dfe73ab973..7269812c4253 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,4 +12,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"



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

2021-05-19 Thread Michał Górny
commit: dfd50e9951147fe38eef54422c277c9ff046ac22
Author: Zamarin Arthur  gmail  com>
AuthorDate: Wed May 19 06:58:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 07:36:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd50e99

dev-python/python-editor: bump to python 3.10

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-editor/python-editor-1.0.4-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
index 97e21bb4bb2..9a402c14a52 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r1.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=( pypy3 python3_{7..9} )
+PYTHON_COMPAT=( pypy3 python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Programmatically open an editor, capture the result."



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

2021-05-19 Thread Michał Górny
commit: 4b96e551fc0e511069e999245cd053ca71b5e1e4
Author: Zamarin Arthur  gmail  com>
AuthorDate: Wed May 19 06:57:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 19 07:31:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b96e551

dev-python/python-editor: Mark ALLARCHES

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-editor/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-editor/metadata.xml 
b/dev-python/python-editor/metadata.xml
index 3c5614e4b63..3ea1ded7173 100644
--- a/dev-python/python-editor/metadata.xml
+++ b/dev-python/python-editor/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

https://github.com/fmoo/python-editor/issues
fmoo/python-editor



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

2020-10-17 Thread Louis Sautier
commit: ee8d2e708034e5971e496100a19c7414a0f5e460
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Oct 17 09:11:37 2020 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Oct 17 09:14:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee8d2e70

dev-python/python-editor: support PyPy3+Python3.9, remove six dep.

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Louis Sautier  gentoo.org>

 .../{python-editor-1.0.4.ebuild => python-editor-1.0.4-r1.ebuild}   | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/python-editor/python-editor-1.0.4.ebuild 
b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
similarity index 73%
rename from dev-python/python-editor/python-editor-1.0.4.ebuild
rename to dev-python/python-editor/python-editor-1.0.4-r1.ebuild
index a0cfe0c0d02..03b172a5e7c 100644
--- a/dev-python/python-editor/python-editor-1.0.4.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Programmatically open an editor, capture the result."
@@ -13,7 +13,3 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2020-08-02 Thread Michał Górny
commit: 9bc639d6713435b34e21a5151ae2cca15fa7f12b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:08:45 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:14:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc639d6

dev-python/python-editor: Remove py2.7

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

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

diff --git a/dev-python/python-editor/python-editor-1.0.4.ebuild 
b/dev-python/python-editor/python-editor-1.0.4.ebuild
index f1f26e7feea..a0cfe0c0d02 100644
--- a/dev-python/python-editor/python-editor-1.0.4.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit distutils-r1
 
 DESCRIPTION="Programmatically open an editor, capture the result."



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

2020-03-11 Thread Matthew Thode
commit: def9fbe7ec4a6b2fe8800925728a2fb03e2192bf
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 11 15:53:51 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Mar 11 15:58:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def9fbe7

dev-python/python-editor: 1.0.4 stable amd64 and x86

Closes: https://bugs.gentoo.org/712144
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git a/dev-python/python-editor/python-editor-1.0.4.ebuild 
b/dev-python/python-editor/python-editor-1.0.4.ebuild
index 63553b089a2..f1f26e7feea 100644
--- a/dev-python/python-editor/python-editor-1.0.4.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-03-11 Thread Matthew Thode
commit: 91433fa95ed11ce79daa201ca7975bf912f0d2e3
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 11 15:54:38 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Mar 11 15:58:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91433fa9

dev-python/python-editor: 1.0.3 cleanup

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-editor/Manifest   |  1 -
 dev-python/python-editor/python-editor-1.0.3.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/python-editor/Manifest 
b/dev-python/python-editor/Manifest
index 27c0e5e3012..8a5ce041fa3 100644
--- a/dev-python/python-editor/Manifest
+++ b/dev-python/python-editor/Manifest
@@ -1,2 +1 @@
-DIST python-editor-1.0.3.tar.gz 6975 BLAKE2B 
23a4b0990f8715eb0b0ce538f1fbf47d61cf7209588c8be31ae3fb047c706eaf2628c04b29dff517a221676566241f066053680749ab864d067334f875796eba
 SHA512 
258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab
 DIST python-editor-1.0.4.tar.gz 7132 BLAKE2B 
c955a2e3d2f607133781ef17146b20c13a409def6397e9698a8bc19c5a9f40af002a0f772455fb96e60088a732013ea6c471c198be0ac4c6c881724e762844c2
 SHA512 
c8ce2403bfe6c93935c7f4c384a8618a39cdaefe1ff5b1ff2cf4562866d8b3caa616e428c0a1634a56db934caeb474e7f84f8d5e009b9ed664189fdece8146f6

diff --git a/dev-python/python-editor/python-editor-1.0.3.ebuild 
b/dev-python/python-editor/python-editor-1.0.3.ebuild
deleted file mode 100644
index 2746008465f..000
--- a/dev-python/python-editor/python-editor-1.0.3.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Programmatically open an editor, capture the result."
-HOMEPAGE="https://github.com/fmoo/python-editor";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2020-02-05 Thread Andreas Sturmlechner
commit: 52f5856141b35dc1e9dbe8027c73bc1968abfcb6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb  4 21:39:21 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Feb  5 21:27:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f58561

dev-python/python-editor: 1.0.4 version bump, python3_8

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/python-editor/Manifest   |  1 +
 dev-python/python-editor/python-editor-1.0.4.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/python-editor/Manifest 
b/dev-python/python-editor/Manifest
index 97b4eb2d8e4..27c0e5e3012 100644
--- a/dev-python/python-editor/Manifest
+++ b/dev-python/python-editor/Manifest
@@ -1 +1,2 @@
 DIST python-editor-1.0.3.tar.gz 6975 BLAKE2B 
23a4b0990f8715eb0b0ce538f1fbf47d61cf7209588c8be31ae3fb047c706eaf2628c04b29dff517a221676566241f066053680749ab864d067334f875796eba
 SHA512 
258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab
+DIST python-editor-1.0.4.tar.gz 7132 BLAKE2B 
c955a2e3d2f607133781ef17146b20c13a409def6397e9698a8bc19c5a9f40af002a0f772455fb96e60088a732013ea6c471c198be0ac4c6c881724e762844c2
 SHA512 
c8ce2403bfe6c93935c7f4c384a8618a39cdaefe1ff5b1ff2cf4562866d8b3caa616e428c0a1634a56db934caeb474e7f84f8d5e009b9ed664189fdece8146f6

diff --git a/dev-python/python-editor/python-editor-1.0.4.ebuild 
b/dev-python/python-editor/python-editor-1.0.4.ebuild
new file mode 100644
index 000..63553b089a2
--- /dev/null
+++ b/dev-python/python-editor/python-editor-1.0.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Programmatically open an editor, capture the result."
+HOMEPAGE="https://github.com/fmoo/python-editor";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2017-12-02 Thread Mike Gilbert
commit: b625f0ef33005fc03444a476db294bed44de7ae8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sat Dec  2 20:45:27 2017 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sat Dec  2 20:55:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b625f0ef

dev-python/python-editor: 1.0.3 stable on amd64, bug 639114

Package-Manager: Portage-2.3.15, Repoman-2.3.6_p7

 dev-python/python-editor/Manifest   | 2 +-
 dev-python/python-editor/python-editor-1.0.3.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-editor/Manifest 
b/dev-python/python-editor/Manifest
index 5ef63616a92..d7cb54f0aaf 100644
--- a/dev-python/python-editor/Manifest
+++ b/dev-python/python-editor/Manifest
@@ -1,2 +1,2 @@
 DIST python-editor-0.4.tar.gz 6516 SHA256 
4421a7116bf3af957266f225bc79ad25b92839cc7974c8335bba5a6582edd3bf SHA512 
f1fd4660e67e8299a6f9183e85a1e213e1156542d84eae6644e4f42e5e2804f813857ee50bd8833728b320415ee6f2be5df4ca69acb10a709f20d2306eb5e7ad
 WHIRLPOOL 
2c68e5749bf7955315888a3bed45d3f3b68ef575804342e1391269a9f6f05ddce43242dc988dd29e805f9c165e06731b857238bdebd94e2e5c1f2f7181da24d9
-DIST python-editor-1.0.3.tar.gz 6975 SHA256 
a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565 SHA512 
258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab
 WHIRLPOOL 
e0bddecfe9c818916b306aab9c4acaf4efa5c1b2e405b221203939d3c01ef5bcc3ed8c2109a45dedbbe447ebeff02c3d17fe23dc8e40698e5206b19dd3ee5337
+DIST python-editor-1.0.3.tar.gz 6975 BLAKE2B 
23a4b0990f8715eb0b0ce538f1fbf47d61cf7209588c8be31ae3fb047c706eaf2628c04b29dff517a221676566241f066053680749ab864d067334f875796eba
 SHA512 
258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab

diff --git a/dev-python/python-editor/python-editor-1.0.3.ebuild 
b/dev-python/python-editor/python-editor-1.0.3.ebuild
index 69eee823a7f..2e7d9ef1f6e 100644
--- a/dev-python/python-editor/python-editor-1.0.3.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-11-30 Thread Thomas Deutschmann
commit: 36c2bd71375352ec60f9283c979f04cb9d4868a9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 30 18:49:19 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 30 19:02:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c2bd71

dev-python/python-editor: x86 stable (bug #639114)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-python/python-editor/python-editor-1.0.3.ebuild 
b/dev-python/python-editor/python-editor-1.0.3.ebuild
index 861c2a05820..69eee823a7f 100644
--- a/dev-python/python-editor/python-editor-1.0.3.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-05-04 Thread Manuel Rüger
commit: c6b04eacbb94d8ed1b2699b8abc01f735b627584
Author: Manuel Rüger  gentoo  org>
AuthorDate: Thu May  4 18:05:24 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Thu May  4 18:05:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b04eac

dev-python/python-editor: Add python3_6

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/python-editor/python-editor-1.0.3.ebuild 
b/dev-python/python-editor/python-editor-1.0.3.ebuild
index 5c17044026f..861c2a05820 100644
--- a/dev-python/python-editor/python-editor-1.0.3.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



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

2017-01-02 Thread Patrice Clement
commit: 43d5aa93a363d9ab39d190bd530c47d976ad20f2
Author: Anthony Ryan  gmail  com>
AuthorDate: Tue Dec 27 23:39:37 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Jan  2 09:59:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d5aa93

dev-python/python-editor: version bump to 1.0.3.

* EAPI=6
* KEYWORD="~arm" (tested on RK3288 armv7a)

Package-Manager: Portage-2.3.0, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3265

 dev-python/python-editor/Manifest   |  1 +
 dev-python/python-editor/metadata.xml   |  3 +--
 dev-python/python-editor/python-editor-1.0.3.ebuild | 20 
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-editor/Manifest 
b/dev-python/python-editor/Manifest
index 6605b8a..5ef6361 100644
--- a/dev-python/python-editor/Manifest
+++ b/dev-python/python-editor/Manifest
@@ -1 +1,2 @@
 DIST python-editor-0.4.tar.gz 6516 SHA256 
4421a7116bf3af957266f225bc79ad25b92839cc7974c8335bba5a6582edd3bf SHA512 
f1fd4660e67e8299a6f9183e85a1e213e1156542d84eae6644e4f42e5e2804f813857ee50bd8833728b320415ee6f2be5df4ca69acb10a709f20d2306eb5e7ad
 WHIRLPOOL 
2c68e5749bf7955315888a3bed45d3f3b68ef575804342e1391269a9f6f05ddce43242dc988dd29e805f9c165e06731b857238bdebd94e2e5c1f2f7181da24d9
+DIST python-editor-1.0.3.tar.gz 6975 SHA256 
a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565 SHA512 
258d1ea17ea1c09d8ef52d3b624cc17710559f4a8db3c64696f72aecfcc0830d3509dcdcc9d1ac272155b2aaab432edb7142b0a37f2c3263a2505bff940a3cab
 WHIRLPOOL 
e0bddecfe9c818916b306aab9c4acaf4efa5c1b2e405b221203939d3c01ef5bcc3ed8c2109a45dedbbe447ebeff02c3d17fe23dc8e40698e5206b19dd3ee5337

diff --git a/dev-python/python-editor/metadata.xml 
b/dev-python/python-editor/metadata.xml
index f8b8f83..3c5614e 100644
--- a/dev-python/python-editor/metadata.xml
+++ b/dev-python/python-editor/metadata.xml
@@ -5,9 +5,8 @@
prometheanf...@gentoo.org
Matthew Thode

-   
-   

+   https://github.com/fmoo/python-editor/issues
fmoo/python-editor
python-editor


diff --git a/dev-python/python-editor/python-editor-1.0.3.ebuild 
b/dev-python/python-editor/python-editor-1.0.3.ebuild
new file mode 100644
index ..841a330
--- /dev/null
+++ b/dev-python/python-editor/python-editor-1.0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Programmatically open an editor, capture the result."
+HOMEPAGE="https://github.com/fmoo/python-editor";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



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

2016-03-24 Thread Matt Thode
commit: b3f8f30a56f6b0f7a22f321cf42592c8b671485a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 03:38:12 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 03:38:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f8f30a

dev-python/python-editor: add py33 support

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/python-editor/python-editor-0.4.ebuild 
b/dev-python/python-editor/python-editor-0.4.ebuild
index 91fb831..2db4b77 100644
--- a/dev-python/python-editor/python-editor-0.4.ebuild
+++ b/dev-python/python-editor/python-editor-0.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
 
 inherit distutils-r1
 



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

2016-03-12 Thread Patrick Lauer
commit: ca39face178dbb37cf001b03a1783938181793ce
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sat Mar 12 10:00:33 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sat Mar 12 10:01:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca39face

dev-python/python-editor: Add py35

Package-Manager: portage-2.2.28

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

diff --git a/dev-python/python-editor/python-editor-0.4.ebuild 
b/dev-python/python-editor/python-editor-0.4.ebuild
index 1a8453d..91fb831 100644
--- a/dev-python/python-editor/python-editor-0.4.ebuild
+++ b/dev-python/python-editor/python-editor-0.4.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
 
 inherit distutils-r1
 



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

2016-02-27 Thread Matt Thode
commit: 5de371e6b652fe22b3dcad8542942b8efea0f763
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 07:03:15 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 07:03:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de371e6

dev-python/python-editor: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/python-editor/python-editor-0.4.ebuild 
b/dev-python/python-editor/python-editor-0.4.ebuild
index 7001492..1a8453d 100644
--- a/dev-python/python-editor/python-editor-0.4.ebuild
+++ b/dev-python/python-editor/python-editor-0.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-11-16 Thread Agostino Sarubbo
commit: 1bdd3dd23b5d136d3a6eed60c373ecb65b4e7e1d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 16:24:29 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 16:24:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdd3dd2

dev-python/python-editor: x86 stable wrt bug #565742

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git a/dev-python/python-editor/python-editor-0.4.ebuild 
b/dev-python/python-editor/python-editor-0.4.ebuild
index ab46dc1..7001492 100644
--- a/dev-python/python-editor/python-editor-0.4.ebuild
+++ b/dev-python/python-editor/python-editor-0.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-11-16 Thread Agostino Sarubbo
commit: 4dac28b74ed128ff1ec53c1bee4d1bea4bdd2176
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 16:12:52 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 16:12:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dac28b7

dev-python/python-editor: amd64 stable wrt bug #565742

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/python-editor/python-editor-0.4.ebuild 
b/dev-python/python-editor/python-editor-0.4.ebuild
index b747843..ab46dc1 100644
--- a/dev-python/python-editor/python-editor-0.4.ebuild
+++ b/dev-python/python-editor/python-editor-0.4.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2015-10-14 Thread Matt Thode
commit: 8bf053bdc69a35944d4e231330ad579d27a99eaf
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 15 05:22:54 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 15 05:22:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf053bd

dev-python/python-editor: adding for new alembic

Package-Manager: portage-2.2.20.1

 dev-python/python-editor/Manifest |  1 +
 dev-python/python-editor/metadata.xml | 10 ++
 dev-python/python-editor/python-editor-0.4.ebuild | 20 
 3 files changed, 31 insertions(+)

diff --git a/dev-python/python-editor/Manifest 
b/dev-python/python-editor/Manifest
new file mode 100644
index 000..6605b8a
--- /dev/null
+++ b/dev-python/python-editor/Manifest
@@ -0,0 +1 @@
+DIST python-editor-0.4.tar.gz 6516 SHA256 
4421a7116bf3af957266f225bc79ad25b92839cc7974c8335bba5a6582edd3bf SHA512 
f1fd4660e67e8299a6f9183e85a1e213e1156542d84eae6644e4f42e5e2804f813857ee50bd8833728b320415ee6f2be5df4ca69acb10a709f20d2306eb5e7ad
 WHIRLPOOL 
2c68e5749bf7955315888a3bed45d3f3b68ef575804342e1391269a9f6f05ddce43242dc988dd29e805f9c165e06731b857238bdebd94e2e5c1f2f7181da24d9

diff --git a/dev-python/python-editor/metadata.xml 
b/dev-python/python-editor/metadata.xml
new file mode 100644
index 000..d5dfd32
--- /dev/null
+++ b/dev-python/python-editor/metadata.xml
@@ -0,0 +1,10 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+

diff --git a/dev-python/python-editor/python-editor-0.4.ebuild 
b/dev-python/python-editor/python-editor-0.4.ebuild
new file mode 100644
index 000..b747843
--- /dev/null
+++ b/dev-python/python-editor/python-editor-0.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Programmatically open an editor, capture the result."
+HOMEPAGE="https://github.com/fmoo/python-editor";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"