summaryrefslogtreecommitdiff
path: root/dev-python/backports-tempfile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/backports-tempfile
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/backports-tempfile')
-rw-r--r--dev-python/backports-tempfile/Manifest2
-rw-r--r--dev-python/backports-tempfile/backports-tempfile-1.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/backports-tempfile/Manifest b/dev-python/backports-tempfile/Manifest
index 025f27874912..74a06c430569 100644
--- a/dev-python/backports-tempfile/Manifest
+++ b/dev-python/backports-tempfile/Manifest
@@ -1,3 +1,3 @@
DIST backports.tempfile-1.0.tar.gz 10262 BLAKE2B 9436c8a3eb7fa6da17dad4466ab030f62b93a19103e519efcbe79e35cf0687ca2960666a9337cdc2929aeeed3790a7ee0441377755b1f1e2a8192b07ed7f049a SHA512 1f3cf634e289704e96bd8483289415aae896d95a16f5ac9b226ba879497675d76148399770966bd2ef14a02d3c8848516a9b39cc400819023b06254b5b0500dc
-EBUILD backports-tempfile-1.0.ebuild 1170 BLAKE2B 4c39a73e457401ae5207abc42f60900c5412255fcb9a444e8eed6735f496525a1caa2c7764ec98d15bfdb95954284df2d71fa3501fa622c9523f5f6494d60d7a SHA512 88d406e1b43b6524f1bba7c2fb281da601a7ce0a35f36c5dca482b37e1c64f264e0941d1e66689bd5fd69c416ddb901fc869bce44620c41503823f486f80061e
+EBUILD backports-tempfile-1.0.ebuild 1160 BLAKE2B 2f5e5648d1c053042ad97e78dbe9bf19a17c6543f744b0c67987b88ee327422cba007a21ca4419f04f263690229b2d8fded5281a6f52888585fabbf045e92a0f SHA512 82947485626eea783b6d1ea644310f6387d4291d6cc0bc20cdcb9707a9dc8b4676d3661c33b67fb319c5e67e336e57de1dc8fad90aed526e07b2007777293985
MISC metadata.xml 469 BLAKE2B a2d579bc290c1cd1f0cc4b8372b3f4b14bdbc351f4ab368df14cf784fd46af41074c61a0816c619d0805485b1b41ce69110578af25f9d00956ba8ec3a68f9e2c SHA512 4b6866dc60034a21acaa1dc1c2a389d878d495747e51dc99ee60b8379e03bd99559f3c805920a77cdc35fb551f97195c6fdf9d596af881ff6f6829c5b7e4b235
diff --git a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
index 5a373c085ddd..d6ba6260c63d 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0.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