diff options
author | James Le Cuirot <chewi@gentoo.org> | 2020-09-30 22:19:23 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-09-30 22:20:40 +0100 |
commit | f5b745bf1a9dc179044e1dcab57589dbe34de2bb (patch) | |
tree | f540b18d847246cb59059b195f85e4fe24e46052 /dev-python/websockets | |
parent | media-libs/sdl2-ttf: Stabilize 2.0.15 arm64, #745567 (diff) | |
download | gentoo-f5b745bf1a9dc179044e1dcab57589dbe34de2bb.tar.gz gentoo-f5b745bf1a9dc179044e1dcab57589dbe34de2bb.tar.bz2 gentoo-f5b745bf1a9dc179044e1dcab57589dbe34de2bb.zip |
dev-python/websockets: Fetch GitHub tarball with tests instead
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/websockets')
-rw-r--r-- | dev-python/websockets/Manifest | 2 | ||||
-rw-r--r-- | dev-python/websockets/websockets-8.1.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest index f9723ebf72f6..3e7658935440 100644 --- a/dev-python/websockets/Manifest +++ b/dev-python/websockets/Manifest @@ -1 +1 @@ -DIST websockets-8.1.tar.gz 58874 BLAKE2B 4f0541fdf5ebaa6199d9911e67279cbbe3937f8ac8f31f2579a35a9a5a7c468f925d20686bc47c6544b6c296f3d51e13e63edfdd199040ad00eb813905fbf70d SHA512 408e35d7a908830d51b3b9b73a1c34b1b2dbabbbbd2431515bc0fba7f6ec7db402a55fd00dc737d344549fd5d5f2d90e27cef7cd5f7847e4a1545d3c74db007c +DIST websockets-8.1-src.tar.gz 156472 BLAKE2B 6cb5eec8276f7ef7172048eba6157560f42cec28acacc1a0a2f426ea1cab9a04029ebb1f8285b1aa2862c30aac8f2af81ef85d4dba8e53e267b665b718e01d5a SHA512 d245702574cf513da54bfc0ca10768558cd4e5017ecf8cb647f4b9176561192a3ace64edfc5c6f735664bf1b6136aa0bb9828114478f92d2c051e3109a218c12 diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild index 4bc08cea5166..074ac905ba2c 100644 --- a/dev-python/websockets/websockets-8.1.ebuild +++ b/dev-python/websockets/websockets-8.1.ebuild @@ -6,10 +6,11 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8} ) inherit distutils-r1 +distutils_enable_tests unittest DESCRIPTION="Library for building WebSocket servers and clients in Python" HOMEPAGE="https://websockets.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +SRC_URI="https://github.com/aaugustin/${PN}/archive/${PV}.tar.gz -> ${P}-src.tar.gz" LICENSE="BSD" SLOT="0" |