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

2020-10-16 Thread Michał Górny
commit: d21840cd8404e0807fd167f403ffe44234654050
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 06:07:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21840cd

dev-python/ptpython: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748471
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/ptpython/ptpython-2.0.6.ebuild 
b/dev-python/ptpython/ptpython-2.0.6.ebuild
index c78a3359a53..c543ecf4590 100644
--- a/dev-python/ptpython/ptpython-2.0.6.ebuild
+++ b/dev-python/ptpython/ptpython-2.0.6.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
@@ -13,7 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="
dev-python/docopt[${PYTHON_USEDEP}]



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

2020-03-28 Thread Michał Górny
commit: 32fcf07c6de047ec23698116e3ed1236f7db7bcc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 16:52:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 17:06:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32fcf07c

dev-python/ptpython: Remove redundant versions

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

 dev-python/ptpython/Manifest|  1 -
 dev-python/ptpython/ptpython-0.33-r1.ebuild | 34 -
 2 files changed, 35 deletions(-)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index eb75f5f741e..3cd505f6fb7 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,2 +1 @@
-DIST ptpython-0.33.tar.gz 43295 BLAKE2B 
96df547c3a231124e2e34e5dd6d6a2fe661883d8c8f88a25d955c46b250b86319e343adc0a2265841ca69f115e9b0787a431c49db9de2de362cd5d0c4334ae1f
 SHA512 
fce9379e4522b2b644e6159c73e3eff2d0ced8de65462d4ad622f91feb46fa80a9e01a2c7aef1832b4fcf69de5c0c7d229c731149af7029eec46f88a0506ad71
 DIST ptpython-2.0.6.tar.gz 46980 BLAKE2B 
b78013d898bb01106315a7aea88f40c0a8ba70571ae8fb5376dcf7d67636f4e3d4d329c5c58dc4c2cdca80ec92313938250224c2560f91eda40bff6c5f59736c
 SHA512 
2d0a84e6515ad2e6523774b1136fdc822aed95e27e6a2d857952b703ea5def86de44166c2cffd8d2151cdf246088959d0a41279cb66b1249a865bff3ad02f4cc

diff --git a/dev-python/ptpython/ptpython-0.33-r1.ebuild 
b/dev-python/ptpython/ptpython-0.33-r1.ebuild
deleted file mode 100644
index e7c152fd13a..000
--- a/dev-python/ptpython/ptpython-0.33-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python REPL build on top of prompt_toolkit"
-HOMEPAGE="https://pypi.org/project/ptpython/ 
https://github.com/jonathanslenders/ptpython;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/docopt[${PYTHON_USEDEP}]
-   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-# Not included
-RESTRICT=test
-
-python_test() {
-   "${PYTHON}" tests/run_tests.py || die
-}



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

2019-12-29 Thread David Seifert
commit: 77388541627cf3855a474775e58ad62b52eea76d
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 29 13:06:13 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 29 13:06:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77388541

dev-python/ptpython: Remove old

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-python/ptpython/ptpython-0.33.ebuild | 34 
 1 file changed, 34 deletions(-)

