summaryrefslogtreecommitdiff
path: root/dev-python/websockets/websockets-8.1.ebuild
diff options
context:
space:
mode:
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"