summaryrefslogtreecommitdiff
path: root/dev-python/line_profiler
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-06-30 08:49:38 +0100
commitb2be182d49eea46686b5cf2680d457df61e89dc4 (patch)
treec66442ced2011c5ca81c3114cc51041e314c6d33 /dev-python/line_profiler
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'dev-python/line_profiler')
-rw-r--r--dev-python/line_profiler/Manifest2
-rw-r--r--dev-python/line_profiler/line_profiler-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/line_profiler/Manifest b/dev-python/line_profiler/Manifest
index ad89c03b565e..626d01819110 100644
--- a/dev-python/line_profiler/Manifest
+++ b/dev-python/line_profiler/Manifest
@@ -2,5 +2,5 @@ DIST line_profiler-2.0.tar.gz 68478 BLAKE2B fb814b251e8f18a51e65297e57523b85c55b
DIST line_profiler-2.1.2.tar.gz 83131 BLAKE2B 0f61d7dbab24988a50c1c0a9dce528cf792ca53b5f4c60f00fd9dabfd3d3e109f2d245867bc1ebb8294fb84343907e3593c416341ea1b0d7ae626cda8a3218d3 SHA512 625a585915d338fe8ef2f37c5b5bc024f769a623380b85725bcf33686e4cc62a211c2e91552e093dee940367b0d2ad306c5cbe7f1e8f1574eb731d128b8e22bd
EBUILD line_profiler-2.0.ebuild 671 BLAKE2B b15f6a8aea97da13be021fcdc6bd3d4513e1d5645e30ae70f3c71ccdb9ecc9612d9f09ecdfee77e4a2cf8900090360f7f127612babb13aaa1218d15de33240d8 SHA512 033d96c26db7b06f2c8e937f005d7e63042efa538be3871ed9f8b211aee58db5d47075160c79653fc45dbdc43b8b5a692395015f260f9e57a1a05277bdffcacd
EBUILD line_profiler-2.1.2.ebuild 665 BLAKE2B 0e4a8c4712096f0e708ad35e60f8ab88415ec3f68de2a75e7db2288b1cde44c727202366a6cec3d3856b06dd5178c206de4645b0fbea139af92aa4c403729b18 SHA512 7d274a5755f8f2370fbdbf7f4a79fa66bcb64ea268a023785864a794fc5ca19e484d5b2248fcbe534188b0bbc52bfd69bc8c7e6e65dfed9eeffebf13418d849c
-EBUILD line_profiler-9999.ebuild 582 BLAKE2B 5faee1ec552d26cb8f329f63785bf09239766282ea120fa4e73b51aeb24ab9bc7c4770fd74fbb34306448f2f41a1db491ffdbf5ecb716bcdda3fc1b9b3719683 SHA512 4f50a2bf39ceb6d132c74705358d396ed5ff341fd8cda88f29c8cd5427a32e65c37c5c358ea620c3ca8fa85fa52c974bfd711df465c51f1bb778a196ae923662
+EBUILD line_profiler-9999.ebuild 584 BLAKE2B c78d372870ede31f3173da1a0ac961acbf265ec4d1dd4e53b9e0142cb13e2d82d2b0107581ba3b8f542b231ce1047342b60438fd789f34e7409013159a3982e9 SHA512 37315fe17913c84f589ad259296a3d7df23f7f03ddc447370c7b42881f8194b9d154bde87d5cee7ecf20585179480300ce19000eb433d8493ab45be3e3a88f6d
MISC metadata.xml 948 BLAKE2B 98a4791e0201690c210cd9460be2c17378a360c9dce1502f3293e26468f94aa0c20b28844e41e6e43acd049152057726b4e12f4f7b2a99e0ad38a73296d12403 SHA512 bc38bde3c69ae03dc884b60a55eaaa0b039119d31a552083d22baca047f102f7519606ca2219578b3a9ed3dcf40a68f6aa0dc8508e7258f0a6a993b2ab7a0461
diff --git a/dev-python/line_profiler/line_profiler-9999.ebuild b/dev-python/line_profiler/line_profiler-9999.ebuild
index cbcda89a1905..6db2d5c980f7 100644
--- a/dev-python/line_profiler/line_profiler-9999.ebuild
+++ b/dev-python/line_profiler/line_profiler-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 git-r3