summaryrefslogtreecommitdiff
path: root/dev-python/pytest-flake8
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /dev-python/pytest-flake8
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-python/pytest-flake8')
-rw-r--r--dev-python/pytest-flake8/Manifest4
-rw-r--r--dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild4
-rw-r--r--dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild2
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/pytest-flake8/Manifest b/dev-python/pytest-flake8/Manifest
index 81957c55e4de..0e409a8eb53d 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1,5 +1,5 @@
DIST pytest-flake8-0.8.1.tar.gz 7359 BLAKE2B fd45d50fa68e329569a5964407fae301075907aabf0ec2c85c7ad9b9c28aa7a92acfaf9b7b4e06036c940ca6c7a35388cefb0d9b9151471fe98c968a43cf5a95 SHA512 b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89
DIST pytest-flake8-0.9.1.tar.gz 7959 BLAKE2B d0ef55385dbbf47968abdfc14e69a0420cd52bdf65c0f74ec72abeb1ab28ad27806593dd592f448f3c01dcdf29af4042c1e1c8affde46a1405ba7b4155c174a4 SHA512 eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1
-EBUILD pytest-flake8-0.8.1.ebuild 600 BLAKE2B 7c848c88509086bc2e4db9e32df2ac264dcc3217826e38d003c374f460dff91636f649dd4bc139470adb1fd3b499c795a21447e1b7438babc9e5abe91cc9221d SHA512 bfabf09827d7f2401e26be1690e05a4db0bc1c82709abd1fecc546fa3a337a2e349f68d0fa40694308c8902c2aaaf2c9f8bcdfa475ddb479e8118d7766959446
-EBUILD pytest-flake8-0.9.1.ebuild 685 BLAKE2B e88808c77d3dcdad1424865807f48dc791b363f4d7f32ae21ad99c6f9c3f476d4eaa633936c36c5ec0a2c7166c64efaf10e0724ab145cc80b4b224562cdb05d1 SHA512 c4d08e58cd64c6ca845b9882eb2fc6065304389219e6744ec4f387e2b0898836cf4544a33a255b429afbe235e81bc99d9a1a62ce94e0755663a33f027c28ef35
+EBUILD pytest-flake8-0.8.1.ebuild 606 BLAKE2B 92983b5a175841089464bd2c478933e9e23d7b280ebe7dd410586b8fd98b4cf16a3b0d950111cc9ee03fdc9fb42eb3a7fed19b30338d534207333ea7dc1037c0 SHA512 0cf3ccecfd02c2dc4b1f826338f71a3ecceb98afbcf49e30c07a3c6751f4cca8edd45c04a3fb0ab0fab0f2ad3ed6cbb83fd0a3950a085a2f73e0bc6017cbac09
+EBUILD pytest-flake8-0.9.1.ebuild 675 BLAKE2B 1e65ddcc621645dffadd8a2b902be886d9104dbfa6fa46bf0f2c7d8908cff5859b2ca558adffb77578959178be2121f26452fdaecf66f91e4fb939d0d054b774 SHA512 77f38d2935304c0e05620458fc7ec548bfa2ab5768336557883026c5f712f95319f15def98a4db484d8d879bec2efda7b0667bb0abb4ad0f71773c156a4b2070
MISC metadata.xml 507 BLAKE2B 75290d0db230e858a4b5b706a2636963a998c882631cd2599bfca3a1961a2f6304dd67b1fa2dbf5a278a86dda00a4c50247f400ff8573845552d3f11b2704595 SHA512 0f022aea078d7eb1b41db5326bf4c1b950344102f4b614ef095e20555a81032687a3312ead75ff33ee8f6dcc81984651dfc110b95113b8c4f2b3e57f52e97baa
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
index 7ade828412c8..d391b017378f 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
@@ -3,12 +3,12 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="py.test plugin for flake8"
-HOMEPAGE="https://github.com/tholo/${PN} https://pypi.org/project/${PN}"
+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"
diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
index 1667ba9e06d0..9a28f875f218 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1