diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/pymacaroons | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pymacaroons')
| -rw-r--r-- | dev-python/pymacaroons/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/pymacaroons/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/pymacaroons/pymacaroons-0.13.0-r1.ebuild | 50 |
3 files changed, 62 insertions, 0 deletions
diff --git a/dev-python/pymacaroons/Manifest b/dev-python/pymacaroons/Manifest new file mode 100644 index 000000000000..b043635a70ff --- /dev/null +++ b/dev-python/pymacaroons/Manifest @@ -0,0 +1,2 @@ +DIST pymacaroons-0.13.0-nose-to-pytest.patch 18750 BLAKE2B 36e884b77fa5d540f5c849a6dead98ad30a41b04a512d85843ffc7f18f85660a0520e6b17dd55f48c0ac1c0f98f86c0ea9751942a0592d2e64698aa9d9a65131 SHA512 36a582ad8395eb114a164d027b0d73cb6dfc10230538c0f7c3beb9b9afca26cd9a4964cd3f12cb144fd7e63acc0f7ce19760a9ad75be1f5a9a37ccc350462056 +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..c69681175a83 --- /dev/null +++ b/dev-python/pymacaroons/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>arkamar@gentoo.org</email> + <name>Petr Vaněk</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/pymacaroons/pymacaroons-0.13.0-r1.ebuild b/dev-python/pymacaroons/pymacaroons-0.13.0-r1.ebuild new file mode 100644 index 000000000000..c19898e3c5b7 --- /dev/null +++ b/dev-python/pymacaroons/pymacaroons-0.13.0-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 2022-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 + +DESCRIPTION="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 + https://github.com/arkamar/pymacaroons/commit/backport-upstream-pr59.patch + -> ${P}-nose-to-pytest.patch +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm64 ~ppc64" + +RDEPEND=" + dev-python/pynacl[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + # The patch is backported from upstream PR #59 to v0.13.0 and stored in my + # fork, see SRC_URI. + "${DISTDIR}/${P}-nose-to-pytest.patch" +) + +EPYTEST_IGNORE=( + # The package also contains property_tests, however, they are incompatible + # with dev-python/hypothesis in gentoo. The package requires too old version. + tests/property_tests +) + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest |
