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 E6787158095 for ; Sat, 9 Jul 2022 08:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E797AE0BBC; Sat, 9 Jul 2022 08:16:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C3F06E0BBC for ; Sat, 9 Jul 2022 08:16:03 +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 CAF03340D50 for ; Sat, 9 Jul 2022 08:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D4E052C for ; Sat, 9 Jul 2022 08:16:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657354551.4449f59d1221a77eb8794cbbdbb81641bcf64479.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymacaroons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymacaroons/Manifest dev-python/pymacaroons/metadata.xml dev-python/pymacaroons/pymacaroons-0.13.0.ebuild X-VCS-Directories: dev-python/pymacaroons/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4449f59d1221a77eb8794cbbdbb81641bcf64479 X-VCS-Branch: master Date: Sat, 9 Jul 2022 08:16:01 +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: a6c16a86-31ba-422a-9fce-62bad4a1d434 X-Archives-Hash: 78fbf11d6b68ae3c8d43be3940ae32e4 commit: 4449f59d1221a77eb8794cbbdbb81641bcf64479 Author: Petr Vaněk atlas cz> AuthorDate: Thu Jul 7 13:23:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 9 08:15:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4449f59d dev-python/pymacaroons: new package, add 0.13.0 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> dev-python/pymacaroons/Manifest | 1 + dev-python/pymacaroons/metadata.xml | 16 +++++++++++++ dev-python/pymacaroons/pymacaroons-0.13.0.ebuild | 29 ++++++++++++++++++++++++ 3 files changed, 46 insertions(+) diff --git a/dev-python/pymacaroons/Manifest b/dev-python/pymacaroons/Manifest new file mode 100644 index 000000000000..6aab45d7ecae --- /dev/null +++ b/dev-python/pymacaroons/Manifest @@ -0,0 +1 @@ +DIST pymacaroons-0.13.0.gh.tar.gz 25607 BLAKE2B ff21e88842c54f7ce84e8b3ad59d42ee43f2bb2073ebbb7f47dee123086c1466024420246a4da2eae462bc36e44a3621b75144846e090073c5063b0af24f1ad1 SHA512 60da7e03d68083f8effdc06b338dd04dbd6a39ff137373721af09f1282fb035f969459d2ef80f4d728dcf95f6244b7b2de443e48658e0551462ab46daf3884a2 diff --git a/dev-python/pymacaroons/metadata.xml b/dev-python/pymacaroons/metadata.xml new file mode 100644 index 000000000000..5126b7df482e --- /dev/null +++ b/dev-python/pymacaroons/metadata.xml @@ -0,0 +1,16 @@ + + + + + arkamar@atlas.cz + Petr Vaněk + + + proxy-maint@gentoo.org + Proxy Maintainers + + + pymacaroons + ecordell/pymacaroons + + diff --git a/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild b/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild new file mode 100644 index 000000000000..24e60796d20c --- /dev/null +++ b/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..10} ) + +inherit distutils-r1 + +DESCRIPTION="PyMacaroons is a Python implementation of Macaroons." +HOMEPAGE=" + https://github.com/ecordell/pymacaroons + https://pypi.org/project/pymacaroons/ +" +SRC_URI="https://github.com/ecordell/pymacaroons/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# tests are incompatible with dev-python/hypothesis::gentoo. This package needs +# <2.0.0, because needed hypothesis.specifiers module was removed in 2.0.0. +RESTRICT="test" + +RDEPEND=" + dev-python/pynacl[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +"