diff options
author | 2020-04-25 16:04:35 +0100 | |
---|---|---|
committer | 2020-04-25 16:48:20 +0100 | |
commit | ae40aa46c38a448bf194a653f8d779d1b648ef4f (patch) | |
tree | c6ccb58f4c3822f1cbb0e4468e81e1902da1e474 /dev-python/websockets | |
parent | profiles: mask dev-util/meson-0.54.0 again (diff) | |
download | gentoo-ae40aa46c38a448bf194a653f8d779d1b648ef4f.tar.gz gentoo-ae40aa46c38a448bf194a653f8d779d1b648ef4f.tar.bz2 gentoo-ae40aa46c38a448bf194a653f8d779d1b648ef4f.zip |
dev-python/websockets: New package required by pychess
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/websockets')
-rw-r--r-- | dev-python/websockets/Manifest | 1 | ||||
-rw-r--r-- | dev-python/websockets/metadata.xml | 11 | ||||
-rw-r--r-- | dev-python/websockets/websockets-8.1.ebuild | 16 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest new file mode 100644 index 000000000000..f9723ebf72f6 --- /dev/null +++ b/dev-python/websockets/Manifest @@ -0,0 +1 @@ +DIST websockets-8.1.tar.gz 58874 BLAKE2B 4f0541fdf5ebaa6199d9911e67279cbbe3937f8ac8f31f2579a35a9a5a7c468f925d20686bc47c6544b6c296f3d51e13e63edfdd199040ad00eb813905fbf70d SHA512 408e35d7a908830d51b3b9b73a1c34b1b2dbabbbbd2431515bc0fba7f6ec7db402a55fd00dc737d344549fd5d5f2d90e27cef7cd5f7847e4a1545d3c74db007c diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml new file mode 100644 index 000000000000..a3e93786e383 --- /dev/null +++ b/dev-python/websockets/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>games@gentoo.org</email> + <name>Gentoo Games Project</name> + </maintainer> + <upstream> + <remote-id type="github">aaugustin/websockets</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild new file mode 100644 index 000000000000..4bc08cea5166 --- /dev/null +++ b/dev-python/websockets/websockets-8.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +inherit distutils-r1 + +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" +LICENSE="BSD" + +SLOT="0" +KEYWORDS="~amd64 ~x86" |