diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-15 13:19:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-15 13:19:56 +0100 |
commit | d302a5d7fc9caafba5c8a404f2891bb6ccdec311 (patch) | |
tree | 2a3ee43f080d1d0086964de8c29ccf1021fdfda7 /dev-python/pysha3 | |
parent | ea31ad0ed5501d0bf92267c35beaf06ac016bad2 (diff) |
gentoo resync : 15.05.2018
Diffstat (limited to 'dev-python/pysha3')
-rw-r--r-- | dev-python/pysha3/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pysha3/pysha3-1.0.2-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysha3/Manifest b/dev-python/pysha3/Manifest index ce2c56d62b90..4ba950567e09 100644 --- a/dev-python/pysha3/Manifest +++ b/dev-python/pysha3/Manifest @@ -1,3 +1,3 @@ DIST pysha3-1.0.2.tar.gz 829192 BLAKE2B ff0c0e1cc35f5e2efc0a7d3074022aaa1e05fa72cc151560180fe08958c8f83ec2b0f50f9e1bf772fd386647f3d44e8b4139f5593f6d0d678412eabe4829e939 SHA512 57476d24b9d399471cf56c8c1413f58dbc863c16d4fe9ebd2cf65df8092e139e2505252605e3fccd68978f5ee3fffdfeeedee6788aab38a54c918a452fc19720 -EBUILD pysha3-1.0.2-r1.ebuild 1015 BLAKE2B 40676d96aca454e8bc87a092f7fdafef8c90cce57a24859343006ee7ff50806106331150c523a00e0cf97917f6611caed254b4f5cfd10ae4bb8705d604a1dc89 SHA512 5d0aa80f1afb5d201c4dfbae828afc69b08f8d8efca32c2c7587410f9095f5e9c2417c4fc36b32defc00ad25c149e75a2560d41985aeb5daca3860c886903030 +EBUILD pysha3-1.0.2-r1.ebuild 1014 BLAKE2B 334f685eda76cce7a752d0d6db27436de8d4e081fa3be9e6d0c71a644dcc5eb98b8e11fe0baef21bcc40c9d56bef3d077cfd6b0c9b407c117fceeedcd9a3f554 SHA512 7df66ad960e90f22b01881c5fd158e3c850a4050d86b063fa0abb780a31c83d39a37b191c2301da764b983a5e49d4dd03fc0f732587ecd1faeba13a016adaa86 MISC metadata.xml 447 BLAKE2B b29243faa53b7068fce5b86ff8ffeaef920340c92bee35620fb2977b02a1f543fb6cfbd5509fbe784753d9e1b123bb1ed594dfd59e2ba611b9ce0e1df6319174 SHA512 e29bf7eb65b03e9190be49df6e924da2e8a6d30eb74bad5cd5b3551df5184c720c9666a11c0cf4afe4626a3d433edd0989507583d97aa24cf5b8bb9ffb535b9d diff --git a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild index 62b786603571..a01c4281e69e 100644 --- a/dev-python/pysha3/pysha3-1.0.2-r1.ebuild +++ b/dev-python/pysha3/pysha3-1.0.2-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="CC0-1.0 PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x64-cygwin ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |