diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-24 23:16:15 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-24 23:16:15 +0100 |
commit | e3d5ab02906fddaf33ea34909cae4456a0d8c7d9 (patch) | |
tree | d3086b5257fe79caae9f37ede67d8b11b46fe3cb /dev-python/pytest-param-files | |
parent | dev-lang/python: Remove obsolete db versions from py2.7 (diff) | |
download | gentoo-e3d5ab02906fddaf33ea34909cae4456a0d8c7d9.tar.gz gentoo-e3d5ab02906fddaf33ea34909cae4456a0d8c7d9.tar.bz2 gentoo-e3d5ab02906fddaf33ea34909cae4456a0d8c7d9.zip |
dev-python/pytest-param-files: Bump to 0.3.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-param-files')
-rw-r--r-- | dev-python/pytest-param-files/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pytest-param-files/Manifest b/dev-python/pytest-param-files/Manifest index 1654e8c02308..5234361ee133 100644 --- a/dev-python/pytest-param-files/Manifest +++ b/dev-python/pytest-param-files/Manifest @@ -1 +1,2 @@ DIST pytest-param-files-0.3.3.gh.tar.gz 6858 BLAKE2B 6614b00dcfab63241daee0951bea442afb885942c4ab1ce0b2f6b4c3fe1e0a6048955d79cb1bd703f31ffedaede19b36f40caded98e0c8dc014b64e847110a00 SHA512 d52d0aa44088879ee5cd55f8af56ed649a1a82420bed357be043fdcc0df4899002cae36d95c6864126eaaa97877a21aedabb00dd12a8730d6aee3bcaecdcee62 +DIST pytest-param-files-0.3.4.gh.tar.gz 6882 BLAKE2B e2e96bd2cf7b8676f92eeb7821ef76f1f82bb066210170ed4d04a16a7fb3ce346bcd63688ef9d46118c03fd74812fd821fff0414565befb8c558d03d15af2945 SHA512 2df6fe798aab743fdbf892b88ee1d09c554119429167e85bccb87e4ae9d487f8ab5a66c4157827500e8a5d2930277c7490348f6c38f23243e421d5449bde2df5 diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild new file mode 100644 index 000000000000..4bd1d3f4866b --- /dev/null +++ b/dev-python/pytest-param-files/pytest-param-files-0.3.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=flit +inherit distutils-r1 + +DESCRIPTION="Pytest parametrize decorators from external files." +HOMEPAGE="https://pypi.org/project/pytest_param_files/ + https://github.com/chrisjsewell/pytest-param-files" +SRC_URI=" + https://github.com/chrisjsewell/pytest-param-files/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest |