dev-python/betamax-matchers: new package, test dep for dev-python/github3-1.3.0
authorRobin H. Johnson <robbat2@gentoo.org>
Sun, 5 Apr 2020 23:56:46 +0000 (16:56 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 6 Apr 2020 00:02:42 +0000 (17:02 -0700)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
dev-python/betamax-matchers/Manifest [new file with mode: 0644]
dev-python/betamax-matchers/betamax-matchers-0.4.0.ebuild [new file with mode: 0644]
dev-python/betamax-matchers/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/betamax-matchers/Manifest b/dev-python/betamax-matchers/Manifest
new file mode 100644 (file)
index 0000000..4b2ac99
--- /dev/null
@@ -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 (file)
index 0000000..18539cb
--- /dev/null
@@ -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 (file)
index 0000000..352b038
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>robbat2@gentoo.org</email>
+       </maintainer>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>