summaryrefslogtreecommitdiff
path: root/dev-python/smmap
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/smmap
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/smmap')
-rw-r--r--dev-python/smmap/Manifest2
-rw-r--r--dev-python/smmap/smmap-0.9.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/smmap/Manifest b/dev-python/smmap/Manifest
index 491fdcaba63c..aa50c287bf66 100644
--- a/dev-python/smmap/Manifest
+++ b/dev-python/smmap/Manifest
@@ -1,3 +1,3 @@
DIST smmap-0.9.0.tar.gz 22082 BLAKE2B a0c7e5957a4ea829a3f7855ac5d05660ac2bc6ed8e58a50b805a4c07899ce5022d5bbc0329604dd2296dace3e6e6165cb108be8014c4c834629f830af14a4562 SHA512 704e1c67b1f3e1303578cc26d4af8296a11b5f5013e8e8d933d3096e588911b801ddfb162d0e35a49c00256032824386d77e4f38d58704cd57baf21586b40e03
-EBUILD smmap-0.9.0.ebuild 699 BLAKE2B 248074a8c39113d1a6ec35ca8b2189b457b5a4b77ff045996e59909867832925569dfe31e7d1d896d203dee89edad16befb2699ab21d00a78cb46a46d27ea600 SHA512 61aff87a1b659a5c7bd556e2ef6d26c50e5415d9c223c8516027217f201161ac131304fbfdbdba9ffb29c4302ac256251c49e754520da1ac576daacc307f185d
+EBUILD smmap-0.9.0.ebuild 695 BLAKE2B fb3fe3eddd73f71c440ee7bd822d826f2739b8559f55e04f8583ff2345cb411f919c4bc18e72a18a1e0ad362cd28e8cee8bd1ecda0b7854f02277d5650291d02 SHA512 20cb959db20ad1bd61067395446ef0fc394574e2adbd986725ff79ce03c744db5ca21cdfeb34525a77a35a66e4dd854ae09fff2359e660c5ad4e99177ed0a60f
MISC metadata.xml 371 BLAKE2B 3e42cbd127ee25fe4e316797aed0977eab484119096a606b517fa8d57d2ecbeebd4c4b51570dbda7771d1b9bf6bca368b5fc97379f08e2c1ea51121628d109d1 SHA512 9f6f41b53acf58ff0b7ed064469b5b66820f6c173b657ce59d9501d78f87ff2667b84bd0be275f6aa2d06752d875c5aba83105f5414b2b50a86fce9008685f3c
diff --git a/dev-python/smmap/smmap-0.9.0.ebuild b/dev-python/smmap/smmap-0.9.0.ebuild
index c8a12637386d..44edec321ab1 100644
--- a/dev-python/smmap/smmap-0.9.0.ebuild
+++ b/dev-python/smmap/smmap-0.9.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1