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

2023-08-20 Thread Michał Górny
commit: a02f5371cd300f17bd84edc638d220690295cba9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 08:21:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 08:50:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02f5371

dev-python/dictdiffer: Enable py3.12

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
index ce43e9660a18..679f3e140ee7 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
@@ -3,8 +3,9 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
+
 inherit distutils-r1 pypi
 
 DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"



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

2023-03-15 Thread Michał Górny
commit: 4d45024db9cedfdea095d8ac7769117453d101d9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:45:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:45:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d45024d

dev-python/dictdiffer: Use pypi.eclass

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

 dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
index d04713073f56..ce43e9660a18 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
@@ -5,14 +5,13 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"
 HOMEPAGE="
https://github.com/inveniosoftware/dictdiffer/
https://pypi.org/project/dictdiffer/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"



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

2023-02-12 Thread Matt Turner
commit: 4713346628c31c6ddd7fa850a58020bdb8776667
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 13 03:22:16 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 13 03:22:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47133466

dev-python/dictdiffer: Keyword 0.9.0-r1 alpha, #837098

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
index dedad62b5db7..c1de4dd4c19d 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2022-07-02 Thread Arthur Zamarin
commit: eaaebdc9ddf443c907c734ab91130c9fb498fd30
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 11:58:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 11:58:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaaebdc9

dev-python/dictdiffer: drop 0.9.0

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

 dev-python/dictdiffer/dictdiffer-0.9.0.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
deleted file mode 100644
index 811c5f8ca379..
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"
-HOMEPAGE="
-   https://github.com/inveniosoftware/dictdiffer/
-   https://pypi.org/project/dictdiffer/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-# Requires self to be already installed
-#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-   # remove dep on pytest-runner
-   sed -i -e '/pytest-runner/d' setup.py || die
-
-   # remove dep on pytest-pep8 and pytest-cov
-   sed -i -e '/addopts/d' pytest.ini || die
-
-   distutils-r1_python_prepare_all
-}



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

2022-07-02 Thread Arthur Zamarin
commit: 953a2718439a206e8444c48bb2e69ccd4e2c6c1b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul  2 11:56:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul  2 11:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953a2718

dev-python/dictdiffer: Stabilize 0.9.0-r1 ALLARCHES, #855845

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
index 05b79b7c3c39..a9b33ba9a46d 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2022-06-01 Thread Andrew Ammerlaan
commit: dbcdd928eac73ab6ad5255669cf1fe5b0cc6d704
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun  1 09:40:00 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun  1 10:55:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbcdd928

dev-python/dictdiffer: pep517, enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild | 40 
 1 file changed, 40 insertions(+)

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
new file mode 100644
index ..05b79b7c3c39
--- /dev/null
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"
+HOMEPAGE="
+   https://github.com/inveniosoftware/dictdiffer/
+   https://pypi.org/project/dictdiffer/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+SLOT="0"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# Requires self to be already installed
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+python_prepare_all() {
+   # remove dep on pytest-runner
+   sed -i -e '/pytest-runner/d' setup.py || die
+
+   # remove dep on pytest-pep8 and pytest-cov
+   sed -i -e '/addopts/d' pytest.ini || die
+
+   distutils-r1_python_prepare_all
+}



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

2022-02-07 Thread Sam James
commit: 0a23ac450a34934beed1302813214a3d3f2d27db
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a23ac45

dev-python/dictdiffer: Keyword 0.9.0 s390, #831852

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 4889ee5e7ae0..39c5d02c6aab 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2022-02-07 Thread Arthur Zamarin
commit: 9868c796344afce95c4b2663fd04e2ff8271666e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Feb  7 19:10:36 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb  7 20:14:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9868c796

dev-python/dictdiffer: Keyword 0.9.0 hppa, #831852

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index b7f54237ce7f..4889ee5e7ae0 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2022-02-07 Thread Sam James
commit: e07bc5f17183b9a0f1f77be4ce213a833a5773ed
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 09:33:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 09:34:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e07bc5f1

