diff options
Diffstat (limited to 'dev-python/python-scsi')
-rw-r--r-- | dev-python/python-scsi/Manifest | 4 | ||||
-rw-r--r-- | dev-python/python-scsi/python-scsi-0_pre160211.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-scsi/python-scsi-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/python-scsi/Manifest b/dev-python/python-scsi/Manifest index f5e75516d806..42f694194057 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 642 BLAKE2B 593cdd803bfeea835e8de825d163b7aaa01b7e4eb4594b869f8be11151712f08a534745102b20650ac9c0bb59bd0b2657151ee98727175fb74e532e26d4ddbc3 SHA512 4f2aa69a885afd963e0df13191f0c2d9e6074f31bb33883f7aa0b2f9431be2c8e9fc836abf2d1a1c1a212d4f04dbc097093856ac359372fb6587db3fe01e970c -EBUILD python-scsi-9999.ebuild 442 BLAKE2B 963882488db212560e5c50eef8d31192f0c5fa377e232df43f4354f567e1f088428e1197348ce43c44f1598695c8e8818a93fc4fdd3875d78c465e5610cf7991 SHA512 a031c3b716c06e48c42ccb5733f66bb7d3a9268f93335fec0e3b488f94a1f721ba6025b98204d55e68747ea71ca2bafc9e6d0789cba756d2be0ca87b6c4ca74c +EBUILD python-scsi-0_pre160211.ebuild 632 BLAKE2B 33fd69c4466c9e6c5c1b4000702df637041c81fd9ca3ebfaf43471f0b20fac27258b8427a8a89dee16bdbf0a0a1578236f159ed5841316cad91c4ed06ab994f2 SHA512 a0748fac230a25045deeaeffce96e9c10443e0c188a9a66b696ec3471039a15f0bea93a162195e73125552dc349916448191c9f9a273dd1abafcb08046c0c47c +EBUILD python-scsi-9999.ebuild 432 BLAKE2B e2e158880b063a7a490d80ae352e41b3a3d408ef826440ea3235abc0365df74de7c81445dc4e3f2426c9c303db3e398b7b8d36472c4a1f2a0c68b2c6d31b1bef SHA512 44dfbbf42d147e55e070d586908307b3b6a3e928c8209c0425ec745549e33b4ae0349f98ce6790d81daa798b80dd37dbcafc7f0a8e5c5399c7c4329750955a02 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 aea859a6eda0..3cafe6f940a5 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_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 052187dd1ba3..a312a6b8653b 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-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 git-r3 |