[gentoo-commits] repo/gentoo:master commit in: dev-python/pydiff/, profiles/

2021-09-07 Thread Jakov Smolić
commit: 6922a1c846cbeefb2a599452d646457172c24a71
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep  7 16:35:30 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep  7 16:43:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6922a1c8

dev-python/pydiff: Remove last-rited package

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

 dev-python/pydiff/Manifest |  1 -
 dev-python/pydiff/metadata.xml | 12 
 dev-python/pydiff/pydiff-0.2-r1.ebuild | 21 -
 profiles/package.mask  |  5 -
 4 files changed, 39 deletions(-)

diff --git a/dev-python/pydiff/Manifest b/dev-python/pydiff/Manifest
deleted file mode 100644
index 2404a3293a8..000
--- a/dev-python/pydiff/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pydiff-0.2.tar.gz 4108 BLAKE2B 
868b9b31f96e49a4e375d2933fc158845ced4bc561816512f41c85dbd6d5373567a51153dedc527826ef2d03306288e3255d300fc2b400e28983e6616eec6a25
 SHA512 
0f55edf17138c4a1894a1ca03db21e6d6d21fb3961a2738c00d59e05d32a006413aee04005962f1ba6628c012bb018d43fcbbef50665ea10d3397539e5d3def1

diff --git a/dev-python/pydiff/metadata.xml b/dev-python/pydiff/metadata.xml
deleted file mode 100644
index 9dda17d789e..000
--- a/dev-python/pydiff/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-pydiff
-myint/pydiff
-  
-

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
deleted file mode 100644
index 6d8889c1f11..000
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ /dev/null
@@ -1,21 +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..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Diffs two Python files at the bytecode level"
-HOMEPAGE="https://github.com/myint/pydiff;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86"
-
-python_test() {
-   "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index a8f208124ea..6d86bd27543 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -189,11 +189,6 @@ net-dialup/xc
 dev-perl/Goo-Canvas
 x11-libs/goocanvas:0
 
-# Louis Sautier  (2021-08-07)
-# No reverse dependencies, no upstream activity for more than 5 years,
-# failing tests with Python 3.10. Removal on 2021-09-06.
-dev-python/pydiff
-
 # David Seifert  (2021-08-04)
 # Last release over 4 years ago, upstream pretty much dead, the
 # ecosystem has switched to dev-util/pkgconf, which is alive. Testing



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

2020-12-31 Thread Sam James
commit: f715c93bc04840e0cc0ec316c4d40dfe22b382f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 01:49:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 01:49:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f715c93b

dev-python/pydiff: Stabilize 0.2-r1 ALLARCHES

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

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index a0648cbbd2a..6f14b12eb14 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.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
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2020-09-14 Thread David Seifert
commit: 72a22e3856f4c8a6fa604813de5b17fd7d7943a1
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep 14 09:51:11 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 14 09:51:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a22e38

dev-python/pydiff: Add python 3.9

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

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 9883f81d1de..a0648cbbd2a 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



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

2020-08-02 Thread Michał Górny
commit: f755c4ea45edb9995b2130794c53c4179793cd9d
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:36:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:36:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f755c4ea

dev-python/pydiff: Remove py2.7

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

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 32ddd1bc3ff..9883f81d1de 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-31 Thread Matt Turner
commit: ed47285f956362038e8d54a49cc7d0c642aba99f
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun  1 00:17:08 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun  1 00:17:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed47285f

dev-python/pydiff: Keyword 0.2-r1 alpha, #717372

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 964cd9b15ca..32ddd1bc3ff 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2020-05-15 Thread Sergei Trofimovich
commit: 4a720d6e7da72cf7d01ddc6305048446217ec2b6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 15 16:45:07 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 15 17:33:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a720d6e

dev-python/pydiff: keyworded 0.2-r1 for sparc, bug #717372

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index c3294a68d5e..964cd9b15ca 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~sparc x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2020-05-06 Thread Sergei Trofimovich
commit: 3854fece2f2cd035647e41674581d7b08b33ced7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 06:37:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 06:37:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3854fece

dev-python/pydiff: keyworded 0.2-r1 for ppc, bug #717372

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 5ac2e877ac7..c3294a68d5e 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2020-05-03 Thread Sergei Trofimovich
commit: 5aaf2c59462c6a1b3939645f1616b1a65ceb4f3f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May  3 21:53:00 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  3 21:55:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aaf2c59

dev-python/pydiff: keyworded 0.2-r1 for ia64, bug #717372

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 57ae6fc3d9d..5ac2e877ac7 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 ~ia64 x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2020-03-28 Thread Michał Górny
commit: 66ac43ee9797231e92a86dd7439515814f2947c2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 17:15:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 17:15:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ac43ee

dev-python/pydiff: Remove redundant versions

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

 dev-python/pydiff/pydiff-0.2.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
deleted file mode 100644
index 77956524101..000
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Diffs two Python files at the bytecode level"
-HOMEPAGE="https://github.com/myint/pydiff;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-python_test() {
-   "${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
-}



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

2020-03-25 Thread Agostino Sarubbo
commit: 5c4abe8da14a82bc958374ed9c91c652be020e10
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:41:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:42:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4abe8d