dev-python/dictdiffer: Keyword 0.9.0 ia64, #831852

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 0748c3be..b7f54237ce7f 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2021-11-19 Thread Arthur Zamarin
commit: e24ea93697991bfdb3b25150243afa86230efb25
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 19 11:38:20 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 19 11:38:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24ea936

dev-python/dictdiffer: Stabilize 0.9.0 ppc64, #803719

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 4fef73f9afd2..4c59814e8df8 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2021-11-18 Thread Arthur Zamarin
commit: a46c69711e3374e6418c269eee9a47d78794d67a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 19 07:57:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 19 07:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a46c6971

dev-python/dictdiffer: Stabilize 0.9.0 arm64, #803719

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 9bc781ecc63b..4fef73f9afd2 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2021-11-18 Thread Sam James
commit: 14cced771355f52b2955ace7d8e5c42639c7e2f6
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 10:49:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 10:49:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cced77

dev-python/dictdiffer: Stabilize 0.9.0 arm, #803806

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index a3e3cd6081cc..9bc781ecc63b 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2021-11-15 Thread Agostino Sarubbo
commit: 6ea874d0eff4688e0a34f6d2ffa926b6927a453c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 15 16:26:20 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 15 16:26:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea874d0

dev-python/dictdiffer: ppc stable wrt bug #803719

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 278023007c8b..a3e3cd6081cc 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2021-09-20 Thread Agostino Sarubbo
commit: acba5df1b95fab72441791c5486134aa28e4084d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 20 06:25:25 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 20 06:25:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acba5df1

dev-python/dictdiffer: x86 stable wrt bug #803719

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index dadbe0e70c9..278023007c8 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
 SLOT="0"
 
 BDEPEND="



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

2021-09-09 Thread Sam James
commit: 0ffc5b5f582fea6921c7428f45ff88cf5844c4f2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Sep  9 19:44:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 10 01:27:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffc5b5f

dev-python/dictdiffer: stable 0.9.0 for sparc, bug #803719

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/dictdiffer/dictdiffer-0.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 3bbbe87772f..dadbe0e70c9 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
 SLOT="0"
 
 BDEPEND="



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

2021-08-29 Thread Michał Górny
commit: ddedd8859f81c56f5675cb6f6a9ae0c90724e3a8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 30 05:48:27 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 30 05:48:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddedd885

dev-python/dictdiffer: Remove old

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

 dev-python/dictdiffer/Manifest|  1 -
 dev-python/dictdiffer/dictdiffer-0.8.1.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-python/dictdiffer/Manifest b/dev-python/dictdiffer/Manifest
index 50b50f11bdd..eb6bc8a7147 100644
--- a/dev-python/dictdiffer/Manifest
+++ b/dev-python/dictdiffer/Manifest
@@ -1,2 +1 @@
-DIST dictdiffer-0.8.1.tar.gz 28555 BLAKE2B 
0a6d330134c368e11e07b23d7fe592e72b64b02ede99eb2d52c2d7452b4d2505e7e3afa75ba76c30cbbd663d9cc4c073d8f236200fdfa2866c8beadd097d63b7
 SHA512 
e221bb0e25a35380519bf775a63fc0d692112dab15a46c8878ef2c9a6780932c8550a4486c4eab7803619a79c2f794a590a5c9ae0fbbccac04b5b11feaf38bbb
 DIST dictdiffer-0.9.0.tar.gz 31513 BLAKE2B 
7f1a980b71978b49c6e41eb4b806aef8aa12e858889622d6b55741e7793e2e812a91ce6089156a080d198a9f9c8e9369e55b6e712fd5476864b2876094ea0d4f
 SHA512 
7985b4d69d3cb08b7cf0fc8f878ac594b72c1f1e3482157c204027fff90afd9b19041e85fced12a47d5624e0b8cc1b2d6643a88295a6d212aeead76c09c24f86

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
deleted file mode 100644
index 21a62b24858..000
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"
-HOMEPAGE="
-   https://github.com/inveniosoftware/dictdiffer/
-   https://pypi.org/project/dictdiffer/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
-SLOT="0"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/isort[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-# Requires self to be already installed
-#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-   # remove dep on pytest-runner
-   sed -i -e '/pytest-runner/d' setup.py || die
-
-   # remove dep on pytest-pep8 and pytest-cov
-   sed -i -e '/addopts/d' pytest.ini || die
-
-   distutils-r1_python_prepare_all
-}



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

