From: Robin H. Johnson Date: Sun, 5 Apr 2020 23:56:46 +0000 (-0700) Subject: dev-python/betamax-matchers: new package, test dep for dev-python/github3-1.3.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=059612ea10a78c5bb50aa309fbb37c898c130094;p=gentoo.git dev-python/betamax-matchers: new package, test dep for dev-python/github3-1.3.0 Signed-off-by: Robin H. Johnson --- diff --git a/dev-python/betamax-matchers/Manifest b/dev-python/betamax-matchers/Manifest new file mode 100644 index 000000000000..4b2ac992e4c6 --- /dev/null +++ b/dev-python/betamax-matchers/Manifest @@ -0,0 +1 @@ +DIST betamax-matchers-0.4.0.tar.gz 4205 BLAKE2B d9f626b61195135b260b0b4d43e0f62ed18721aef7c03602e117c9efedecb88fc891972b30aceed1fc29502a0982a18f8a57ce264f81fb89906e455b70b9afa0 SHA512 325a8165205c21193b4c136aa4d35a855f9529d6ed5809a1306ae7a3e7a49790928b68104da04a918ff3673ad2ede3e4bd901019bde460a8e42e2c5d96fb8abf diff --git a/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild new file mode 100644 index 000000000000..18539cb8ed65 --- /dev/null +++ b/dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) + +inherit distutils-r1 + +DESCRIPTION="A group of experimental matchers for Betamax" +HOMEPAGE="https://github.com/betamaxpy/betamax_matchers" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-python/betamax-0.3.2[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-0.4.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +# No tests +RESTRICT=test diff --git a/dev-python/betamax-matchers/metadata.xml b/dev-python/betamax-matchers/metadata.xml new file mode 100644 index 000000000000..352b038b3bc2 --- /dev/null +++ b/dev-python/betamax-matchers/metadata.xml @@ -0,0 +1,10 @@ + + + + + robbat2@gentoo.org + + + python@gentoo.org + +