From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A183A15808B for ; Sun, 20 Feb 2022 08:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E54A6E0829; Sun, 20 Feb 2022 08:46:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEA98E0831 for ; Sun, 20 Feb 2022 08:46:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C097334395C for ; Sun, 20 Feb 2022 08:46:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322622FD for ; Sun, 20 Feb 2022 08:46:08 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1645132278.c5db1593b3a84b1dd35ab1c77dd0942f31016c18.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/prawcore/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/prawcore/Manifest dev-python/prawcore/metadata.xml dev-python/prawcore/prawcore-2.3.0.ebuild X-VCS-Directories: dev-python/prawcore/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: c5db1593b3a84b1dd35ab1c77dd0942f31016c18 X-VCS-Branch: master Date: Sun, 20 Feb 2022 08:46:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f1ff2e1c-99fc-4750-9578-6ad7d14f9133 X-Archives-Hash: 21dbc82f386983b8ec65867e5d200c90 commit: c5db1593b3a84b1dd35ab1c77dd0942f31016c18 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Feb 17 12:44:54 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Feb 17 21:11:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5db1593 dev-python/prawcore: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/prawcore/Manifest | 1 + dev-python/prawcore/metadata.xml | 17 +++++++++++++++++ dev-python/prawcore/prawcore-2.3.0.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/prawcore/Manifest b/dev-python/prawcore/Manifest new file mode 100644 index 000000000..a1c38e6ff --- /dev/null +++ b/dev-python/prawcore/Manifest @@ -0,0 +1 @@ +DIST prawcore-2.3.0.tar.gz 1163513 BLAKE2B 9e8bf7477bbdaf2b8f9f2c8e044ec8200a5265b90ba8be92137d9032a68d6384e57d8e6987a2a2aeeb777d6c6ab9a238322a13e6f944d8dc0ad606ae6ae61dad SHA512 d0d2d54bae1e1d31e50bad8094fee9b448f952d62d7306752f1de4450dea4ec0dc2030d273561a8775c9034ade527d115ccf4043c47def42a50169fed7b97b0d diff --git a/dev-python/prawcore/metadata.xml b/dev-python/prawcore/metadata.xml new file mode 100644 index 000000000..56409f28b --- /dev/null +++ b/dev-python/prawcore/metadata.xml @@ -0,0 +1,17 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + + bbzbryce@gmail.com + Bryce Boe + + prawcore + praw-dev/prawcore + https://pypi.org/rss/project/prawcore/releases.xml + + diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild new file mode 100644 index 000000000..0c0dabb69 --- /dev/null +++ b/dev-python/prawcore/prawcore-2.3.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Low-level communication layer for PRAW" +HOMEPAGE="https://pypi.org/project/prawcore https://github.com/praw-dev/prawcore" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" +BDEPEND="test? ( +