2021-08-29 Thread Sam James
commit: 5dc4ff151f8022813b2662ed0ea3edc30bc219c5
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 30 01:20:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 30 01:23:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc4ff15

dev-python/dictdiffer: Stabilize 0.9.0 ALLARCHES, #810985

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 65199cc8aed..3bbbe87772f 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 
 BDEPEND="



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

2021-07-27 Thread Sam James
commit: dd127460982e382f11b66c901057b7ac341ad5c7
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 28 01:08:01 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 28 01:08:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd127460

dev-python/dictdiffer: Keyword 0.9.0 x86, #796254

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
index 7cee88a5c46..65199cc8aed 100644
--- a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 
 BDEPEND="



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

2021-07-25 Thread Sam James
commit: 5d7ee73e6f98571cb4d9f6f33f4060afc8e7a518
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:26:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:26:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d7ee73e

dev-python/dictdiffer: Stabilize 0.8.1 amd64, #803719

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index 2fc1f2cd5cd..21a62b24858 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-22 Thread Michał Górny
commit: 83fb6f03552cb4774fc0f6343c1ee3b461ad17c5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 22 21:18:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 22 21:31:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fb6f03

dev-python/dictdiffer: Bump to 0.9.0

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

 dev-python/dictdiffer/Manifest|  1 +
 dev-python/dictdiffer/dictdiffer-0.9.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/dictdiffer/Manifest b/dev-python/dictdiffer/Manifest
index 1b275b52ba2..50b50f11bdd 100644
--- a/dev-python/dictdiffer/Manifest
+++ b/dev-python/dictdiffer/Manifest
@@ -1 +1,2 @@
 DIST dictdiffer-0.8.1.tar.gz 28555 BLAKE2B 
0a6d330134c368e11e07b23d7fe592e72b64b02ede99eb2d52c2d7452b4d2505e7e3afa75ba76c30cbbd663d9cc4c073d8f236200fdfa2866c8beadd097d63b7
 SHA512 
e221bb0e25a35380519bf775a63fc0d692112dab15a46c8878ef2c9a6780932c8550a4486c4eab7803619a79c2f794a590a5c9ae0fbbccac04b5b11feaf38bbb
+DIST dictdiffer-0.9.0.tar.gz 31513 BLAKE2B 
7f1a980b71978b49c6e41eb4b806aef8aa12e858889622d6b55741e7793e2e812a91ce6089156a080d198a9f9c8e9369e55b6e712fd5476864b2876094ea0d4f
 SHA512 
7985b4d69d3cb08b7cf0fc8f878ac594b72c1f1e3482157c204027fff90afd9b19041e85fced12a47d5624e0b8cc1b2d6643a88295a6d212aeead76c09c24f86

diff --git a/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
new file mode 100644
index 000..7cee88a5c46
--- /dev/null
+++ b/dev-python/dictdiffer/dictdiffer-0.9.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"
+HOMEPAGE="
+   https://github.com/inveniosoftware/dictdiffer/
+   https://pypi.org/project/dictdiffer/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+SLOT="0"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/numpy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+# Requires self to be already installed
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+python_prepare_all() {
+   # remove dep on pytest-runner
+   sed -i -e '/pytest-runner/d' setup.py || die
+
+   # remove dep on pytest-pep8 and pytest-cov
+   sed -i -e '/addopts/d' pytest.ini || die
+
+   distutils-r1_python_prepare_all
+}



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

2021-07-22 Thread Michał Górny
commit: e816075d44721578513783ff393816ccacdc14a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 22 21:18:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 22 21:31:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e816075d

dev-python/dictdiffer: Add python@ as co-maint.

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

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

diff --git a/dev-python/dictdiffer/metadata.xml 
b/dev-python/dictdiffer/metadata.xml
index 86e09fd12fa..385cb0b46c4 100644
--- a/dev-python/dictdiffer/metadata.xml
+++ b/dev-python/dictdiffer/metadata.xml
@@ -6,6 +6,10 @@
andrewammerl...@gentoo.org
Andrew Ammerlaan

