summaryrefslogtreecommitdiff
path: root/dev-python/backports-tempfile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/backports-tempfile
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.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.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/backports-tempfile/Manifest b/dev-python/backports-tempfile/Manifest
index 68f2b98caf46..3716e24c70bf 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 1174 BLAKE2B 445c24e8e298e496a6cf41d4fcfb62176ea3d583d1cc63201a7ec20101dc826814f1681a20b5cf76cfceabee72ea845d4036f851b47abd2d449e30d18c8a29ea SHA512 a83cc86a3ff5e5c7f3ba9d36fe6c40e3cd972572f94a1ae02a2834412d55de1a19049fa18914ff14e557393dc72f3c7de90e23d706a8229b59fced3c92348bc6
+EBUILD backports-tempfile-1.0.ebuild 1172 BLAKE2B ce617cce54ae53c00003ab174584bc6ef19b2cdf13fc110f84243a55e4f07fce1372fd8c8b0206296b0d6932addd9fbee10e68d1256b77b74c5062e8b543c98f SHA512 ed305cdda2d1058caf8f0a28833ce8a0f2208fe94b8a40de4fbe541c8d2ed88cc9fe3acef921737ce7758716f0dcd6acffa76bf20ff436921aa107c77381ac87
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 632139290b10..769970e0c4d6 100644
--- a/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
+++ b/dev-python/backports-tempfile/backports-tempfile-1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit distutils-r1