commit:     6a975c4ca7aff42277231fa94fd56bce496b9bed
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 20:08:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 20:30:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a975c4c

dev-python/deepmerge: add 1.1.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/deepmerge/Manifest               |  1 +
 dev-python/deepmerge/deepmerge-1.1.0.ebuild | 32 +++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/deepmerge/Manifest b/dev-python/deepmerge/Manifest
index 84eea7f3d94f..281db1d9e795 100644
--- a/dev-python/deepmerge/Manifest
+++ b/dev-python/deepmerge/Manifest
@@ -1 +1,2 @@
 DIST deepmerge-1.0.1.gh.tar.gz 15004 BLAKE2B 
bc1d972f40485d02665fb6cd53875fa0f35e387192a9b0cc65f092966dc760a3ccc7eae6515693f39e58d7bb0a071aaac970873738a99b6962561eed641ef48b
 SHA512 
689c9cc99c3770e27ae131bff65486ca02555840ae3fbeec1e36d08e425842e50ac7005d63ccf053627806c39578b2c9fb84fb10ca76731d17136cea61b87bbd
+DIST deepmerge-1.1.0.gh.tar.gz 15533 BLAKE2B 
30fc1cdd7a5ce81783fa0804c20f44d4d7d62a1a6481a6defab3a2b5f542596fb4ab0d4ede5a7d4d128d188b56d17f260c67690deb89b55fb2fc76e1fbcffebc
 SHA512 
f658518c11e0ea8b4e59a686e2e6ce90916c5e798c3521ef91a1fc09ec59badd9cddb74f51973cfe50891c5e8d054909e7a8acf2156cbb884492a059196a8d97

diff --git a/dev-python/deepmerge/deepmerge-1.1.0.ebuild 
b/dev-python/deepmerge/deepmerge-1.1.0.ebuild
new file mode 100644
index 000000000000..92cc1a6e03b4
--- /dev/null
+++ b/dev-python/deepmerge/deepmerge-1.1.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Tools to handle merging of nested data structures in python"
+HOMEPAGE="
+       https://deepmerge.readthedocs.io/en/latest/
+       https://github.com/toumorokoshi/deepmerge/
+       https://pypi.org/project/deepmerge/
+"
+SRC_URI="
+       https://github.com/toumorokoshi/deepmerge/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+       dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

Reply via email to