diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-03-20 00:40:44 +0000 |
commit | 4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch) | |
tree | 356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/pytest-flake8 | |
parent | fcc5224904648a8e6eb528d7603154160a20022f (diff) |
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r-- | dev-python/pytest-flake8/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild | 26 | ||||
-rw-r--r-- | dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild | 30 |
3 files changed, 60 insertions, 0 deletions
diff --git a/dev-python/pytest-flake8/Manifest b/dev-python/pytest-flake8/Manifest index d4054b957719..ea32625ee538 100644 --- a/dev-python/pytest-flake8/Manifest +++ b/dev-python/pytest-flake8/Manifest @@ -1,3 +1,7 @@ DIST pytest-flake8-1.0.7.tar.gz 9560 BLAKE2B 056066a6693fa6988448662e52856eeed49688e834b344e5f60f31f1c3b3ef89043dba06bddbf958b042ab9e702fec056784b252e96c8b4b46fe350a801535cf SHA512 16e7b437ff9fc9afd3520f6b81d9eafeda840c7cd7925f5287ce0e0d5b20a0fa758183cea7ade369e3fec8606eee976e84c5b3142923e4586f559232012bf3a3 +DIST pytest-flake8-1.1.0.tar.gz 9070 BLAKE2B fbf4e0d6480b26729aa43d6d7f05d19950c60b0ad047d5c0a788bccde0bf82805122480575022bb46919599208225f0bcbaf2c4e68d2a875814c1f6540fc35b2 SHA512 3dd060e711d2540e65583b299809c82d70969d3a13e17cb3cc2f7d92e6cfa841ceefb046d4c1a57e9b198b64711114936983d18b9f89ebefa3d5798f5d158215 +DIST pytest-flake8-1.1.1.tar.gz 9144 BLAKE2B 4f9984181cbadf1d14f2bfaa39a801eb40506457d5178e04a80d49afbd2e54ef10feef0c6cf99ac888442ee75df15663b4f7fa86ff392f34ee4615cbf12f7d13 SHA512 c6fed2228520501bc0c007c90b189d43953391c10fe93fdd7c4c68203ddfc64937b9919730f25ebcba0c1003ed266fbcb35d3ab12ed49fb63503bf27615286c0 EBUILD pytest-flake8-1.0.7.ebuild 566 BLAKE2B cb8a5bd070e1266a7a64a7d996b8be872953f8b4830b984e6377dd82f98347eee7fe67c2279889f6822f3c73b5971b4662ebe69fc6fdf771f4d81434fb6d3c48 SHA512 9a3ec43b0cd77d7940372827252d43bd33669d5eac240f2fce74d09c51d9e5f65f752a754502b1a2de97edb70d4c0a2332320ceb5ca7de36ffa5c87b0ba8c9b2 +EBUILD pytest-flake8-1.1.0.ebuild 600 BLAKE2B cea4836c3d5506fe84384a2e716be20868d2753924f5f9d0b420f95a890de72f47553f670d2ee1edb5e326d0252c891bdbe10529367a385c8c759d1f47892bf6 SHA512 529b300cf9763594ba893fa45c1ada895bdddb142759583195cb3bb22a256af251aefb3e47dfec4d73b8b93ca7bc48d8cb3911f8655bc79886bb258eb8fe9ec0 +EBUILD pytest-flake8-1.1.1.ebuild 645 BLAKE2B cd5b598a75ef7486d741fd43b10d9ee44863af76db98cbedde5a35f68e15611664a908ff81d2c60d9f23ef8900eba5eefbbacd6e23b25bcf6f6cba8d1da8478f SHA512 9ef05028d1d4c0a72d8f44a482c3fab0718043d4a3a57df71d681ff3ac4184f4c69e0bc38ccc68ae005d151faa2d79519325a95aa3001114be220fbc3db4219b MISC metadata.xml 533 BLAKE2B f5c41488f4252fbe9e61d38c3441f90eeda799092f7b4a42a6a87285a69141f9d56ed614d7e21df6cf5017d92464657976936106c2de5581db71b244e2a361fd SHA512 979159321b69d9ffe9ebc7a30b51c613a8d113b897b14b781ff71772769067b3fc3af37066cfd4d00542f5fe71e0b1a50a8c1028d36100538ead09c4f3d9859f diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild new file mode 100644 index 000000000000..9e196ff22006 --- /dev/null +++ b/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild @@ -0,0 +1,26 @@ +# 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} ) +inherit distutils-r1 + +DESCRIPTION="pytest plugin for flake8" +HOMEPAGE=" + https://github.com/tholo/pytest-flake8/ + https://pypi.org/project/pytest-flake8/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" + +RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +python_test() { + epytest -p flake8 +} diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild new file mode 100644 index 000000000000..80ff41385fa4 --- /dev/null +++ b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild @@ -0,0 +1,30 @@ +# 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} ) + +inherit distutils-r1 + +DESCRIPTION="pytest plugin for flake8" +HOMEPAGE=" + https://github.com/tholo/pytest-flake8/ + https://pypi.org/project/pytest-flake8/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + >=dev-python/flake8-4.0[${PYTHON_USEDEP}] + >=dev-python/pytest-7.0[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_test() { + epytest -p flake8 +} |