diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-14 01:05:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-14 01:05:40 +0100 |
commit | 76cba73c47c8694e74377004634daca18f2d9c08 (patch) | |
tree | 468603ebdc189bcfae77696162761b3be936baea /dev-python/python-engineio | |
parent | 6957f5c65b02bba533954eabc0b62f5de36be206 (diff) |
gentoo resync : 14.04.2018
Diffstat (limited to 'dev-python/python-engineio')
-rw-r--r-- | dev-python/python-engineio/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-engineio/python-engineio-1.7.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-engineio/Manifest b/dev-python/python-engineio/Manifest index d3451f7e4666..501c7a2c577c 100644 --- a/dev-python/python-engineio/Manifest +++ b/dev-python/python-engineio/Manifest @@ -1,3 +1,3 @@ DIST python-engineio-1.7.0.tar.gz 22804 BLAKE2B bc807943cc24eddbc9cb25ceb55223ecf610ed37b281e5b0a59935705dc2d2c34ad5795e0bd96f1256cf91365756e43ed9c94b1082334d6f6c34f6b6e9472710 SHA512 1d184ccb9d1328d9f4e2fa22006f1d21bd17200bc893ee2588b4342da24775f98648e0e993893eb56a9159f95a114f128dfdacef9fa8ea296c7ace6c7741aea0 -EBUILD python-engineio-1.7.0.ebuild 734 BLAKE2B 83f23665001792da85dc41bc77321b281ebb3769e6eaa0a27cddd3c035a56e03336bd839614d3300977398b1d4473c8490095a1cb48e49af9c8c3c8566651742 SHA512 647d8e98dfffbf0ffc5a961d9ee3b133230d571ef046b2208eda46cf90f7c83cf55742fcbfb166b5d1c18d5d4adf67b27112a8cc5f219854148e64762779111e +EBUILD python-engineio-1.7.0.ebuild 764 BLAKE2B 645a56928dbcae8df5b2a80a3483387cdcdfd8d7fd3d2146aae3457e05d05bfa6503b4cb08ff7fd17b261273a44a5e5a06de910fc6742f870ff8f552c6034adf SHA512 cad4bc3c0b7fe11dd093b932d7452f006781583c0d5c47ce4ea750ea9c1c7ec7a3db5003e3116779d85e12802b0d75a9a5433fa1e0069c222e77b7df1d4b13d1 MISC metadata.xml 466 BLAKE2B 6ed10a68ef43c4462dcc0fd1ff545828cb6a38d63323da41ea1403d62c7465c08b2668319a0924b31d07719ccc0bd8587461d63362acddd9e329f9800b26bda7 SHA512 4b945547b692e81069a2ae0d70af112945aa2200b935efbddbbcfff4fea60268a9933dcf7ba2936e6c7a6655ef805f93252f157e63771e068a7ac6fb82c4de1a diff --git a/dev-python/python-engineio/python-engineio-1.7.0.ebuild b/dev-python/python-engineio/python-engineio-1.7.0.ebuild index 6f3b26b71d31..d3add65a2057 100644 --- a/dev-python/python-engineio/python-engineio-1.7.0.ebuild +++ b/dev-python/python-engineio/python-engineio-1.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit distutils-r1 MY_PN="" DESCRIPTION="Python implementation of the Engine.IO realtime server." -HOMEPAGE="https://${PN}.readthedocs.org/ https://github.com/miguelgrinberg/${PN}/ https://pypi.python.org/pypi/${PN}" +HOMEPAGE="https://python-engineio.readthedocs.org/ https://github.com/miguelgrinberg/python-engineio/ https://pypi.python.org/pypi/python-engineio" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" |