From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1164988-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F42A138350 for <garchives@archives.gentoo.org>; Sat, 25 Apr 2020 15:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB5DE08B1; Sat, 25 Apr 2020 15:49:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC47DE08B1 for <gentoo-commits@lists.gentoo.org>; Sat, 25 Apr 2020 15:49:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B4B834EFBA for <gentoo-commits@lists.gentoo.org>; Sat, 25 Apr 2020 15:49:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3C221ED for <gentoo-commits@lists.gentoo.org>; Sat, 25 Apr 2020 15:49:10 +0000 (UTC) From: "James Le Cuirot" <chewi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" <chewi@gentoo.org> Message-ID: <1587829700.ae40aa46c38a448bf194a653f8d779d1b648ef4f.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/websockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/websockets/Manifest dev-python/websockets/metadata.xml dev-python/websockets/websockets-8.1.ebuild X-VCS-Directories: dev-python/websockets/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: ae40aa46c38a448bf194a653f8d779d1b648ef4f X-VCS-Branch: master Date: Sat, 25 Apr 2020 15:49:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4a49bff2-75d0-4c29-8e60-88603aa62dd3 X-Archives-Hash: 1d513476c87d5700b75af1577462f018 commit: ae40aa46c38a448bf194a653f8d779d1b648ef4f Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Apr 25 15:04:35 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Apr 25 15:48:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae40aa46 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 <AT> gentoo.org> dev-python/websockets/Manifest | 1 + dev-python/websockets/metadata.xml | 11 +++++++++++ dev-python/websockets/websockets-8.1.ebuild | 16 ++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/dev-python/websockets/Manifest b/dev-python/websockets/Manifest new file mode 100644 index 00000000000..f9723ebf72f --- /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 00000000000..a3e93786e38 --- /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 00000000000..4bc08cea516 --- /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"