diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/taskflow | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/taskflow')
-rw-r--r-- | dev-python/taskflow/Manifest | 4 | ||||
-rw-r--r-- | dev-python/taskflow/taskflow-3.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/taskflow/taskflow-3.5.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/taskflow/Manifest b/dev-python/taskflow/Manifest index 3f568c3bee5d..04fd36d4e988 100644 --- a/dev-python/taskflow/Manifest +++ b/dev-python/taskflow/Manifest @@ -1,5 +1,5 @@ DIST taskflow-3.4.0.tar.gz 1067856 BLAKE2B 1244fa3124cb09114130ecb1bf9bac1b7471cf6d9f6e297c8445a5a447d7fc81e435ef56783359bd00b35dc3219d35e0f1f26ff1b1593bf99ee83592178794e5 SHA512 16d0494e9062a1a22364ed0c4429d6fecca87b4d0328c3c711c53173e79bc1caeea24f4ea5e5d64c5d6d519fa2b5088eb3a232169e6f0062d964c98bf8b81241 DIST taskflow-3.5.0.tar.gz 1068208 BLAKE2B 5c11faf60f332aad442c5415219f572a6b14735fdeb30f305a1e033067a847bbb6a827395bd1f02ae20e11b682adf31585848ecac47438b1860fd04b51a7d5b4 SHA512 635123ed975461a84790be2edb09f45e3c372fa03918f6f6257b4a3725f67a83a958f80ca15f1da5eb7d5f6223ba8fb8a6bdc6941b9eb9572c12274fb2d75ac0 -EBUILD taskflow-3.4.0.ebuild 1493 BLAKE2B aa44e7b3c6d1c5bf087043be62f3b287abbb6327fc7c5c49d48c759cdeabe78a4d4bc60474a9b98572b40482e9b8e175f941111b166ac8f7bd26e09c9eeb7b84 SHA512 35fb8b9798acf5180ff4981ce7f51e30af441b4aae585f80452391b82d403163ce05e25ae5a5b153b53f6656f40eafef407e299fd01bb6d02de4f53674dd07f1 -EBUILD taskflow-3.5.0.ebuild 1493 BLAKE2B aa44e7b3c6d1c5bf087043be62f3b287abbb6327fc7c5c49d48c759cdeabe78a4d4bc60474a9b98572b40482e9b8e175f941111b166ac8f7bd26e09c9eeb7b84 SHA512 35fb8b9798acf5180ff4981ce7f51e30af441b4aae585f80452391b82d403163ce05e25ae5a5b153b53f6656f40eafef407e299fd01bb6d02de4f53674dd07f1 +EBUILD taskflow-3.4.0.ebuild 1481 BLAKE2B 1aebffa8046ea3edac9dcf76efac0dffb69ad81f94ba06e877e8e4e87a9700c60c945427f6ec177c6575f7a4be0375508d242258184fa1687fbcc5ecec037ec5 SHA512 c3171ad8474e858cba2d2596939f59f5ab9acc32fbc051fb541c394a84658485237942b1c7413500014c21fdd8c76e5ecd21a4bebe6043b8e0a56ea95750991f +EBUILD taskflow-3.5.0.ebuild 1481 BLAKE2B 1aebffa8046ea3edac9dcf76efac0dffb69ad81f94ba06e877e8e4e87a9700c60c945427f6ec177c6575f7a4be0375508d242258184fa1687fbcc5ecec037ec5 SHA512 c3171ad8474e858cba2d2596939f59f5ab9acc32fbc051fb541c394a84658485237942b1c7413500014c21fdd8c76e5ecd21a4bebe6043b8e0a56ea95750991f MISC metadata.xml 676 BLAKE2B 32a696fc754d94e1d1f37e67ec09de6c588f9ee3eb151dcf81f955f7b0632c522796343131a5acbf73e852ef78f89ce7bca6060c6fb83b9611e084e20a5df3e5 SHA512 c274ae9882c74b8bcaeb054b9feade463c1fa7f2f6ac559091a4bed85075198873c4b994cca1f28083b682bbcf66dbb31971da97f9074a1b04a57a6eb0a612ad diff --git a/dev-python/taskflow/taskflow-3.4.0.ebuild b/dev-python/taskflow/taskflow-3.4.0.ebuild index 3a6781627266..a5c21e4e83f8 100644 --- a/dev-python/taskflow/taskflow-3.4.0.ebuild +++ b/dev-python/taskflow/taskflow-3.4.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=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends" diff --git a/dev-python/taskflow/taskflow-3.5.0.ebuild b/dev-python/taskflow/taskflow-3.5.0.ebuild index 3a6781627266..a5c21e4e83f8 100644 --- a/dev-python/taskflow/taskflow-3.5.0.ebuild +++ b/dev-python/taskflow/taskflow-3.5.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=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A library to do [jobs, tasks, flows] in a HA manner using different backends" |