diff --git a/dev-python/ptpython/ptpython-0.33.ebuild 
b/dev-python/ptpython/ptpython-0.33.ebuild
deleted file mode 100644
index 1f10534638a..000
--- a/dev-python/ptpython/ptpython-0.33.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_5 )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION="Python REPL build on top of prompt_toolkit"
-HOMEPAGE="https://pypi.org/project/ptpython/ 
https://github.com/jonathanslenders/ptpython;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/docopt[${PYTHON_USEDEP}]
-   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
-   dev-python/pygments[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-# Not included
-RESTRICT=test
-
-python_test() {
-   "${PYTHON}" tests/run_tests.py || die
-}



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

2019-12-12 Thread Aaron Bauman
commit: 32007856ee9832ae1dee5c8bb7c4a66a39fba09f
Author: Gabriel Linder  gmail  com>
AuthorDate: Sun Dec  8 12:43:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Dec 12 19:31:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32007856

dev-python/ptpython: bump to version 2.0.6.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Gabriel Linder  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13917
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/ptpython/Manifest  |  1 +
 dev-python/ptpython/metadata.xml  |  2 +-
 dev-python/ptpython/ptpython-2.0.6.ebuild | 24 
 3 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 8bd053531b2..eb75f5f741e 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1 +1,2 @@
 DIST ptpython-0.33.tar.gz 43295 BLAKE2B 
96df547c3a231124e2e34e5dd6d6a2fe661883d8c8f88a25d955c46b250b86319e343adc0a2265841ca69f115e9b0787a431c49db9de2de362cd5d0c4334ae1f
 SHA512 
fce9379e4522b2b644e6159c73e3eff2d0ced8de65462d4ad622f91feb46fa80a9e01a2c7aef1832b4fcf69de5c0c7d229c731149af7029eec46f88a0506ad71
+DIST ptpython-2.0.6.tar.gz 46980 BLAKE2B 
b78013d898bb01106315a7aea88f40c0a8ba70571ae8fb5376dcf7d67636f4e3d4d329c5c58dc4c2cdca80ec92313938250224c2560f91eda40bff6c5f59736c
 SHA512 
2d0a84e6515ad2e6523774b1136fdc822aed95e27e6a2d857952b703ea5def86de44166c2cffd8d2151cdf246088959d0a41279cb66b1249a865bff3ad02f4cc

diff --git a/dev-python/ptpython/metadata.xml b/dev-python/ptpython/metadata.xml
index f08e580eb25..ec02a39c699 100644
--- a/dev-python/ptpython/metadata.xml
+++ b/dev-python/ptpython/metadata.xml
@@ -7,6 +7,6 @@
   
   
 ptpython
-jonathanslenders/ptpython
+prompt-toolkit/ptpython
   
 

diff --git a/dev-python/ptpython/ptpython-2.0.6.ebuild 
b/dev-python/ptpython/ptpython-2.0.6.ebuild
new file mode 100644
index 000..0b3ce70fa4b
--- /dev/null
+++ b/dev-python/ptpython/ptpython-2.0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.org/project/ptpython/ 
https://github.com/prompt-toolkit/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/docopt[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-2.0.8[${PYTHON_USEDEP}]
+   

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

2018-07-20 Thread Mikle Kolyada
commit: 3a3ebf091dd55ad0bb0d5fd586310d88b7d2219e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 21 00:00:11 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 21 00:06:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3ebf09

dev-python/ptpython: x86 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/ptpython/ptpython-0.33-r1.ebuild 
b/dev-python/ptpython/ptpython-0.33-r1.ebuild
index 72e732eec88..40ce47986bf 100644
--- a/dev-python/ptpython/ptpython-0.33-r1.ebuild
+++ b/dev-python/ptpython/ptpython-0.33-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2018-06-24 Thread Mikle Kolyada
commit: 999e55f69af4429f9fa588a9b729174cef97cb69
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jun 24 09:34:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jun 24 09:39:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999e55f6

dev-python/ptpython: amd64 stable wrt bug #658884

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/ptpython/ptpython-0.33-r1.ebuild 
b/dev-python/ptpython/ptpython-0.33-r1.ebuild
index f27a8e8028d..72e732eec88 100644
--- a/dev-python/ptpython/ptpython-0.33-r1.ebuild
+++ b/dev-python/ptpython/ptpython-0.33-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2017-03-30 Thread Andrey Grozin
commit: 3e5264bae2d885b851c59170242d60dde09757f8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Thu Mar 30 18:19:46 2017 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Thu Mar 30 18:19:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5264ba

dev-python/ptpython: python3_6 added

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/ptpython/ptpython-0.33-r1.ebuild | 34 +
 1 file changed, 34 insertions(+)

diff --git a/dev-python/ptpython/ptpython-0.33-r1.ebuild 
b/dev-python/ptpython/ptpython-0.33-r1.ebuild
new file mode 100644
index 000..45f9f1f3314
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.33-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/docopt[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Not included
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" tests/run_tests.py || die
+}



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

2016-10-19 Thread Patrice Clement
commit: 842102af1d71417d9dc69fee896696ee36f934ac
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Oct 19 23:17:00 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Oct 19 23:22:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=842102af

dev-python/ptpython: clean up old.

Package-Manager: portage-2.3.0

 dev-python/ptpython/Manifest |  8 
 dev-python/ptpython/ptpython-0.20.ebuild | 31 
 dev-python/ptpython/ptpython-0.21.ebuild | 31 
 dev-python/ptpython/ptpython-0.22.ebuild | 31 
 dev-python/ptpython/ptpython-0.24.ebuild | 31 
 dev-python/ptpython/ptpython-0.25.ebuild | 33 --
 dev-python/ptpython/ptpython-0.28.ebuild | 33 --
 dev-python/ptpython/ptpython-0.29.ebuild | 35 
 dev-python/ptpython/ptpython-0.32.ebuild | 35 
 9 files changed, 268 deletions(-)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index b1e5287..cfbafae 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,9 +1 @@
-DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a0feea069b386cf9bee5bc4f SHA512 
2ff701d65f449676bd51cad6287723497a6ff8dd2dda5daf992125892c9d1131bfce7c648e8d53260e9d9a33d648ed1b97bb32f60253c106e6f96a58dcece848
 WHIRLPOOL 
c5ab855f747f785c5c29f54346eac6285779dfea054073caea4769e6a92593e48fc84fc2ed69cfcc6f44b17e1323f646c8a6070c892bcf1caf66f128ea748ff6
-DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e7013753218537f78425c2bac1181a0b SHA512 
d85c7167932cfc033324bf62e96b27ee9296eab92fc1f3ce9e4afac5af6f4e5bfaee1950fcdc76121acd7176efe79c61d6cb2b06a59e7a9a5c5c34a1b41a64d1
 WHIRLPOOL 
5290c0389893c13c8f4a69a4726faea984be62748ce0beff400e7b7eb8ef5fe1a352f0e37a2afc991d869d69c9afeaaee3c76a00c1157037bd35227d1837285f
-DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d23f3756b7923ebb57603536 SHA512 
76fbd2ce2db41f4918a2583cd1a5b2518b747fd09483e541a80df617f003cd9fc3d1c9d9699f50479b00f43ba651af49fb5cf44ddc0ba863d92949de0f182594
 WHIRLPOOL 
770f6544c10bad1632e7b58ec9af97baf611a1b15f40df1ab76a4a81ec080730716cf129f86c54767b0da3b4dfc1fb510f3479fd9953f3831bf77e8b78de7748
-DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e10402166c9ec9921e3bf661 SHA512 
38d0f34e8b9747bbab2d24d50fa06093b0b0e0431357ad00204af5f4d0707930b36d7ee22cb72accb34557832510cc9996fd525e64cb5959819a2ccc8fabbdeb
 WHIRLPOOL 
fee4beed23ab8e362281e1a88674abb22e31aeb341b5144c5bc10dbfaccd1b186f69dc42b6153d9d5c88dda9b937e6594f9e74c6a2e8a90f1bd587b69e53b37f
-DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 
200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2
 WHIRLPOOL 
c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210
-DIST ptpython-0.28.tar.gz 42771 SHA256 
f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d SHA512 
41d58dbf8f5428f7892480caf595e5a5a82a22ec2b44376518917cb7364592f38d39a32fa979b9afceca5517dc37de38887438cf91aedd43ac128f9de77fd424
 WHIRLPOOL 
5b2cd3f71c007065245cb6465812846145774e944583bc50407765612a383d74a432f75ac1686dbf2446292c0d4958878d9ea162a4fa7d0ff8777e69687c8580
-DIST ptpython-0.29.tar.gz 42867 SHA256 
2156a2b4c8cbe1ae2299d1c6a6077d6bbffd7579c4803c697d4dd4c39a566cb2 SHA512 
9a1c5d4f269ddc1afe9ccf958610232bb4c2ba9abb2f29de8cd5c7beb36034e222d5eb65bab638064e4d56d20f850fe11890b5d280dae510dade6d9e3e91b16a
 WHIRLPOOL 
b71acf9a5f9364471aa5781c4a758adb5440f67976642a788c1694f68a374b09f05ff7a3cb61a8b91c2d5ce2d351607a0065176d59706d5eed5da7269453e3f6
-DIST ptpython-0.32.tar.gz 42967 SHA256 
0dccac7b3f0ed6efe206ee61c4042950e52b4bee05680c499472115681d3efe8 SHA512 
85005a400789b6d861e708c5fcea1e93e414576927a933ff22dc5d2de087cb81c30d5c5acb93a4d8d62536ca3c6a036f83959a531ba4707c49a1934c7e5b38ba
 WHIRLPOOL 
15e36a0df88854632d68b4401c357160e4c089cb9155e567c92035dbfa05278fff4d1aa6bde7351123672e89c552f383b6167fd014f0ef0a8cd9e132c1050b1d
 DIST ptpython-0.33.tar.gz 43295 SHA256 
86bb8bc6b3b2e4c7d4b400867d53fd94ffc4fe029d146f7a54d4e53160479435 SHA512 
fce9379e4522b2b644e6159c73e3eff2d0ced8de65462d4ad622f91feb46fa80a9e01a2c7aef1832b4fcf69de5c0c7d229c731149af7029eec46f88a0506ad71
 WHIRLPOOL 
1b872bd57b5950c229c6777f84449d3d24ccc33ae61744c0f68a45e6432cb417e6dc0bf084487a38f5baaa9196e3dbb3d79abcfbc837b7e62fc21f009fa21866

diff --git a/dev-python/ptpython/ptpython-0.20.ebuild 
b/dev-python/ptpython/ptpython-0.20.ebuild
deleted file mode 100644
index 2fe19bf..
--- a/dev-python/ptpython/ptpython-0.20.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# 

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

2016-10-19 Thread Patrice Clement
commit: 8d48da3edb9900a3a37c2426d71eb07aae6161e4
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Oct 19 23:16:30 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Oct 19 23:22:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d48da3e

dev-python/ptpython: Stable for amd64+x86.

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/ptpython/ptpython-0.33.ebuild 
b/dev-python/ptpython/ptpython-0.33.ebuild
index e09cd21..19281ef 100644
--- a/dev-python/ptpython/ptpython-0.33.ebuild
+++ b/dev-python/ptpython/ptpython-0.33.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



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

2016-06-07 Thread Patrice Clement
commit: a58b959bd827ada7c2fe7a7800acffd8be00288f
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jun  7 16:48:33 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jun  7 21:18:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58b959b

dev-python/ptpython: Version bump.

Package-Manager: portage-2.2.28

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.33.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 74440be..b1e5287 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -6,3 +6,4 @@ DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c
 DIST ptpython-0.28.tar.gz 42771 SHA256 
f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d SHA512 
41d58dbf8f5428f7892480caf595e5a5a82a22ec2b44376518917cb7364592f38d39a32fa979b9afceca5517dc37de38887438cf91aedd43ac128f9de77fd424
 WHIRLPOOL 
5b2cd3f71c007065245cb6465812846145774e944583bc50407765612a383d74a432f75ac1686dbf2446292c0d4958878d9ea162a4fa7d0ff8777e69687c8580
 DIST ptpython-0.29.tar.gz 42867 SHA256 
2156a2b4c8cbe1ae2299d1c6a6077d6bbffd7579c4803c697d4dd4c39a566cb2 SHA512 
9a1c5d4f269ddc1afe9ccf958610232bb4c2ba9abb2f29de8cd5c7beb36034e222d5eb65bab638064e4d56d20f850fe11890b5d280dae510dade6d9e3e91b16a
 WHIRLPOOL 
b71acf9a5f9364471aa5781c4a758adb5440f67976642a788c1694f68a374b09f05ff7a3cb61a8b91c2d5ce2d351607a0065176d59706d5eed5da7269453e3f6
 DIST ptpython-0.32.tar.gz 42967 SHA256 
0dccac7b3f0ed6efe206ee61c4042950e52b4bee05680c499472115681d3efe8 SHA512 
85005a400789b6d861e708c5fcea1e93e414576927a933ff22dc5d2de087cb81c30d5c5acb93a4d8d62536ca3c6a036f83959a531ba4707c49a1934c7e5b38ba
 WHIRLPOOL 
15e36a0df88854632d68b4401c357160e4c089cb9155e567c92035dbfa05278fff4d1aa6bde7351123672e89c552f383b6167fd014f0ef0a8cd9e132c1050b1d
+DIST ptpython-0.33.tar.gz 43295 SHA256 
86bb8bc6b3b2e4c7d4b400867d53fd94ffc4fe029d146f7a54d4e53160479435 SHA512 
fce9379e4522b2b644e6159c73e3eff2d0ced8de65462d4ad622f91feb46fa80a9e01a2c7aef1832b4fcf69de5c0c7d229c731149af7029eec46f88a0506ad71
 WHIRLPOOL 
1b872bd57b5950c229c6777f84449d3d24ccc33ae61744c0f68a45e6432cb417e6dc0bf084487a38f5baaa9196e3dbb3d79abcfbc837b7e62fc21f009fa21866

diff --git a/dev-python/ptpython/ptpython-0.33.ebuild 
b/dev-python/ptpython/ptpython-0.33.ebuild
new file mode 100644
index 000..e09cd21
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.33.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/docopt[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Not included
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" tests/run_tests.py || die
+}



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

2016-04-01 Thread Andrey Grozin
commit: a75a9351e27733973b7b8e849ffa1ffaa49fbddf
Author: Andrey Grozin  gentoo  org>
AuthorDate: Fri Apr  1 16:27:26 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Fri Apr  1 16:27:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75a9351

dev-python/ptpython: bump to 0.32

Package-Manager: portage-2.2.28

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.32.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index b9536e6..74440be 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -5,3 +5,4 @@ DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e
 DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 
200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2
 WHIRLPOOL 
c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210
 DIST ptpython-0.28.tar.gz 42771 SHA256 
f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d SHA512 
41d58dbf8f5428f7892480caf595e5a5a82a22ec2b44376518917cb7364592f38d39a32fa979b9afceca5517dc37de38887438cf91aedd43ac128f9de77fd424
 WHIRLPOOL 
5b2cd3f71c007065245cb6465812846145774e944583bc50407765612a383d74a432f75ac1686dbf2446292c0d4958878d9ea162a4fa7d0ff8777e69687c8580
 DIST ptpython-0.29.tar.gz 42867 SHA256 
2156a2b4c8cbe1ae2299d1c6a6077d6bbffd7579c4803c697d4dd4c39a566cb2 SHA512 
9a1c5d4f269ddc1afe9ccf958610232bb4c2ba9abb2f29de8cd5c7beb36034e222d5eb65bab638064e4d56d20f850fe11890b5d280dae510dade6d9e3e91b16a
 WHIRLPOOL 
b71acf9a5f9364471aa5781c4a758adb5440f67976642a788c1694f68a374b09f05ff7a3cb61a8b91c2d5ce2d351607a0065176d59706d5eed5da7269453e3f6
+DIST ptpython-0.32.tar.gz 42967 SHA256 
0dccac7b3f0ed6efe206ee61c4042950e52b4bee05680c499472115681d3efe8 SHA512 
85005a400789b6d861e708c5fcea1e93e414576927a933ff22dc5d2de087cb81c30d5c5acb93a4d8d62536ca3c6a036f83959a531ba4707c49a1934c7e5b38ba
 WHIRLPOOL 
15e36a0df88854632d68b4401c357160e4c089cb9155e567c92035dbfa05278fff4d1aa6bde7351123672e89c552f383b6167fd014f0ef0a8cd9e132c1050b1d

diff --git a/dev-python/ptpython/ptpython-0.32.ebuild 
b/dev-python/ptpython/ptpython-0.32.ebuild
new file mode 100644
index 000..e09cd21
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.32.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/docopt[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Not included
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" tests/run_tests.py || die
+}



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

2016-02-25 Thread Justin Lecher
commit: 2ba9a2b922bd1b1ee21228c41112b3f8e4b94d57
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Feb 25 08:20:36 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Feb 25 08:21:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ba9a2b9

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.29.ebuild | 35 
 2 files changed, 36 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 0280a9a..b9536e6 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -4,3 +4,4 @@ DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d
 DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e10402166c9ec9921e3bf661 SHA512 
38d0f34e8b9747bbab2d24d50fa06093b0b0e0431357ad00204af5f4d0707930b36d7ee22cb72accb34557832510cc9996fd525e64cb5959819a2ccc8fabbdeb
 WHIRLPOOL 
fee4beed23ab8e362281e1a88674abb22e31aeb341b5144c5bc10dbfaccd1b186f69dc42b6153d9d5c88dda9b937e6594f9e74c6a2e8a90f1bd587b69e53b37f
 DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 
200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2
 WHIRLPOOL 
c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210
 DIST ptpython-0.28.tar.gz 42771 SHA256 
f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d SHA512 
41d58dbf8f5428f7892480caf595e5a5a82a22ec2b44376518917cb7364592f38d39a32fa979b9afceca5517dc37de38887438cf91aedd43ac128f9de77fd424
 WHIRLPOOL 
5b2cd3f71c007065245cb6465812846145774e944583bc50407765612a383d74a432f75ac1686dbf2446292c0d4958878d9ea162a4fa7d0ff8777e69687c8580
+DIST ptpython-0.29.tar.gz 42867 SHA256 
2156a2b4c8cbe1ae2299d1c6a6077d6bbffd7579c4803c697d4dd4c39a566cb2 SHA512 
9a1c5d4f269ddc1afe9ccf958610232bb4c2ba9abb2f29de8cd5c7beb36034e222d5eb65bab638064e4d56d20f850fe11890b5d280dae510dade6d9e3e91b16a
 WHIRLPOOL 
b71acf9a5f9364471aa5781c4a758adb5440f67976642a788c1694f68a374b09f05ff7a3cb61a8b91c2d5ce2d351607a0065176d59706d5eed5da7269453e3f6

diff --git a/dev-python/ptpython/ptpython-0.29.ebuild 
b/dev-python/ptpython/ptpython-0.29.ebuild
new file mode 100644
index 000..d14273e
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.29.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   dev-python/docopt[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-0.58[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# Not included
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" tests/run_tests.py || die
+}



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

2016-01-07 Thread Justin Lecher
commit: b86ef21dcd777b8bc3ad8f007eee22e4c5f20028
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Jan  7 09:28:15 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Jan  7 09:28:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86ef21d

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.28.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index f59b7fd..0280a9a 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -3,3 +3,4 @@ DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e70137532
 DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d23f3756b7923ebb57603536 SHA512 
76fbd2ce2db41f4918a2583cd1a5b2518b747fd09483e541a80df617f003cd9fc3d1c9d9699f50479b00f43ba651af49fb5cf44ddc0ba863d92949de0f182594
 WHIRLPOOL 
770f6544c10bad1632e7b58ec9af97baf611a1b15f40df1ab76a4a81ec080730716cf129f86c54767b0da3b4dfc1fb510f3479fd9953f3831bf77e8b78de7748
 DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e10402166c9ec9921e3bf661 SHA512 
38d0f34e8b9747bbab2d24d50fa06093b0b0e0431357ad00204af5f4d0707930b36d7ee22cb72accb34557832510cc9996fd525e64cb5959819a2ccc8fabbdeb
 WHIRLPOOL 
fee4beed23ab8e362281e1a88674abb22e31aeb341b5144c5bc10dbfaccd1b186f69dc42b6153d9d5c88dda9b937e6594f9e74c6a2e8a90f1bd587b69e53b37f
 DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 
200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2
 WHIRLPOOL 
c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210
+DIST ptpython-0.28.tar.gz 42771 SHA256 
f4bc7c4b129925be316c60669b5c0a5cc97edc0fb381fd007aa0ecc81758ee1d SHA512 
41d58dbf8f5428f7892480caf595e5a5a82a22ec2b44376518917cb7364592f38d39a32fa979b9afceca5517dc37de38887438cf91aedd43ac128f9de77fd424
 WHIRLPOOL 
5b2cd3f71c007065245cb6465812846145774e944583bc50407765612a383d74a432f75ac1686dbf2446292c0d4958878d9ea162a4fa7d0ff8777e69687c8580

diff --git a/dev-python/ptpython/ptpython-0.28.ebuild 
b/dev-python/ptpython/ptpython-0.28.ebuild
new file mode 100644
index 000..e3c7a9d
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.28.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/prompt_toolkit-0.57[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" tests/run_tests.py || die
+}



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

2015-10-31 Thread Justin Lecher
commit: c07c6c90c1d65f63e29102c985024f1d6b7d7c01
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Oct 31 10:25:25 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Oct 31 10:25:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07c6c90

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.25.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 9bcdda1..f59b7fd 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -2,3 +2,4 @@ DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a
 DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e7013753218537f78425c2bac1181a0b SHA512 
d85c7167932cfc033324bf62e96b27ee9296eab92fc1f3ce9e4afac5af6f4e5bfaee1950fcdc76121acd7176efe79c61d6cb2b06a59e7a9a5c5c34a1b41a64d1
 WHIRLPOOL 
5290c0389893c13c8f4a69a4726faea984be62748ce0beff400e7b7eb8ef5fe1a352f0e37a2afc991d869d69c9afeaaee3c76a00c1157037bd35227d1837285f
 DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d23f3756b7923ebb57603536 SHA512 
76fbd2ce2db41f4918a2583cd1a5b2518b747fd09483e541a80df617f003cd9fc3d1c9d9699f50479b00f43ba651af49fb5cf44ddc0ba863d92949de0f182594
 WHIRLPOOL 
770f6544c10bad1632e7b58ec9af97baf611a1b15f40df1ab76a4a81ec080730716cf129f86c54767b0da3b4dfc1fb510f3479fd9953f3831bf77e8b78de7748
 DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e10402166c9ec9921e3bf661 SHA512 
38d0f34e8b9747bbab2d24d50fa06093b0b0e0431357ad00204af5f4d0707930b36d7ee22cb72accb34557832510cc9996fd525e64cb5959819a2ccc8fabbdeb
 WHIRLPOOL 
fee4beed23ab8e362281e1a88674abb22e31aeb341b5144c5bc10dbfaccd1b186f69dc42b6153d9d5c88dda9b937e6594f9e74c6a2e8a90f1bd587b69e53b37f
+DIST ptpython-0.25.tar.gz 42214 SHA256 
6df30f3cde8db140daaf0243b54030e9d9acece8c2c424215edd90d437c257ae SHA512 
200ad3bfc709b7c2f6ee3d00d4e42f7484b9f13f84b9ce94ea49e52d866acaf5e44bdd057732df296c907ce2686e08a1be85385a1ffd05a4f35d50a9248498f2
 WHIRLPOOL 
c1dc0cbb4e5fa3ea11714e4b1016d076573c15734c49bb013e2bff4b23802a79e7cebb84c81a4762cd68dc4fbb0a5e98f8eea7e8a4a955b3744dcc027226f210

diff --git a/dev-python/ptpython/ptpython-0.25.ebuild 
b/dev-python/ptpython/ptpython-0.25.ebuild
new file mode 100644
index 000..b1e9753
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.25.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/prompt_toolkit-0.54[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+RESTRICT=test
+
+python_test() {
+   "${PYTHON}" tests/run_tests.py || die
+}



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

2015-09-24 Thread Justin Lecher
commit: 97c8dc23190cfc2231ba54d893b4ac79a7b5a067
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Sep 24 06:43:45 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Sep 24 11:09:22 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c8dc23

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.24.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index f400851..9bcdda1 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,3 +1,4 @@
 DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a0feea069b386cf9bee5bc4f SHA512 
2ff701d65f449676bd51cad6287723497a6ff8dd2dda5daf992125892c9d1131bfce7c648e8d53260e9d9a33d648ed1b97bb32f60253c106e6f96a58dcece848
 WHIRLPOOL 
c5ab855f747f785c5c29f54346eac6285779dfea054073caea4769e6a92593e48fc84fc2ed69cfcc6f44b17e1323f646c8a6070c892bcf1caf66f128ea748ff6
 DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e7013753218537f78425c2bac1181a0b SHA512 
d85c7167932cfc033324bf62e96b27ee9296eab92fc1f3ce9e4afac5af6f4e5bfaee1950fcdc76121acd7176efe79c61d6cb2b06a59e7a9a5c5c34a1b41a64d1
 WHIRLPOOL 
5290c0389893c13c8f4a69a4726faea984be62748ce0beff400e7b7eb8ef5fe1a352f0e37a2afc991d869d69c9afeaaee3c76a00c1157037bd35227d1837285f
 DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d23f3756b7923ebb57603536 SHA512 
76fbd2ce2db41f4918a2583cd1a5b2518b747fd09483e541a80df617f003cd9fc3d1c9d9699f50479b00f43ba651af49fb5cf44ddc0ba863d92949de0f182594
 WHIRLPOOL 
770f6544c10bad1632e7b58ec9af97baf611a1b15f40df1ab76a4a81ec080730716cf129f86c54767b0da3b4dfc1fb510f3479fd9953f3831bf77e8b78de7748
+DIST ptpython-0.24.tar.gz 41967 SHA256 
6dfb728183e92447de5b4de4ac1f6caa07c2ae29e10402166c9ec9921e3bf661 SHA512 
38d0f34e8b9747bbab2d24d50fa06093b0b0e0431357ad00204af5f4d0707930b36d7ee22cb72accb34557832510cc9996fd525e64cb5959819a2ccc8fabbdeb
 WHIRLPOOL 
fee4beed23ab8e362281e1a88674abb22e31aeb341b5144c5bc10dbfaccd1b186f69dc42b6153d9d5c88dda9b937e6594f9e74c6a2e8a90f1bd587b69e53b37f

diff --git a/dev-python/ptpython/ptpython-0.24.ebuild 
b/dev-python/ptpython/ptpython-0.24.ebuild
new file mode 100644
index 000..8da28ad
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.24.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/prompt_toolkit-0.52[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+pkg_postinst() {
+   optfeature "ipython enhanced version" dev-python/ipython
+}



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

2015-09-06 Thread Justin Lecher
commit: b9f2e676582e512de71a35f58d7a808984ab9972
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep  6 17:59:00 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep  6 17:59:00 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f2e676

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.22.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index 561fdfc..f400851 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,2 +1,3 @@
 DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a0feea069b386cf9bee5bc4f SHA512 
2ff701d65f449676bd51cad6287723497a6ff8dd2dda5daf992125892c9d1131bfce7c648e8d53260e9d9a33d648ed1b97bb32f60253c106e6f96a58dcece848
 WHIRLPOOL 
c5ab855f747f785c5c29f54346eac6285779dfea054073caea4769e6a92593e48fc84fc2ed69cfcc6f44b17e1323f646c8a6070c892bcf1caf66f128ea748ff6
 DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e7013753218537f78425c2bac1181a0b SHA512 
d85c7167932cfc033324bf62e96b27ee9296eab92fc1f3ce9e4afac5af6f4e5bfaee1950fcdc76121acd7176efe79c61d6cb2b06a59e7a9a5c5c34a1b41a64d1
 WHIRLPOOL 
5290c0389893c13c8f4a69a4726faea984be62748ce0beff400e7b7eb8ef5fe1a352f0e37a2afc991d869d69c9afeaaee3c76a00c1157037bd35227d1837285f
+DIST ptpython-0.22.tar.gz 40261 SHA256 
b5f23bbf59e134f222c3eef0c60163fe0c212628d23f3756b7923ebb57603536 SHA512 
76fbd2ce2db41f4918a2583cd1a5b2518b747fd09483e541a80df617f003cd9fc3d1c9d9699f50479b00f43ba651af49fb5cf44ddc0ba863d92949de0f182594
 WHIRLPOOL 
770f6544c10bad1632e7b58ec9af97baf611a1b15f40df1ab76a4a81ec080730716cf129f86c54767b0da3b4dfc1fb510f3479fd9953f3831bf77e8b78de7748

diff --git a/dev-python/ptpython/ptpython-0.22.ebuild 
b/dev-python/ptpython/ptpython-0.22.ebuild
new file mode 100644
index 000..975be6b
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.22.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Python REPL build on top of prompt_toolkit"
+HOMEPAGE="https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/prompt_toolkit-0.50[${PYTHON_USEDEP}]
+   >=dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+pkg_postinst() {
+   optfeature "ipython enhanced version" dev-python/ipython
+}



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

2015-08-09 Thread Justin Lecher
commit: 7c0a3f03210370576741a6c30c1962dfe7831995
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug  9 12:51:03 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Aug  9 12:52:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0a3f03

dev-python/ptpython: Version Bump

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/ptpython/Manifest |  1 +
 dev-python/ptpython/ptpython-0.21.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index e55979d..561fdfc 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1 +1,2 @@
 DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a0feea069b386cf9bee5bc4f SHA512 
2ff701d65f449676bd51cad6287723497a6ff8dd2dda5daf992125892c9d1131bfce7c648e8d53260e9d9a33d648ed1b97bb32f60253c106e6f96a58dcece848
 WHIRLPOOL 
c5ab855f747f785c5c29f54346eac6285779dfea054073caea4769e6a92593e48fc84fc2ed69cfcc6f44b17e1323f646c8a6070c892bcf1caf66f128ea748ff6
+DIST ptpython-0.21.tar.gz 27410 SHA256 
37aad517cf9d55e567697fe001bc2d07e7013753218537f78425c2bac1181a0b SHA512 
d85c7167932cfc033324bf62e96b27ee9296eab92fc1f3ce9e4afac5af6f4e5bfaee1950fcdc76121acd7176efe79c61d6cb2b06a59e7a9a5c5c34a1b41a64d1
 WHIRLPOOL 
5290c0389893c13c8f4a69a4726faea984be62748ce0beff400e7b7eb8ef5fe1a352f0e37a2afc991d869d69c9afeaaee3c76a00c1157037bd35227d1837285f

diff --git a/dev-python/ptpython/ptpython-0.21.ebuild 
b/dev-python/ptpython/ptpython-0.21.ebuild
new file mode 100644
index 000..b5b10e0
--- /dev/null
+++ b/dev-python/ptpython/ptpython-0.21.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION=Python REPL build on top of prompt_toolkit
+HOMEPAGE=https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
+SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+
+SLOT=0
+LICENSE=BSD
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=
+
+RDEPEND=
+   =dev-python/prompt_toolkit-0.46[${PYTHON_USEDEP}]
+   =dev-python/jedi-0.9.0[${PYTHON_USEDEP}]
+   dev-python/docopt[${PYTHON_USEDEP}]
+
+DEPEND=${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+
+
+pkg_postinst() {
+   optfeature ipython enhanced version dev-python/ipython
+}



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

2015-08-09 Thread Justin Lecher
commit: e71d061140452cdae6c0abb7845923256b4baedc
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug  9 12:43:14 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Aug  9 12:52:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71d0611

dev-python/ptpython: Drop old

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher jlec AT gentoo.org

 dev-python/ptpython/Manifest |  6 --
 dev-python/ptpython/ptpython-0.10.ebuild | 31 ---
 dev-python/ptpython/ptpython-0.11.ebuild | 31 ---
 dev-python/ptpython/ptpython-0.12.ebuild | 31 ---
 dev-python/ptpython/ptpython-0.15.ebuild | 31 ---
 dev-python/ptpython/ptpython-0.16.ebuild | 31 ---
 dev-python/ptpython/ptpython-0.18.ebuild | 31 ---
 7 files changed, 192 deletions(-)

diff --git a/dev-python/ptpython/Manifest b/dev-python/ptpython/Manifest
index a5e2b7b..e55979d 100644
--- a/dev-python/ptpython/Manifest
+++ b/dev-python/ptpython/Manifest
@@ -1,7 +1 @@
-DIST ptpython-0.10.tar.gz 20693 SHA256 
d4229b8c48e8e0dcb596a3e4983fb00443aa565a7a9c0fdb2d8457424e7309e1 SHA512 
7576b541de1ca69e247f15343bbc06a83683ed47fc4a955da95b3afed73b4dcb512988df802750d6620236b46f6bb24eab1d9ff5288606bfa52c05c577091bb6
 WHIRLPOOL 
486bca6fa38a4352a3071af095adc4d002cd4d8ef6c80d5092789885535514b6d13659cd1792cfd0167b651316d8340e2ce59db167e0182e35cb128872a7482e
-DIST ptpython-0.11.tar.gz 21759 SHA256 
50b66e6544f50b156cbad8afa299df11e39c288dabd618f5b22ebee7776ccab2 SHA512 
4762235eedba1e149cb7e2b8bf84c8d4de1281bb2b571484bdc82951da691d84faa0ad90fa82104e2adfc4074f4c21aaffb06edab148be5341086e4dfb2fbd72
 WHIRLPOOL 
41eab5ff26562596bd2d71bc3608d07b9d6b290914878d0b1c743782e64cd071fa7945211dbf77b117f906220f74b2a3ecc999e97bcdd06f5b68b5a5f843f630
-DIST ptpython-0.12.tar.gz 21761 SHA256 
a6e1f0499c428f37bb5227408dc5534bda2bb6d154cd5964ab94cf398f62c71e SHA512 
9a418b80257cf9c2828b9484f415c597e0f81acfa583292f0b63199d8f6d0a4191739ec4f9ff34b7258909d849aa81af4fac026372262999c48b3e0cfb014682
 WHIRLPOOL 
402c4bb24364ff26aa6b9de05f847dc319e17014c4822bbcbc5d99241844556e382875e498a66f75d1ffd23ccd353a431419fa6589877c2c46bb07304c809a13
-DIST ptpython-0.15.tar.gz 26567 SHA256 
6aa11f0393ce34b6e5376263b6a07c910032267b0c3d12e0c913a510882d4a40 SHA512 
b77824c20fde7046ddd9c10cf818aa7454ad9c4b116b1c48da7a214dbeb2634193eaaba6a6aa757b82e6003f01fa31bef739fb8a063856caaf647942bea36a78
 WHIRLPOOL 
535ff8e4679ff2ceae24f8278aae8e31cb1feebc478ca6c13f82b367a425948d7b44afde52b560925e9cdca87d016772bbfc3dffe170ec9c25c35c8768ff7c40
-DIST ptpython-0.16.tar.gz 28264 SHA256 
50737e5d3c16e0c447c2865dd5b5f66e9de0956a86be07dcce14335ef1e7c1d5 SHA512 
f15e8624deac55852f610bfb771b9899da7898b3e6d3eb40a70a276b3076304d4f55be07967a351899af499346f01a8d0b047415fd5126bfaa811a8fec230989
 WHIRLPOOL 
a7ddab2842e218a7e7e9e3d4fa0afef33534e3cb1468b5f6d38e2594f124b2ece8a362d7891e5aa1433bdec4f136cf49cd45326194012e8cef1b44a9465d
-DIST ptpython-0.18.tar.gz 29450 SHA256 
be231639bd0dba13c1dc34af1728111bd8a2bf2b25bb18b3b58ad7a28432668d SHA512 
3831177c1c93259dd974a30b4ee2722da8d0ac3e8f9d53ff5430fc1d9bbe8d5b7cfec4e54b101272ee98b81bee392b81af7a0ce06b94ca421cf4904ef6311753
 WHIRLPOOL 
127c4ddd2037b775600f6fcfc7ee1441f64361934661468648e3f6e29f065b4f6ae8d30c686c293405e47d8e04ecc78fcb968bd1576bda6156c6e22a0fd9cbe6
 DIST ptpython-0.20.tar.gz 29618 SHA256 
a6ebe6f6e496693c69f460e46296492832b47997a0feea069b386cf9bee5bc4f SHA512 
2ff701d65f449676bd51cad6287723497a6ff8dd2dda5daf992125892c9d1131bfce7c648e8d53260e9d9a33d648ed1b97bb32f60253c106e6f96a58dcece848
 WHIRLPOOL 
c5ab855f747f785c5c29f54346eac6285779dfea054073caea4769e6a92593e48fc84fc2ed69cfcc6f44b17e1323f646c8a6070c892bcf1caf66f128ea748ff6

diff --git a/dev-python/ptpython/ptpython-0.10.ebuild 
b/dev-python/ptpython/ptpython-0.10.ebuild
deleted file mode 100644
index 920561d..000
--- a/dev-python/ptpython/ptpython-0.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
-
-inherit distutils-r1 eutils
-
-DESCRIPTION=Python REPL build on top of prompt_toolkit
-HOMEPAGE=https://pypi.python.org/pypi/ptpython/ 
https://github.com/jonathanslenders/ptpython;
-SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
-
-SLOT=0
-LICENSE=BSD
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=
-
-RDEPEND=
-   =dev-python/prompt_toolkit-0.37[${PYTHON_USEDEP}]
-   =dev-python/jedi-0.8.1-r1[${PYTHON_USEDEP}]
-   dev-python/docopt[${PYTHON_USEDEP}]
-
-DEPEND=${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-
-
-pkg_postinst() {
-   optfeature ipython enhanced version dev-python/ipython
-}

diff --git a/dev-python/ptpython/ptpython-0.11.ebuild 
b/dev-python/ptpython/ptpython-0.11.ebuild