commit: 4449f59d1221a77eb8794cbbdbb81641bcf64479 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Thu Jul 7 13:23:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>[email protected]</email> + <name>Petr Vaněk</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="pypi">pymacaroons</remote-id> + <remote-id type="github">ecordell/pymacaroons</remote-id> + </upstream> +</pkgmetadata> 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}] +"
