summaryrefslogtreecommitdiff
path: root/dev-python/python-scsi
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/python-scsi
parente23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff)
gentoo resync : 30.06.2018
Diffstat (limited to 'dev-python/python-scsi')
-rw-r--r--dev-python/python-scsi/Manifest4
-rw-r--r--dev-python/python-scsi/python-scsi-0_pre160211.ebuild4
-rw-r--r--dev-python/python-scsi/python-scsi-9999.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/python-scsi/Manifest b/dev-python/python-scsi/Manifest
index ca8b3d5d3995..058ae882e9c6 100644
--- a/dev-python/python-scsi/Manifest
+++ b/dev-python/python-scsi/Manifest
@@ -1,4 +1,4 @@
DIST python-scsi-0_pre160211.zip 126606 BLAKE2B d5992732b2673ea5136f46e985a63bcb9d0285d67b314005cb3ee4ca447043c31654c8ddf038c01472b2d30ba7f10f4152461ce080fdcc496dad84513f0310c3 SHA512 43218dfe91eba8f79c0cc7b48e5d7ba3026aac3d0c70dc2d8865905ef70bc479c6a32c46104b3284a00b5832d8893daf4285aac84fd43f1a1ba80affeaf5e258
-EBUILD python-scsi-0_pre160211.ebuild 645 BLAKE2B b59d03b9e0e010e04d405af0e07a9275f5f2a8c2e43204c4df83d74a907279afbb66456eb3eded8d4a2ff461d2c89dc6510c5e6222be6f6669c3e4d04958595a SHA512 f3c5e7ba9c98035ab83bd63f84f76891593c666d43c0cbff9b994512705fed965a38f84b595a778e050559e963a9074b13b30f58658a7811a0384612edba153c
-EBUILD python-scsi-9999.ebuild 445 BLAKE2B f08ae46b96fabad6e7b8aaa4da4668ccf472c22c1dd53bc03438cee031ab8d1098c182366d0c3999a5721ba37bb341d2832cf4686408b1dd135a416bbbf77d3b SHA512 0316ce9f7f4245f2fd9efc70724f2c40d6a92d822427b118d4a5feeb090a9545e76bd8c1083bfcf1207054fb41212e4a9a1918b6c250bc7a28e34040875304ef
+EBUILD python-scsi-0_pre160211.ebuild 647 BLAKE2B f6be1aaa276bdaa646683552ba2e34164bcddcc9ac6656633a41c106ca2a9e8b31382e48f7b005ae2872156a30fb87b7096e95615dc785769c449e24dfda87ad SHA512 693f23f63935aa6b04d37e90defa93f130e1eead9d420ac0c018751eba80b798076a5948a72e832c236753f20689b4deee4eeb54aeea4d7e12533de963b7bb99
+EBUILD python-scsi-9999.ebuild 447 BLAKE2B b5c9a6944f610c240fd05cde084eb1bc01f6ee3ce4c5ca1510171c90cf9e2a6100af2d61904dfa73df2c0cad04a694db1f91a7e0fcddc59a1bd67438de136fea SHA512 aa2bcf45f742a9bfbfd08c6091797265bee5ab7ffbec2596f7f2eff43fa3ee52c094aba231130cc329cfca45ef8df75227ea2719d5effb874317e7e2255f0269
MISC metadata.xml 333 BLAKE2B 38dddf47085838ce106d76a1cf3a89f67e6390948190ee3e218813330a412ccb4b3c0e64c200fbcab0b855d3c2097963703d01044c0dcc55af449fc12da7b549 SHA512 bc4d5e48baa7202f81cab953519e91e41e4670df2ad69173f2d046eb73314e66ef62fe58ea740a71fddf9170570c0fd823a6546fa129a666193cebc389fce153
diff --git a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
index 8e947c0ffd85..768c5c54369b 100644
--- a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
+++ b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1 eutils
diff --git a/dev-python/python-scsi/python-scsi-9999.ebuild b/dev-python/python-scsi/python-scsi-9999.ebuild
index dbdd181f802e..26b967c4039a 100644
--- a/dev-python/python-scsi/python-scsi-9999.ebuild
+++ b/dev-python/python-scsi/python-scsi-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1 git-r3