diff options
Diffstat (limited to 'dev-python/pytest-lazy-fixture')
-rw-r--r-- | dev-python/pytest-lazy-fixture/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/pytest-lazy-fixture/Manifest b/dev-python/pytest-lazy-fixture/Manifest index 0ed3022f9cb9..22365ef2f3de 100644 --- a/dev-python/pytest-lazy-fixture/Manifest +++ b/dev-python/pytest-lazy-fixture/Manifest @@ -1,3 +1,3 @@ DIST pytest-lazy-fixture-0.6.3.tar.gz 7878 BLAKE2B f3a034678f590090a453b44b9fea938ced040c80922f139f3321ec20db856be219d039c7f4199ef67af79b5008d37425b5c08a0edaf71fdd7c8f248702acf488 SHA512 3281edc516f21f23104d7fc188b5c9aecf364f55109dab52865cbfef4a540727eb2bd42fb9806a7e8be728b249bc7a224ffdbab96473f043bef9a7aea1e4baa8 -EBUILD pytest-lazy-fixture-0.6.3.ebuild 541 BLAKE2B dc300c038a7afe8a43f99a441d58427d0f036e569b4037c5e03bb7554b7e268d7a5578de563b8f1bbc3f52e5e222a67e4c90fcc434cecb0e81ff04822334bc10 SHA512 6a7dca5ff45e3589bda408522b0e97b6d861af6e94d83f9c30205241a0f257049e80e2205a8344cbddc60415180861d799c56611cb6c03f01503066ffddb91f0 +EBUILD pytest-lazy-fixture-0.6.3.ebuild 505 BLAKE2B b60cf6b0ea74fd9b5a925c12ce87ea5bc356b91eb11727eba28cab516c0e5cd03d62ee316862eac98c404ad2a0f3341f26d2a1990ff5f13e47d21a3e1c05ce65 SHA512 4d9653458fdbf11cc195d87e6ebc1dae83db375204b44e93dcf3f3374d2075765c129577639e0688023921d5dc77498e87cff2da77ac91006cfbcf2137b75574 MISC metadata.xml 387 BLAKE2B 6fd0bd59ab8f2f63eb2c2e157e043cbd22b26a4c9e883fa9f78a01b0b43488d1873b4ac0bd69d8c2d24f21fc938ce703942c1bd0a1766db4bc993c91d9a3eaa5 SHA512 207f63c3317663c51ca3e6abdbeba25a08a2b8956d8d80812574dd522630e4e1b5ead010c7cf933bb02e356d59bcd9ec8ee39d1eb7af823b43a194af2d953646 diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild index 2228e8fa7606..7b5712980080 100644 --- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild +++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild @@ -5,8 +5,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - inherit distutils-r1 DESCRIPTION="It helps to use fixtures in pytest.mark.parametrize" @@ -15,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/flake8[${PYTHON_USEDEP}] |