dev-python/pydiff: x86 stable wrt bug #714426

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 28050b45b7a..57ae6fc3d9d 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2020-03-25 Thread Agostino Sarubbo
commit: c2e40f98da74c063bbb09398961834749b5b955d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 14:16:04 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 14:17:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e40f98

dev-python/pydiff: amd64 stable wrt bug #714426

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 3d0c4fe0fba..28050b45b7a 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 python_test() {
"${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2019-12-16 Thread Michał Górny
commit: 1e389acdf32f581d0b0f40fb91805f18d50dd19f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 16 14:12:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 16 14:37:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e389acd

dev-python/pydiff: Set DISTUTILS_USE_SETUPTOOLS

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

 dev-python/pydiff/pydiff-0.2-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index ef7201dae57..cae3075b169 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
@@ -16,5 +17,5 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 python_test() {
-   "${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
+   "${EPYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
 }



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

2019-11-29 Thread Michał Górny
commit: 5920eb439df9d1522c3383331494929d63d58b17
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon Nov 25 06:22:36 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 29 19:54:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5920eb43

dev-python/pydiff: add python3_8

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
index 01cf57f0c8f..ef7201dae57 100644
--- a/dev-python/pydiff/pydiff-0.2-r1.ebuild
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 



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

2019-10-15 Thread Craig Andrews
commit: c6c999692c2b28e51bd609f7f1b3138b84f6579e
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Oct 13 19:57:39 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Oct 15 15:57:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c99969

dev-python/pydiff: EAPI=7 bump

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>

 dev-python/pydiff/pydiff-0.2-r1.ebuild | 20 
 1 file changed, 20 insertions(+)

diff --git a/dev-python/pydiff/pydiff-0.2-r1.ebuild 
b/dev-python/pydiff/pydiff-0.2-r1.ebuild
new file mode 100644
index 000..01cf57f0c8f
--- /dev/null
+++ b/dev-python/pydiff/pydiff-0.2-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Diffs two Python files at the bytecode level"
+HOMEPAGE="https://github.com/myint/pydiff;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+python_test() {
+   "${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"
+}



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

2019-10-15 Thread Craig Andrews
commit: 3ec58c3997a09b224c76645c6fb7128b9b28290a
Author: Craig Andrews  gentoo  org>
AuthorDate: Sun Oct 13 19:55:54 2019 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Tue Oct 15 15:57:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec58c39

dev-python/pydiff: Python 3.7 compatibility

Closes: https://bugs.gentoo.org/697656
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/13281
Signed-off-by: Craig Andrews  gentoo.org>

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 98d70211bb0..adc543302a8 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 
 inherit distutils-r1
 



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

2018-09-09 Thread Patrice Clement
commit: f09ce048bdd553b983651f128f1bb62778cc4191
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Sep  4 19:26:27 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep  9 21:41:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09ce048

dev-python/pydiff: keyword for amd64-fbsd.

Package-Manager: Portage-2.3.43, Repoman-2.3.9

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 0d04f7e3067..1d1b81106a1 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.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="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd"
 
 python_test() {
"${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2017-08-05 Thread Michael Palimaka
commit: 9d1defe2e043bcfd47be48c1b4150bd8c135c539
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug  5 09:01:51 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug  5 09:03:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1defe2

dev-python/pydiff: x86 stable

Gentoo-bug: 624992
Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index a45818c927a..0d04f7e3067 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 python_test() {
"${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2017-07-15 Thread Tobias Klausmann
commit: 0113e655f14714c1bba8e9cd8bd398be34a07812
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 17:18:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 17:18:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0113e655

dev-python/pydiff-0.2-r0: add amd64 keyword

Gentoo-Bug: 624992

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 1ae7d901da1..a45818c927a 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 python_test() {
"${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2017-04-20 Thread Michał Górny
commit: 349b7e7ee8ded43388408252461d9a3d67d7929d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 17:57:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 18:23:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=349b7e7e

dev-python/pydiff: Tested on py3.6

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 180f03a06a2..1ae7d901da1 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



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

2017-03-22 Thread Markus Meier
commit: 23cdd368a14b9f099b2a4b163bbf745f009d2e17
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 22 19:36:26 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 22 19:46:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cdd368

dev-python/pydiff: add ~arm64, bug #605122

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"

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

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 441114bad3e..180f03a06a2 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.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
 
 EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 python_test() {
"${PYTHON}" test_pydiff.py || die "Tests failed under ${EPYTHON}"



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

2015-10-31 Thread Justin Lecher
commit: 9c51fe0fe60aab0363914ca23d9bce22293c8f46
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Oct 31 13:28:22 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Oct 31 13:46:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c51fe0f

dev-python/pydiff: Add python3.5 support

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

 dev-python/pydiff/pydiff-0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/pydiff/pydiff-0.2.ebuild 
b/dev-python/pydiff/pydiff-0.2.ebuild
index 74586d7..4927a85 100644
--- a/dev-python/pydiff/pydiff-0.2.ebuild
+++ b/dev-python/pydiff/pydiff-0.2.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1