summaryrefslogtreecommitdiff
path: root/dev-python/routes
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/routes
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/routes')
-rw-r--r--dev-python/routes/Manifest2
-rw-r--r--dev-python/routes/routes-2.4.1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/routes/Manifest b/dev-python/routes/Manifest
index 8c4cf782a5b5..32ab8fc6ae58 100644
--- a/dev-python/routes/Manifest
+++ b/dev-python/routes/Manifest
@@ -1,3 +1,3 @@
DIST Routes-2.4.1.tar.gz 182403 BLAKE2B 21a079616e1533af8fae44b0ad428b3309e5e8d1e27dddddbf3632cb3e1f5286225aec73246012a8c7c22d59d755be27f10fa09ab6ee6b34f71c6c540dfd36e4 SHA512 b0566f10ca83af0459e9c59fa2217bdc5ebf349d944396bcb21ffa731ad189c642e409381979cb5da3153630c24f20aa974a99711f16aca9f91413976af2bb04
-EBUILD routes-2.4.1.ebuild 1555 BLAKE2B 598c1df8f6ac50b78a1ae1992848f0a3284742011683db59753076607c044b4ef7d6d1435636e47c49d6f164be91beda1e8b8d15804bd84dc21e2344bb603c91 SHA512 110a23241e8807b9f783724331c44f3c1016fb5184a5daaa777ab4bc5cb58db935a9204213fdf05f0119f897b079ae663628db2f08db4600a3ee96c35957543a
+EBUILD routes-2.4.1.ebuild 1551 BLAKE2B 58d0f84ef695c927bacb44ad8b7b8d68633532bfdff5b76ae36d275d2ab3583b6ef56dc3ff2e99620036204100f6ed6fd4a92bf0ae662f0370f5d5fd8ee8c5f0 SHA512 cc7a933586c963da210ed7f00e7e5815f021c654a18ce3572e080f211ad0091295748ead78418c5e25414f358e25bdcf36edc2454d784035a096824823b5eb13
MISC metadata.xml 309 BLAKE2B 58e1b02098e87fe7303e9a6ce962897750493b957d3b30f78feb58b9cbec84b5fcf80acde66da35caa71989b628a75d232ea567e679f891fb4b81d1c49f61d06 SHA512 6daa7dcc2ae185c198c2630961d68c19498e98bce96ea3b1390a4c159fb591a89af796f2ac90e00994bda52c36138792797a38975c772d6fabce09cf0536722a
diff --git a/dev-python/routes/routes-2.4.1.ebuild b/dev-python/routes/routes-2.4.1.ebuild
index 9a6f23b6b70b..55aa114e8efb 100644
--- a/dev-python/routes/routes-2.4.1.ebuild
+++ b/dev-python/routes/routes-2.4.1.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=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
inherit distutils-r1