mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pytest-expect: add package
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
1
dev-python/pytest-expect/Manifest
Normal file
1
dev-python/pytest-expect/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pytest-expect-1.1.0.tar.gz 3595 SHA256 36b4462704450798197d090809a05f4e13649d9cba9acdc557ce9517da1fd847 SHA512 41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd WHIRLPOOL b56ca4fb02dc9a844fe12128f09531ba1a199276276f976472e24ca2337990b9b99fac691d6118a714408531d373e25dad23586da43d1ea07cb5821ff0312e93
|
||||
11
dev-python/pytest-expect/metadata.xml
Normal file
11
dev-python/pytest-expect/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pytest-expect</remote-id>
|
||||
<remote-id type="github">gsnedders/pytest-expect</remote-id>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>zmedico@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
21
dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
Normal file
21
dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="py.test plugin that stores test expectations by saving the set of failing tests"
|
||||
HOMEPAGE="https://github.com/gsnedders/pytest-expect/ https://pypi.python.org/pypi/pytest-expect/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/u-msgpack[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
Reference in New Issue
Block a user