From 34967aa2ca03f94ef6a9899759e01f646f1f30d7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Fri, 4 Sep 2020 12:23:52 +0200 Subject: dev-python/pytest-isort: version bump Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andrew Ammerlaan --- dev-python/pytest-isort/Manifest | 2 +- dev-python/pytest-isort/pytest-isort-1.1.0.ebuild | 25 ----------------------- dev-python/pytest-isort/pytest-isort-1.2.0.ebuild | 25 +++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 dev-python/pytest-isort/pytest-isort-1.1.0.ebuild create mode 100644 dev-python/pytest-isort/pytest-isort-1.2.0.ebuild diff --git a/dev-python/pytest-isort/Manifest b/dev-python/pytest-isort/Manifest index 2c76d5a2cc..81c6524ec3 100644 --- a/dev-python/pytest-isort/Manifest +++ b/dev-python/pytest-isort/Manifest @@ -1 +1 @@ -DIST pytest-isort-1.1.0.tar.gz 6958 BLAKE2B 2aa6a6a89494eb159a12a8edd26518db11ea82c04673ee8d62e9c64d85a4d9426d8bc4edc57744794c7539863d4e80f327c1942a4d4c5edba2d84b3880f05958 SHA512 bd510c0296f464f0cb3c136011022f9fbcbe974e5dd8f7f79304b3d05185c303c79925e432b161524c023686de6316830cf4e45e9ab6b361ff878f6403af9e5d +DIST pytest-isort-1.2.0.tar.gz 7285 BLAKE2B e1e2222424e338adf746f87a0210191c6c160cd141315c67c0c01822ffd6d5c5c07e6e3c2e40a131dac1f1d176cc50ea88d8f36e6560b0e89c91f739c3801faa SHA512 9ef37e1eb6020d108db0d8c3e885b4bf6dbbb51894f9390df7753a6ec792615e069dd111686896888c8342f57b3baac40cefdba41c4f9dec38db54172f3451d1 diff --git a/dev-python/pytest-isort/pytest-isort-1.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.1.0.ebuild deleted file mode 100644 index 0092d516f2..0000000000 --- a/dev-python/pytest-isort/pytest-isort-1.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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="Plugin to check import ordering using isort" -HOMEPAGE="https://github.com/moccu/pytest-isort" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~x86" -SLOT="0" - -distutils_enable_tests pytest - -RDEPEND=" - >=dev-python/pytest-3.5[${PYTHON_USEDEP}] - >=dev-python/isort-4.0[${PYTHON_USEDEP}] -" diff --git a/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild b/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild new file mode 100644 index 0000000000..0092d516f2 --- /dev/null +++ b/dev-python/pytest-isort/pytest-isort-1.2.0.ebuild @@ -0,0 +1,25 @@ +# 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="Plugin to check import ordering using isort" +HOMEPAGE="https://github.com/moccu/pytest-isort" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" + +distutils_enable_tests pytest + +RDEPEND=" + >=dev-python/pytest-3.5[${PYTHON_USEDEP}] + >=dev-python/isort-4.0[${PYTHON_USEDEP}] +" -- cgit v1.2.3-65-gdbad