diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-03-23 09:00:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-03-23 09:58:42 +0100 |
commit | bddb6876bada168df773622c514a06f1a76f1208 (patch) | |
tree | 5b064646c18648dbedb4b230dbf3b283c9d4079c /dev-python/pytest-metadata | |
parent | dev-python/google-api-python-client: Bump to 2.42.0 (diff) | |
download | gentoo-bddb6876bada168df773622c514a06f1a76f1208.tar.gz gentoo-bddb6876bada168df773622c514a06f1a76f1208.tar.bz2 gentoo-bddb6876bada168df773622c514a06f1a76f1208.zip |
dev-python/pytest-metadata: Bump to 2.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-metadata')
-rw-r--r-- | dev-python/pytest-metadata/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-metadata/pytest-metadata-2.0.0.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/pytest-metadata/Manifest b/dev-python/pytest-metadata/Manifest index f80dd2f890e5..df6c414cfa9d 100644 --- a/dev-python/pytest-metadata/Manifest +++ b/dev-python/pytest-metadata/Manifest @@ -1 +1,2 @@ DIST pytest-metadata-1.11.0.tar.gz 14135 BLAKE2B 1de1c47b1d7775040075de479722fd07cb187f14cd37c5fe73458fb54ce01653295288fd11add8066170b8dc39f80c8749e739deb01ac8d579ef5e6f4339478d SHA512 09867df6158ba66f55a0a812b3731b4372f874b6bdc91301ed0c4d4c38f6fe9a4f936006d4e27f8c68d4a2d6b0fe5fedee3c6269bc6867eb1c7d73a42bda0361 +DIST pytest-metadata-2.0.0.gh.tar.gz 20152 BLAKE2B 8ce06c327a3242a049c9af2476536a85e99d56925ba4ac98d7e07f72900f8b50c59950f25f4ccbc9c6c17eb2310ad381862f24d26410bbd68a6c2868cdf83547 SHA512 b22cf7925d3f38242670efde5e5482c7f971af78edf7bcccc765602dd4d688502c9b3b5b2a9723b37334bb8ad2218eb2318a82b8b2d6576ab8d69fa1ca321245 diff --git a/dev-python/pytest-metadata/pytest-metadata-2.0.0.ebuild b/dev-python/pytest-metadata/pytest-metadata-2.0.0.ebuild new file mode 100644 index 000000000000..967fd1ef649d --- /dev/null +++ b/dev-python/pytest-metadata/pytest-metadata-2.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="A plugin for pytest that provides access to test session metadata" +HOMEPAGE="https://github.com/pytest-dev/pytest-metadata/" +SRC_URI=" + https://github.com/pytest-dev/pytest-metadata/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/pytest-7.1.1[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/setuptools_scm-6.2.3[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} |