Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/
Date: Sat, 25 Apr 2020 15:49:16
Message-Id: 1587829700.ae40aa46c38a448bf194a653f8d779d1b648ef4f.chewi@gentoo
1 commit: ae40aa46c38a448bf194a653f8d779d1b648ef4f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 25 15:04:35 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 15:48:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae40aa46
7
8 dev-python/websockets: New package required by pychess
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-python/websockets/Manifest | 1 +
14 dev-python/websockets/metadata.xml | 11 +++++++++++
15 dev-python/websockets/websockets-8.1.ebuild | 16 ++++++++++++++++
16 3 files changed, 28 insertions(+)
17
18 diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest
19 new file mode 100644
20 index 00000000000..f9723ebf72f
21 --- /dev/null
22 +++ b/dev-python/websockets/Manifest
23 @@ -0,0 +1 @@
24 +DIST websockets-8.1.tar.gz 58874 BLAKE2B 4f0541fdf5ebaa6199d9911e67279cbbe3937f8ac8f31f2579a35a9a5a7c468f925d20686bc47c6544b6c296f3d51e13e63edfdd199040ad00eb813905fbf70d SHA512 408e35d7a908830d51b3b9b73a1c34b1b2dbabbbbd2431515bc0fba7f6ec7db402a55fd00dc737d344549fd5d5f2d90e27cef7cd5f7847e4a1545d3c74db007c
25
26 diff --git a/dev-python/websockets/metadata.xml b/dev-python/websockets/metadata.xml
27 new file mode 100644
28 index 00000000000..a3e93786e38
29 --- /dev/null
30 +++ b/dev-python/websockets/metadata.xml
31 @@ -0,0 +1,11 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>games@g.o</email>
37 + <name>Gentoo Games Project</name>
38 + </maintainer>
39 + <upstream>
40 + <remote-id type="github">aaugustin/websockets</remote-id>
41 + </upstream>
42 +</pkgmetadata>
43
44 diff --git a/dev-python/websockets/websockets-8.1.ebuild b/dev-python/websockets/websockets-8.1.ebuild
45 new file mode 100644
46 index 00000000000..4bc08cea516
47 --- /dev/null
48 +++ b/dev-python/websockets/websockets-8.1.ebuild
49 @@ -0,0 +1,16 @@
50 +# Copyright 1999-2020 Gentoo Authors
51 +# Distributed under the terms of the GNU General Public License v2
52 +
53 +EAPI=7
54 +
55 +PYTHON_COMPAT=( python3_{7,8} )
56 +
57 +inherit distutils-r1
58 +
59 +DESCRIPTION="Library for building WebSocket servers and clients in Python"
60 +HOMEPAGE="https://websockets.readthedocs.io/"
61 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
62 +LICENSE="BSD"
63 +
64 +SLOT="0"
65 +KEYWORDS="~amd64 ~x86"