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

2021-07-05 Thread Michał Górny
commit: 1bf69820b0ea05e5180d6d5e4da4e0f09dc26cca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  5 08:57:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  5 08:59:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf69820

dev-python/linecache2: Eliminate unittest2 dep

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

 dev-python/linecache2/linecache2-1.0.0-r1.ebuild | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-python/linecache2/linecache2-1.0.0-r1.ebuild 
b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
index 9b0a2e825b1..aab01856e99 100644
--- a/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+EAPI=8
 
+PYTHON_COMPAT=( python3_{8..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Backports of the linecache module"
@@ -14,16 +13,17 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="PSF-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (
dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/unittest2[${PYTHON_USEDEP}]
)"
 
-python_test() {
-   "${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
+distutils_enable_tests unittest
+
+src_prepare() {
+   # eliminate unittest2 dep
+   sed -i -e '/unittest/s:2 as.*::' linecache2/tests/test_linecache.py || 
die
+   distutils-r1_src_prepare
 }



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

2021-06-28 Thread Yixun Lan
commit: d8234535bef347a2b4bfc85f110db852e8f781e4
Author: Ye Cao  rioslab  org>
AuthorDate: Mon Jun 28 08:28:41 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Jun 29 05:49:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8234535

dev-python/linecache2: 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/linecache2/linecache2-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/linecache2/linecache2-1.0.0-r1.ebuild 
b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
index 790f2a6ec71..9b0a2e825b1 100644
--- a/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2020-06-10 Thread Michał Górny
commit: dc68cd804ceefa50f9819db3e5eff5369107e135
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 08:08:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 08:11:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc68cd80

dev-python/linecache2: Add python@ as (co-)maint

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

 dev-python/linecache2/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/linecache2/metadata.xml 
b/dev-python/linecache2/metadata.xml
index c5a2319ffea..dfdeb6abf1b 100644
--- a/dev-python/linecache2/metadata.xml
+++ b/dev-python/linecache2/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   pyt...@gentoo.org
+   Python
+   

linecache2
testing-cabal/linecache2



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

2020-05-31 Thread Michał Górny
commit: 50a8e0e2a36b9b00dc8076834bb21eef814f92f8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 14:28:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 15:42:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a8e0e2

dev-python/linecache2: Port to py39

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

 dev-python/linecache2/linecache2-1.0.0.ebuild | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 21d4c0a310d..0f3e5e0bdcd 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -17,16 +17,13 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc 
ppc64 s390 sparc x86
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/fixtures[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
)"
 
-RDEPEND=""
-
 python_test() {
"${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
 }



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

2018-07-27 Thread Mikle Kolyada
commit: fddff4fae6b08ede5b1b027f5fe6d56f31c764ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jul 28 01:06:58 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jul 28 01:06:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fddff4fa

dev-python/linecache2: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index c5e8a0382a7..c5d46e50c22 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="



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

2018-02-17 Thread Patrice Clement
commit: 535915b3af07ea26b92b3c4356775359a0aa2fbe
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 17 23:17:50 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Feb 18 00:03:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535915b3

dev-python/linecache2: add ~amd64-fbsd keyword.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/linecache2/linecache2-1.0.0.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 81e3384415e..b252b5b73aa 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.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=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 DEPEND="
@@ -22,8 +22,8 @@ DEPEND="
test? (
dev-python/fixtures[${PYTHON_USEDEP}]
dev-python/unittest2[${PYTHON_USEDEP}]
-   )
-"
+   )"
+
 RDEPEND=""
 
 python_test() {



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

2017-06-26 Thread Alexis Ballier
commit: 018d183803094753149d978243d69277f908cc15
Author: Alexis Ballier  gentoo  org>
AuthorDate: Mon Jun 26 11:37:42 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Mon Jun 26 11:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018d1838

dev-python/linecache2: mark arm64 stable to catchup with other arches

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 3a0d827d48e..81e3384415e 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="test"
 
 DEPEND="



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

2015-11-22 Thread Markus Meier
commit: 14d529eaa19694cfe2130fb85e0072f92cc2e400
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Nov 22 08:32:49 2015 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Nov 22 08:37:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d529ea

dev-python/linecache2: arm stable, bug #564588

Package-Manager: portage-2.2.25
RepoMan-Options: --include-arches="arm"

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index beab27c..a9bcb0c 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="test"
 
 DEPEND="



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

2015-11-21 Thread Jeroen Roovers
commit: 2f231bf2fab44d14c69fdf89abccf2b7a8aa2f81
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Nov 22 05:18:31 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Nov 22 05:37:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f231bf2

dev-python/linecache2: Stable for HPPA (bug #549898).

Package-Manager: portage-2.2.25
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index dbcdc2c..beab27c 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE="test"
 
 DEPEND="



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

2015-11-02 Thread Agostino Sarubbo
commit: 16ac9149726667c7247703d49b8cc475653a8480
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:07:36 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:07:36 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ac9149

dev-python/linecache2: amd64 stable wrt bug #564588

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

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index a4bd220..fd9b5c0 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2015-11-02 Thread Agostino Sarubbo
commit: d0afe82e9d23d9ff4867b64914b5ef56c512806d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov  2 13:10:46 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov  2 13:10:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0afe82e

dev-python/linecache2: x86 stable wrt bug #564588

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

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index fd9b5c0..193684a 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE="test"
 
 DEPEND="



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

2015-10-14 Thread Justin Lecher
commit: 63baec6216d79aa388e273799aa5e1c4e599d0ff
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Oct 14 12:02:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Oct 14 12:02:05 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63baec62

dev-python/linecache2: Keyword under ALLARCHES policy

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

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index f7c10b2..a4bd220 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2015-10-10 Thread Mikle Kolyada
commit: de4ef68f55b2b80be269b59351b961a66bed0f64
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 10 18:24:44 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 10 18:45:53 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de4ef68f

dev-python/linecache2: Add ~sparc keywords wrt bug #544142

Package-Manager: portage-2.2.20.1

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 0893a58..eaac720 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="



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

2015-08-24 Thread Justin Lecher
commit: 0751a26c21272f9beb88e06c1869bd1247d266c3
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug 23 18:12:41 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 24 10:12:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0751a26c

dev-python/linecache2: Fix pypy3 support

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

 dev-python/linecache2/linecache2-1.0.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 57bcd47..0893a58 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
 
 inherit distutils-r1
 



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

2015-08-20 Thread Ian Delaney
commit: cd8a8af8ab8926e80e1152f1ee2fcd27aa1046dc
Author: Ian Delaney idella4 AT gentoo DOT org
AuthorDate: Fri Aug 21 04:38:04 2015 +
Commit: Ian Delaney idella4 AT gentoo DOT org
CommitDate: Fri Aug 21 04:38:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8a8af8

dev-python/linecache2: add missed keyword x86

Package-Manager: portage-2.2.20

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

diff --git a/dev-python/linecache2/linecache2-1.0.0.ebuild 
b/dev-python/linecache2/linecache2-1.0.0.ebuild
index 5c00768..57bcd47 100644
--- a/dev-python/linecache2/linecache2-1.0.0.ebuild
+++ b/dev-python/linecache2/linecache2-1.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
 LICENSE=PSF-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc64
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86
 IUSE=test
 
 DEPEND=