summaryrefslogtreecommitdiff
path: root/dev-python/simpy
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /dev-python/simpy
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'dev-python/simpy')
-rw-r--r--dev-python/simpy/Manifest2
-rw-r--r--dev-python/simpy/simpy-3.0.8.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simpy/Manifest b/dev-python/simpy/Manifest
index 7d1cf772bed9..0f978e0efd4d 100644
--- a/dev-python/simpy/Manifest
+++ b/dev-python/simpy/Manifest
@@ -1,3 +1,3 @@
DIST simpy-3.0.8.tar.gz 402664 BLAKE2B 434f0575ed2b5c99f29e9e403bfbd07da23b6abdc5a8fc183933a503ec574d8726535e727f5c15b0de7e1f331fb332d6b79ed933d5a2f3a6eafd3e840039f5fc SHA512 c8c468ab60da1b357a1c62ca516a0cce51c6941f7b7795ee57c905cd8457f5614c5ff1f6d7586c0b9d9148e03251fd4f77b4e2c3c3d438e532e49bc4583fb08b
-EBUILD simpy-3.0.8.ebuild 948 BLAKE2B beb0e145a8f68530775e956d0460033d75c15074207d44b6c51708c046739ccae250f9fc7df42ebd1d243e889f697b640a98b5b9605210cb6c308c0d139473af SHA512 7839cd5858c1edcb75c1aa838c941d8c126bbfa2cdce623ce4a9bc74fd7dfb1b9ca0fafdae2636398dc14f99eb8f51a0eb0581a809895b12b7220ee98c4d399f
+EBUILD simpy-3.0.8.ebuild 941 BLAKE2B b0da380bc131774ce069b624023385c5140a23637dc0cf9839e4e0ba0588664a615d02894adca0193003e8a557d8642a219162cfa3868abdaa1637c6c00f5c98 SHA512 1b082002c953853b67791402d01b0195f3457ae4b74a949d3c5243ee5f9f5c41cc4298d603389683f636cb4d6bf66583462589563abe605c01b6ff67dd01b163
MISC metadata.xml 383 BLAKE2B be75ad8df2181d19f5d653278454051eaa5c455fc5ff3882cf8e11bb50787847fbac3db1e33034c3f1372a82a15227d494f71af9644d6aee42069b41fb6b4f17 SHA512 fe339084efea01b5fe7375a1fbb2a8c21105164fea3881de4b5499771d6c649f6cbadde20cca9d02050d8a143311d2bcabea48dc30bd518e7e3ff2bb2f1ab169
diff --git a/dev-python/simpy/simpy-3.0.8.ebuild b/dev-python/simpy/simpy-3.0.8.ebuild
index 7dc2e14baec0..f957fab4c29a 100644
--- a/dev-python/simpy/simpy-3.0.8.ebuild
+++ b/dev-python/simpy/simpy-3.0.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_REQ_USE="tk"
inherit distutils-r1