dev-python/deepmerge: more recent version in ::gentoo

This commit is contained in:
Alarig Le Lay 2021-05-21 12:37:08 +02:00
parent 9d6bdb9312
commit 098937d26d
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 0 additions and 47 deletions

View File

@ -1 +0,0 @@
DIST deepmerge-0.1.0.tar.gz 5228 BLAKE2B d86ac3aa77fc521e6024256ecc2ed72a8ac60b8096da29da4df748ef1482700ec89c98fbdde454487a461c883ce4bebcc8b7f75466e1e5b7f4cd578354e94059 SHA512 6ca63dd12b2c60905c0517abce89b59a57b6c85a9848d5bf37ba4c0a77a4e222a84d46d53164dcb97573156a1606d3b357007470f7fd39bc9eb87caa90f06287

View File

@ -1,31 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="a toolset to deeply merge python dictionaries."
HOMEPAGE="https://github.com/toumorokoshi/deepmerge/ http://deepmerge.readthedocs.io/en/latest/ https://pypi.org/project/deepmerge/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
BDEPEND="dev-python/vcver[${PYTHON_USEDEP}]"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">deepmerge</remote-id>
<maintainer status="unknown">
<email>yusuke@tsutsumi.io</email>
<name>Yusuke Tsutsumi</name>
</maintainer>
</upstream>
</pkgmetadata>