+   
+   pyt...@gentoo.org
+   Python
+   

inveniosoftware/dictdiffer
dictdiffer



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

2021-07-11 Thread Sam James
commit: 52b447a9928c6df46ba4644b090cd19d55820f63
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b447a9

dev-python/dictdiffer: Keyword 0.8.1 arm64, #796254

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index b1205c68e66..2fc1f2cd5cd 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-08 Thread Sergei Trofimovich
commit: 3f327a6805205db6d906f2e11a204e70e064f7d6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 07:10:50 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 07:10:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f327a68

dev-python/dictdiffer: keyworded 0.8.1 for ppc64

keyworded wrt bug #796254

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index 21f81d94461..b1205c68e66 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-07-08 Thread Sergei Trofimovich
commit: df0ccfea16d53fbed185f52d854bf17ac405b0ac
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 07:09:10 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 07:09:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0ccfea

dev-python/dictdiffer: keyworded 0.8.1 for ppc

keyworded wrt bug #796254

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index c0771d96705..21f81d94461 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-06-24 Thread Sergei Trofimovich
commit: 729d5d9841241ad622637c9888ed68828d0065fd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jun 24 13:39:18 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jun 24 15:06:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729d5d98

dev-python/dictdiffer: keyworded 0.8.1 for sparc, bug #796254

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

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

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
index 2e19cc07eef..c0771d96705 100644
--- a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~sparc"
 SLOT="0"
 
 BDEPEND="



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

2021-05-20 Thread Andrew Ammerlaan
commit: 659867b70765776d0ba2b87e7d1ba224d72efe42
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu May 20 14:19:36 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu May 20 15:02:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659867b7

dev-python/dictdiffer: add new dep of sphobjinv

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/dictdiffer/Manifest|  1 +
 dev-python/dictdiffer/dictdiffer-0.8.1.ebuild | 45 +++
 dev-python/dictdiffer/metadata.xml| 14 +
 3 files changed, 60 insertions(+)

diff --git a/dev-python/dictdiffer/Manifest b/dev-python/dictdiffer/Manifest
new file mode 100644
index 000..1b275b52ba2
--- /dev/null
+++ b/dev-python/dictdiffer/Manifest
@@ -0,0 +1 @@
+DIST dictdiffer-0.8.1.tar.gz 28555 BLAKE2B 
0a6d330134c368e11e07b23d7fe592e72b64b02ede99eb2d52c2d7452b4d2505e7e3afa75ba76c30cbbd663d9cc4c073d8f236200fdfa2866c8beadd097d63b7
 SHA512 
e221bb0e25a35380519bf775a63fc0d692112dab15a46c8878ef2c9a6780932c8550a4486c4eab7803619a79c2f794a590a5c9ae0fbbccac04b5b11feaf38bbb

diff --git a/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild 
b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
new file mode 100644
index 000..fb46f2e49d0
--- /dev/null
+++ b/dev-python/dictdiffer/dictdiffer-0.8.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Dictdiffer is a library that helps you to diff and patch 
dictionaries"
+HOMEPAGE="
+   https://github.com/inveniosoftware/dictdiffer/
+   https://pypi.org/project/dictdiffer/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/isort[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+# Requires self to be already installed
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
+
+python_prepare_all() {
+   # remove dep on pytest-runner
+   sed -i -e '/pytest-runner/d' setup.py || die
+
+   # remove dep on pytest-pep8 and pytest-cov
+   sed -i -e '/addopts/d' pytest.ini || die
+
+   distutils-r1_python_prepare_all
+}

diff --git a/dev-python/dictdiffer/metadata.xml 
b/dev-python/dictdiffer/metadata.xml
new file mode 100644
index 000..86e09fd12fa
--- /dev/null
+++ b/dev-python/dictdiffer/metadata.xml
@@ -0,0 +1,14 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   andrewammerl...@gentoo.org
+   Andrew Ammerlaan
+   
+   
+   inveniosoftware/dictdiffer
+   dictdiffer
+   
+   
+