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

2024-05-17 Thread Michał Górny
commit: edd821e59eb31836c11ab60686efdacd5c830b86
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 18:29:32 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 18:40:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd821e5

dev-python/ipython_genutils: Enable py3.13

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

 dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index f25bd3446f45..95009cf0bf6d 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2023-11-20 Thread Michał Górny
commit: 2a27992d92c74b590f14821e3906f2c3512aeb42
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 13:43:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 15:02:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a27992d

dev-python/ipython_genutils: Enable pypy3

Sponsored-by: Ex Makhina, Inc.  exmakhina.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index bb67d12ad31f..f25bd3446f45 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-31 Thread Michał Górny
commit: 49982f9e38a614aa7893027b6dcf4e50d6071a68
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 17:38:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 17:40:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49982f9e

dev-python/ipython_genutils: Enable py3.12

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

 dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index 632fa122f684..bb67d12ad31f 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
@@ -4,19 +4,24 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 
 DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils";
+HOMEPAGE="
+   https://github.com/ipython/ipython_genutils/
+   https://pypi.org/project/ipython_genutils/
+"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 # Needed because package provides decorators which use pytest (after patch)
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
 
 PATCHES=(
"${FILESDIR}/${P}-remove-nose.patch"



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

2022-08-17 Thread Arthur Zamarin
commit: de4973b008c682e51f5541aceb2ab65cc1dbe434
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 19:39:39 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 19:39:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4973b0

dev-python/ipython_genutils: drop 0.2.0-r3

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

 .../ipython_genutils-0.2.0-r3.ebuild   | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
deleted file mode 100644
index 1965d19edab4..
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-# Needed because package provides decorators which use nose
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-distutils_enable_tests nose



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

2022-08-17 Thread Arthur Zamarin
commit: cbc7567284ef41d47e77149608b71da7bbd8a60a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 17 18:43:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 17 18:43:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc75672

dev-python/ipython_genutils: Stabilize 0.2.0-r4 ALLARCHES, #865597

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

 dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index 25326795b10a..d4e4d6b31cb0 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # Needed because package provides decorators which use pytest (after patch)
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"



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

2022-07-16 Thread Arthur Zamarin
commit: a9cc94e56222d5dbcca91fcbe2c779d76a3fa192
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 16 16:48:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 16 16:48:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cc94e5

dev-python/ipython_genutils: fix patch whitespaces

Closes: https://bugs.gentoo.org/858371
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../files/ipython_genutils-0.2.0-remove-nose.patch   | 12 +++-
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch 
b/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch
index 016c05880ee9..a483aad330fa 100644
--- a/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch
+++ b/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch
@@ -107,16 +107,18 @@ 
https://build.opensuse.org/package/view_file/devel:languages:python:jupyter/pyth
 
 --- a/ipython_genutils/tests/test_importstring.py
 +++ b/ipython_genutils/tests/test_importstring.py
-@@ -3,7 +3,7 @@
+@@ -3,25 +3,25 @@
  # Copyright (c) IPython Development Team.
  # Distributed under the terms of the Modified BSD License.
 
 -import nose.tools as nt
-+import pytest
-
+-
  from ..importstring import import_item
 
-@@ -11,17 +11,17 @@ def test_import_plain():
++import pytest
++
++
+ def test_import_plain():
  "Test simple imports"
  import os
  os2 = import_item('os')
@@ -135,8 +137,8 @@ 
https://build.opensuse.org/package/view_file/devel:languages:python:jupyter/pyth
  def test_import_raises():
  "Test that failing imports raise the right exception"
 -nt.assert_raises(ImportError, import_item, 'IPython.foobar')
+-
 +pytest.raises(ImportError, import_item, 'IPython.foobar')
-
 --- a/ipython_genutils/tests/test_path.py
 +++ b/ipython_genutils/tests/test_path.py
 @@ -5,15 +5,12 @@



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

2022-07-16 Thread Arthur Zamarin
commit: 8c53359bae4ca2cb3a31bf177da32bfbee615ff0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 16 11:07:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 16 12:22:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c53359b

dev-python/ipython_genutils: enable py3.11

Uses patch from opensuse to remove dep on nose

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

 .../files/ipython_genutils-0.2.0-remove-nose.patch | 262 +
 .../ipython_genutils-0.2.0-r4.ebuild   |  26 ++
 2 files changed, 288 insertions(+)

diff --git 
a/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch 
b/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch
new file mode 100644
index ..016c05880ee9
--- /dev/null
+++ b/dev-python/ipython_genutils/files/ipython_genutils-0.2.0-remove-nose.patch
@@ -0,0 +1,262 @@
+Use pytest instead of nose in testing & backend implementation
+
+https://build.opensuse.org/package/view_file/devel:languages:python:jupyter/python-ipython_genutils/denose.patch
+
+--- a/ipython_genutils/testing/decorators.py
 b/ipython_genutils/testing/decorators.py
+@@ -35,6 +35,7 @@ import sys
+ import os
+ import tempfile
+ import unittest
++import pytest
+
+ # For onlyif_cmd_exists decorator
+ from ..py3compat import string_types, which
+@@ -131,81 +132,12 @@ def make_label_dec(label,ds=None):
+ # Inspired by numpy's skipif, but uses the full apply_wrapper utility to
+ # preserve function metadata better and allows the skip condition to be a
+ # callable.
+-def skipif(skip_condition, msg=None):
+-''' Make function raise SkipTest exception if skip_condition is true
+-
+-Parameters
+---
+-
+-skip_condition : bool or callable
+-  Flag to determine whether to skip test. If the condition is a
+-  callable, it is used at runtime to dynamically make the decision. This
+-  is useful for tests that may require costly imports, to delay the cost
+-  until the test suite is actually executed.
+-msg : string
+-  Message to give on raising a SkipTest exception.
+-
+-Returns
+----
+-decorator : function
+-  Decorator, which, when applied to a function, causes SkipTest
+-  to be raised when the skip_condition was True, and the function
+-  to be called normally otherwise.
+-
+-Notes
+--
+-You will see from the code that we had to further decorate the
+-decorator with the nose.tools.make_decorator function in order to
+-transmit function name, and various other metadata.
+-'''
+-
+-def skip_decorator(f):
+-# Local import to avoid a hard nose dependency and only incur the
+-# import time overhead at actual test-time.
+-import nose
+-
+-# Allow for both boolean or callable skip conditions.
+-if callable(skip_condition):
+-skip_val = skip_condition
+-else:
+-skip_val = lambda : skip_condition
+-
+-def get_msg(func,msg=None):
+-"""Skip message with information about function being skipped."""
+-if msg is None: out = 'Test skipped due to test condition.'
+-else: out = msg
+-return "Skipping test: %s. %s" % (func.__name__,out)
+-
+-# We need to define *two* skippers because Python doesn't allow both
+-# return with value and yield inside the same function.
+-def skipper_func(*args, **kwargs):
+-"""Skipper for normal test functions."""
+-if skip_val():
+-raise nose.SkipTest(get_msg(f,msg))
+-else:
+-return f(*args, **kwargs)
+-
+-def skipper_gen(*args, **kwargs):
+-"""Skipper for test generators."""
+-if skip_val():
+-raise nose.SkipTest(get_msg(f,msg))
+-else:
+-for x in f(*args, **kwargs):
+-yield x
+-
+-# Choose the right skipper to use when building the actual generator.
+-if nose.util.isgenerator(f):
+-skipper = skipper_gen
+-else:
+-skipper = skipper_func
+-
+-return nose.tools.make_decorator(f)(skipper)
+-
+-return skip_decorator
++def skipif(skip_condition, msg=""):
++return pytest.mark.skipif(skip_condition, reason=msg)
+
+ # A version with the condition set to true, common case just to attach a 
message
+ # to a skip decorator
+-def skip(msg=None):
++def skip(msg=""):
+ """Decorator factory - mark a test function for skipping from test suite.
+
+ Parameters
+@@ -219,7 +151,6 @@ def skip(msg=None):
+  Decorator, which, when applied to a function, causes SkipTest
+  to be raised, with the optional message added.
+   """
+-
+ return skipif(True,msg)
+
+
+--- a/ipython_genutils/tests/test_importstring.py
 b/ipython_genutils/tests/test_importstring.py
+@@ -3,7 +3,7 @@
+ # Co

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

2022-03-15 Thread Michał Górny
commit: 580eb7bc0ee692aabef7c2e9ba0556d60561e2f0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 14:09:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 14:09:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580eb7bc

dev-python/ipython_genutils: Remove old

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

 .../ipython_genutils-0.2.0-r2.ebuild   | 22 --
 1 file changed, 22 deletions(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
deleted file mode 100644
index c7cb19c04a5f..
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-# Needed because package provides decorators which use nose
-RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
-
-distutils_enable_tests nose



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

2022-03-15 Thread Jakov Smolić
commit: c0f11b412e7fac520d621d0c3e4c1ca6fd7a388d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 11:43:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 11:43:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f11b41

dev-python/ipython_genutils: Stabilize 0.2.0-r3 ALLARCHES, #835217

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
index 1f61e977886a..1965d19edab4 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # Needed because package provides decorators which use nose
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2022-01-29 Thread Michał Górny
commit: 140b3425ae3ecc8338377eb908581478dccadfbc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 29 14:59:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 29 14:59:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140b3425

dev-python/ipython_genutils: Switch to PEP 517 build

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

 .../ipython_genutils-0.2.0-r3.ebuild   | 22 ++
 1 file changed, 22 insertions(+)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
new file mode 100644
index ..1f61e977886a
--- /dev/null
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Vestigial utilities from IPython"
+HOMEPAGE="https://github.com/ipython/ipython_genutils";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+# Needed because package provides decorators which use nose
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
+
+distutils_enable_tests nose



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

2021-09-08 Thread Sam James
commit: 3937d2149e1a369f752be2a3103abfde3582d4db
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep  8 14:35:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 16:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3937d214

dev-python/ipython_genutils: stable 0.2.0-r2 for sparc, bug #811939

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index b548c50fbf7..48754608589 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 # Needed because package provides decorators which use nose
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2021-08-24 Thread Sam James
commit: 9723a627a640b4d3e4eedd6105b2935bd5b2b7a5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 23 19:32:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 24 23:20:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9723a627

dev-python/ipython_genutils: keyworded 0.2.0-r2 for hppa, bug #808378

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index 00e18bbf6e5..917d9948424 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~riscv ~sparc x86"
 
 # Needed because package provides decorators which use nose
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2021-06-28 Thread Yixun Lan
commit: c1821496efc7cd2ee08e239cf15609e5b3a59053
Author: Ye Cao  rioslab  org>
AuthorDate: Mon Jun 28 07:06:46 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 29 05:48:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1821496

dev-python/ipython_genutils: add ~riscv keyword

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ye Cao  rioslab.org>
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index 1b26443f2e8..00e18bbf6e5 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc x86"
 
 # Needed because package provides decorators which use nose
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2021-06-19 Thread Sam James
commit: 8a20064c93a07f3226673b8611b5bbd200e23c32
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 20 01:54:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 20 01:54:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a20064c

dev-python/ipython_genutils: Keyword 0.2.0-r2 sparc, #796365

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

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index aa4c43d5ec0..1b26443f2e8 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~sparc x86"
 
 # Needed because package provides decorators which use nose
 RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"



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

2021-05-06 Thread Michał Górny
commit: 29cb42ee95ffeb97eaa5b46d29b3fe496966c7c0
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu May  6 10:22:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 11:38:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cb42ee

dev-python/ipython_genutils: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index f65b6cb184d..aa4c43d5ec0 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-03-13 Thread Sam James
commit: 49ae33f7de2d14ee84b25afdd1014ddd12368c63
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 14 01:29:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 14 01:29:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ae33f7

dev-python/ipython_genutils: mark ALLARCHES

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

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

diff --git a/dev-python/ipython_genutils/metadata.xml 
b/dev-python/ipython_genutils/metadata.xml
index 6f8e61b033c..c48cf7e58d7 100644
--- a/dev-python/ipython_genutils/metadata.xml
+++ b/dev-python/ipython_genutils/metadata.xml
@@ -9,6 +9,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 This package contains some common utilities shared by Jupyter and
 IPython projects during The Big Split. As soon as possible, those



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

2021-03-13 Thread Sam James
commit: 4d6b994866931b3c65a262689e508f2b3b2b4383
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 14 01:25:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 14 01:25:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6b9948

dev-python/ipython_genutils: add missing nose runtime dep

Provides decorators which need nose.

>From dev-python/notebook:
/usr/lib/python3.7/site-packages/_pytest/assertion/rewrite.py:170: in 
exec_module
exec(co, module.__dict__)
notebook/nbconvert/tests/test_nbconvert_handlers.py:50: in 
class APITest(NotebookTestBase):
notebook/nbconvert/tests/test_nbconvert_handlers.py:83: in APITest
@onlyif_cmds_exist('pandoc')
/usr/lib/python3.7/site-packages/ipython_genutils/testing/decorators.py:165: in 
skip_decorator
import nose
E   ModuleNotFoundError: No module named 'nose'

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

 ...hon_genutils-0.2.0-r1.ebuild => ipython_genutils-0.2.0-r2.ebuild} | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
similarity index 72%
rename from dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
rename to dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
index 3cd68c1222b..f65b6cb184d 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,4 +15,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 
+# Needed because package provides decorators which use nose
+RDEPEND="dev-python/nose[${PYTHON_USEDEP}]"
+
 distutils_enable_tests nose



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

2020-08-02 Thread Sam James
commit: a6e7f8d93e47dfa73617a5bed5612ab1b8f40c45
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  3 03:09:57 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  3 03:09:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e7f8d9

dev-python/ipython_genutils: arm64 stable (bug #732342)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
index 782651a251c..6a14099f89e 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 x86"
 
 distutils_enable_tests nose



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

2020-07-30 Thread Sam James
commit: b86d01d3e21de899c1c7c8662fb0508e2de10df6
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 31 00:48:35 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 31 00:48:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86d01d3

dev-python/ipython_genutils: x86 stable (bug #715070)

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
index 7a9dc4c3442..782651a251c 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 
 distutils_enable_tests nose



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

2020-07-07 Thread Michał Górny
commit: 4f53de2577302e56d32b9634a3024ae55a3237da
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul  7 19:58:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul  7 20:01:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f53de25

dev-python/ipython_genutils: Stabilize 0.2.0-r1 amd64, #715070

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

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
index bdcb7286b82..e6cb3f3a288 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -13,6 +13,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 
 distutils_enable_tests nose



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

2020-06-08 Thread Michał Górny
commit: fa67fee9aa963a5e657903bd3cd40913861c9976
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  8 17:23:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  8 17:36:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa67fee9

dev-python/ipython_genutils: Port to py39

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

 .../ipython_genutils/ipython_genutils-0.2.0-r1.ebuild | 15 ++-
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
index 9036c7d809c..bdcb7286b82 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -14,16 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   )
-   "
-
-python_test() {
-   nosetests --with-coverage --cover-package=ipython_genutils 
ipython_genutils || die
-}
+distutils_enable_tests nose



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

2020-03-02 Thread Andrey Grozin
commit: fe9ca10ee7359973da35f459406866ff137591ba
Author: Andrey Grozin  gentoo  org>
AuthorDate: Mon Mar  2 15:06:54 2020 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Mon Mar  2 15:06:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9ca10e

dev-python/ipython_genutils: add python3_8

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrey Grozin  gentoo.org>

 .../ipython_genutils-0.2.0-r1.ebuild   | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
new file mode 100644
index 000..9036c7d809c
--- /dev/null
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r1.ebuild
@@ -0,0 +1,29 @@
+# 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="Vestigial utilities from IPython"
+HOMEPAGE="https://github.com/ipython/ipython_genutils";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )
+   "
+
+python_test() {
+   nosetests --with-coverage --cover-package=ipython_genutils 
ipython_genutils || die
+}



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

2020-02-05 Thread Michał Górny
commit: 54ee15bf92a950e588d7102b7768c48558653a81
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 14:33:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 14:37:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ee15bf

dev-python/ipython_genutils: Remove py2

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

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
index 0308a9c4a08..3fbbb3d68c8 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2018-05-16 Thread Andreas Sturmlechner
commit: 5b12cf397e8d9a812f3377a058a5db5ecd3980bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed May 16 13:34:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May 16 15:56:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b12cf39

dev-python/ipython_genutils: Drop old

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 dev-python/ipython_genutils/Manifest   |  1 -
 .../ipython_genutils/ipython_genutils-0.1.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/ipython_genutils/Manifest 
b/dev-python/ipython_genutils/Manifest
index d9111aac3bd..83b179fdcc7 100644
--- a/dev-python/ipython_genutils/Manifest
+++ b/dev-python/ipython_genutils/Manifest
@@ -1,2 +1 @@
-DIST ipython_genutils-0.1.0.tar.gz 22255 BLAKE2B 
ee24a3b226894d51c36d2e3e7ec5a0422c571b46670d7822f0555b2f5551be176560e76682d4c7e7e167cd0bbd9b321d4dd936495ee824c7e49a4d5aab1a9f85
 SHA512 
714f850783d5e3c042da409217c0e213cbce249a42fd689c3559745861a991fecb5dbf98a012a4186053d9bb7ca4d52dad742b676eeb5163bc4dfbf256181081
 DIST ipython_genutils-0.2.0.tar.gz 22208 BLAKE2B 
1a898e11cec26787f530f72e2d2a79e7834664e0f6be6a27ddd426bc2d0b3f39ee46e9ea10ad03e01a08054873c9752007038e863d7dd9e501613a68e40e1635
 SHA512 
0e5a9f8be17d98dfb74ec77d1360ee79276a13fe1914e6d31e8740f06375ed1671c49356a77f118495f50823b8384c1e2c5b6fae73965e3d4249c831b9a2b095

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
deleted file mode 100644
index 438b767b115..000
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE="test"
-
-DEPEND="
-   test? (
-   dev-python/nose[${PYTHON_USEDEP}]
-   dev-python/coverage[${PYTHON_USEDEP}]
-   )
-   "
-
-python_test() {
-   nosetests --with-coverage --cover-package=ipython_genutils 
ipython_genutils || die
-}



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

2018-05-16 Thread Agostino Sarubbo
commit: d1622fe3622ebc9da61a29b2ede7511020e5d134
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 16 12:25:56 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 16 12:25:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1622fe3

dev-python/ipython_genutils: amd64 stable wrt bug #596714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
index b581c4948c5..b1cc5f7d33a 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="test"
 
 DEPEND="



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

2018-04-21 Thread Thomas Deutschmann
commit: fccd5cd318ab4ef8495a83632f879ed0324bd5d1
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Apr 22 01:30:00 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Apr 22 01:35:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fccd5cd3

dev-python/ipython_genutils: x86 stable (bug #596714)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
index 7d7a01d8c15..b581c4948c5 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 x86"
 IUSE="test"
 
 DEPEND="



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

2018-03-21 Thread Markus Meier
commit: 4739ac7e1fb6ce0067c93d93e26b400b02b8ad60
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 21 20:22:12 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 21 20:22:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739ac7e

dev-python/ipython_genutils: add ~arm, bug #604532

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
index 3097cf4b687..7d7a01d8c15 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2018-03-11 Thread Matt Turner
commit: a594f0b1e11d95a40447204b4eda3995865356dd
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Mar 12 00:49:23 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Mar 12 00:50:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a594f0b1

dev-python/ipython_genutils-0.2.0: added ~ppc, bug 604532

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
index 45197675d73..3097cf4b687 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2018-03-04 Thread Sergei Trofimovich
commit: f847a378a52e05e5ca3d4929d8fdd897df9d77c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Mar  4 22:37:48 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Mar  4 22:37:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f847a378

dev-python/ipython_genutils: stable 0.2.0 for ppc64, bug #596714

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
index b8767f4bff2..45197675d73 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.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"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2017-03-16 Thread David Seifert
commit: e3f3ea40fd013d4f22f1ec0a6cfd8c6d3a3646e2
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Tue Mar 14 11:19:36 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Mar 16 19:11:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f3ea40

dev-python/ipython_genutils: Version bump to 0.2.0

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

 dev-python/ipython_genutils/Manifest   |  1 +
 .../ipython_genutils/ipython_genutils-0.2.0.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/ipython_genutils/Manifest 
b/dev-python/ipython_genutils/Manifest
index 2fed2a29b5c..2c9381bda40 100644
--- a/dev-python/ipython_genutils/Manifest
+++ b/dev-python/ipython_genutils/Manifest
@@ -1 +1,2 @@
 DIST ipython_genutils-0.1.0.tar.gz 22255 SHA256 
3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6 SHA512 
714f850783d5e3c042da409217c0e213cbce249a42fd689c3559745861a991fecb5dbf98a012a4186053d9bb7ca4d52dad742b676eeb5163bc4dfbf256181081
 WHIRLPOOL 
2696d088cd1f1a8faeb8fa847da8b41205b7823eae02813f2fa8769c392918b0d990007f451bb77704d732b7e700ef02b39144dc0a42db14c6399c076e5db91c
+DIST ipython_genutils-0.2.0.tar.gz 22208 SHA256 
eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8 SHA512 
0e5a9f8be17d98dfb74ec77d1360ee79276a13fe1914e6d31e8740f06375ed1671c49356a77f118495f50823b8384c1e2c5b6fae73965e3d4249c831b9a2b095
 WHIRLPOOL 
a1527ffb4bcdbb9eeb92d7c6e07d3ddf34744f48d2715a5148c9f6855eb33cdb3491b5706b222372008c04d86ea22c4163752d10b3a4fefda6b568d68e5477d3

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
new file mode 100644
index 000..b8767f4bff2
--- /dev/null
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0.ebuild
@@ -0,0 +1,28 @@
+# 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
+
+DESCRIPTION="Vestigial utilities from IPython"
+HOMEPAGE="https://github.com/ipython/ipython_genutils";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+DEPEND="
+   test? (
+   dev-python/nose[${PYTHON_USEDEP}]
+   dev-python/coverage[${PYTHON_USEDEP}]
+   )
+   "
+
+python_test() {
+   nosetests --with-coverage --cover-package=ipython_genutils 
ipython_genutils || die
+}



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

2017-03-10 Thread Zac Medico
commit: fd1ddc848228aa6f915a3281a708cc352f1db848
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Mar 11 02:50:45 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Mar 11 02:51:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1ddc84

dev-python/ipython_genutils: Add python3_6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.4, Repoman-2.3.2

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
index 12b5e3a35ea..438b767b115 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-01-13 Thread Patrice Clement
commit: bb8b259011355e2727518087f11586f18c7bfa56
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Jan 13 22:51:22 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jan 13 22:56:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8b2590

dev-python/ipython_genutils: stable for amd64.

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
index f79cd60..1444a15 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="test"
 
 DEPEND="



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

2016-02-27 Thread Matt Thode
commit: b9e9e0c79fa5b80163583aecaf9d60ab0bfec51f
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 07:18:37 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 07:18:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e9e0c7

dev-python/ipython_genutils: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild 
b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
index 07d3b68..a2e69dd 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 
 DEPEND="