summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-09-30 22:19:23 +0100
committerJames Le Cuirot <chewi@gentoo.org>2020-09-30 22:20:40 +0100
commitf5b745bf1a9dc179044e1dcab57589dbe34de2bb (patch)
treef540b18d847246cb59059b195f85e4fe24e46052 /dev-python/websockets/websockets-8.1.ebuild
parentmedia-libs/sdl2-ttf: Stabilize 2.0.15 arm64, #745567 (diff)
downloadgentoo-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/websockets-8.1.ebuild')
-rw-r--r--dev-python/websockets/websockets-8.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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"