From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dictdiffer/
Date: Thu, 20 May 2021 15:02:34 +0000 (UTC) [thread overview]
Message-ID: <1621522950.659867b70765776d0ba2b87e7d1ba224d72efe42.andrewammerlaan@gentoo> (raw)
commit: 659867b70765776d0ba2b87e7d1ba224d72efe42
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu May 20 14:19:36 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu May 20 15:02:30 2021 +0000
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 <andrewammerlaan <AT> 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 00000000000..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 00000000000..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 00000000000..86e09fd12fa
--- /dev/null
+++ b/dev-python/dictdiffer/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>andrewammerlaan@gentoo.org</email>
+ <name>Andrew Ammerlaan</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">inveniosoftware/dictdiffer</remote-id>
+ <remote-id type="pypi">dictdiffer</remote-id>
+ </upstream>
+ <stabilize-allarches/>
+</pkgmetadata>
next reply other threads:[~2021-05-20 15:02 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-20 15:02 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-24 15:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/dictdiffer/ Sergei Trofimovich
2021-07-08 7:09 Sergei Trofimovich
2021-07-08 7:11 Sergei Trofimovich
2021-07-12 0:58 Sam James
2021-07-22 21:31 Michał Górny
2021-07-22 21:31 Michał Górny
2021-07-26 2:27 Sam James
2021-07-28 1:08 Sam James
2021-08-30 1:23 Sam James
2021-08-30 5:54 Michał Górny
2021-09-10 1:27 Sam James
2021-09-20 6:25 Agostino Sarubbo
2021-11-15 16:29 Agostino Sarubbo
2021-11-18 10:50 Sam James
2021-11-19 7:59 Arthur Zamarin
2021-11-19 11:39 Arthur Zamarin
2022-02-07 9:35 Sam James
2022-02-07 20:14 Arthur Zamarin
2022-02-07 22:29 Sam James
2022-06-01 10:55 Andrew Ammerlaan
2022-07-02 11:57 Arthur Zamarin
2022-07-02 11:59 Arthur Zamarin
2023-02-13 3:22 Matt Turner
2023-03-16 3:47 Michał Górny
2023-08-20 8:50 Michał Górny
2024-06-10 7:57 Petr Vaněk
2024-06-10 7:57 Petr Vaněk
2025-03-09 9:11 WANG Xuerui
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621522950.659867b70765776d0ba2b87e7d1ba224d72efe42.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox