commit: c48bde4ac7f7100d139e8b5136bc20c8e364b716 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Mar 29 12:21:09 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Mar 29 12:21:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c48bde4a
dev-python/pytest-marks: Allow to set 'marks' on pytest methods Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pytest-marks/Manifest | 1 + dev-python/pytest-marks/metadata.xml | 9 +++++++++ dev-python/pytest-marks/pytest-marks-0.4.ebuild | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/pytest-marks/Manifest b/dev-python/pytest-marks/Manifest new file mode 100644 index 0000000..d42a0fd --- /dev/null +++ b/dev-python/pytest-marks/Manifest @@ -0,0 +1 @@ +DIST pytest-marks-0.4.tar.gz 1978 BLAKE2B 1f9898d860734e940b77f926bc7513e9c1d26d4dc45b9f876378974db393b41f8e9c24073306c6d299d3a70d60d40ecea35efdf4e50aa861678837cf4626c46f SHA512 4c1b6bb88c022661705e31cdf0b2d25c4e6fe09a4f8632662410d0c7ab3e436c6091ee88620b7c6660c4194f7afaedeb11ae4eac6476e447b6653c6ac7668d7b diff --git a/dev-python/pytest-marks/metadata.xml b/dev-python/pytest-marks/metadata.xml new file mode 100644 index 0000000..628ab20 --- /dev/null +++ b/dev-python/pytest-marks/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Andrew Ammerlaan</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pytest-marks/pytest-marks-0.4.ebuild b/dev-python/pytest-marks/pytest-marks-0.4.ebuild new file mode 100644 index 0000000..13c75e2 --- /dev/null +++ b/dev-python/pytest-marks/pytest-marks-0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Allow to set 'marks' on pytest methods" +HOMEPAGE="https://github.com/adamgoucher/pytest-marks" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
