diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-28 20:02:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-28 20:02:04 +0100 |
commit | a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (patch) | |
tree | 852c90a4bf354c30ea66504f70bfab5401fba18d /dev-python/socketio-client | |
parent | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (diff) |
gentoo resync : 28.04.2018
Diffstat (limited to 'dev-python/socketio-client')
-rw-r--r-- | dev-python/socketio-client/Manifest | 2 | ||||
-rw-r--r-- | dev-python/socketio-client/socketio-client-0.6.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/socketio-client/Manifest b/dev-python/socketio-client/Manifest index 8c06aed39641..b19dd3af3b85 100644 --- a/dev-python/socketio-client/Manifest +++ b/dev-python/socketio-client/Manifest @@ -1,3 +1,3 @@ DIST socketio-client-0.6.6.tar.gz 21829 BLAKE2B 72e47f9aa4bae06767aa1860fc7d57f7f2ae78dd037e46aa50a8672f4e168982d6e602ed8f80f203081e5747cacb0f6fa2959311271bc578c1b8b5bf70ec506a SHA512 aa21d31bf9e9062578fc6892a7624ea41ef3437eff132ff3ef2829a589c0fd19953fc514ab05161a32d06578708fb7f41b2f636d3d60a2700094e676d72cee47 -EBUILD socketio-client-0.6.6.ebuild 1447 BLAKE2B 2fb12009a8f4b40b0b05c8608221ad58f5e1a69cc83b8f80fe14348360453430183939a54c60f6cdae2341b4a43c8456a85fe681a250fbd2213d5c50d9581b8e SHA512 7b33454883cd6c060d7661d16adf01f0bcc183ee329cf9f28adb5681c81b4affc01b8ae91417a7f71cb5766891c218ed0a75d1688b533c221c643301f82c0e48 +EBUILD socketio-client-0.6.6.ebuild 1448 BLAKE2B 71563dd4161bb90ce768e3bdced2e828c10f18d33b9e39f708efa818fe53efbc0e6e2301418b938558f2b58a9f8bde4be9e5c5ae6e2900c5844895106b6b811e SHA512 280755d8e71fc71c178d40de696a62b2a763cd571eb5f437a12f5cb3ecae22b7626cdcbd1623d17232024406e90deb8ee4d8c6fb2d602eb22adfa5031348f28e MISC metadata.xml 466 BLAKE2B aeae4a6f57347d31b7eed388cc7beeb819174f5f07b438a418f99532eb01ae092e6fa9a5758512de10f96f9e8aecef0e234d6e893ba39a353ddb1e42f1574b41 SHA512 a5d48ac121de3b0334d12ff4e472aa04be849f87f8ef39222a5a112674d36390d1ca69936d675cb7a42d11e73cdc5019540091ac64b727842d515b2c96b68c09 diff --git a/dev-python/socketio-client/socketio-client-0.6.6.ebuild b/dev-python/socketio-client/socketio-client-0.6.6.ebuild index 84667bd74c10..4ddc8b6e4e17 100644 --- a/dev-python/socketio-client/socketio-client-0.6.6.ebuild +++ b/dev-python/socketio-client/socketio-client-0.6.6.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 MY_PN="socketIO-client" REPO_PN="socketIO_client" DESCRIPTION="A socket.io client library for Python" -HOMEPAGE="https://github.com/invisibleroads/socketIO-client/ https://pypi.org/project/socketIO-client" +HOMEPAGE="https://github.com/invisibleroads/socketIO-client/ https://pypi.org/project/socketIO-client/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${REPO_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" |