diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-01 20:53:45 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-01 20:53:45 +0000 |
commit | 896d6a8a88861c42b5d531a2f147c8a29a149bd8 (patch) | |
tree | 081fe10813721a96088dca6b54bc35bcac18afc6 /dev-python/pymacaroons | |
parent | 3059f20995d5ac642b7b4a38d538fdf1cc45d90d (diff) |
gentoo auto-resync : 01:12:2022 - 20:53:45
Diffstat (limited to 'dev-python/pymacaroons')
-rw-r--r-- | dev-python/pymacaroons/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pymacaroons/pymacaroons-0.13.0.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/pymacaroons/Manifest b/dev-python/pymacaroons/Manifest index a4dcf4bcf3dc..846a3310fb05 100644 --- a/dev-python/pymacaroons/Manifest +++ b/dev-python/pymacaroons/Manifest @@ -1,5 +1,4 @@ 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 EBUILD pymacaroons-0.13.0-r1.ebuild 1114 BLAKE2B ba3c2cd067f0487f0696c9e17826c0785e4299b4e38d747ca0512ea4c390c7131f6e03c1d32fdab83a4ec27c5d3e5b72a70baca3fb876f771144e4594f315539 SHA512 0c0cd0e10d3b4588a9e04ce74588bf482160ab199419c327c33a7d65b316ee091fc65bab5486e2f0173ebc28de8e54e8a002893c20ec024659e5f32fa3ffd9fe -EBUILD pymacaroons-0.13.0.ebuild 973 BLAKE2B 70cd270930b0d90fa0143d2505885a3142c216926c9b45ba77b3c9d6dff77414dc9dbf5ffdfe80db7dbcbfbe4bc1a7a0a6757cbadbd388ca89c5f5a69e4408df SHA512 30cf4ea2d9bed794fdb80b8a0a08214dd29c9419d16d9f54a5e94b20520869d0745ee453c31ed5159e32e31bcf5130c944c6a7adefc9a499ab79608b5e1ee9f5 MISC metadata.xml 549 BLAKE2B 145859908f287edddf1a18d8fad75d8dab11bdaf4746e822d47986a870530ac94b6e8e4dc6962b52cc78e38ac55be9c5f37fc1f464b2dded3067b1124192fb90 SHA512 15b654a0c31ebdd610b7473cb0057fa9e2e779fc0d4cab1e725e08a6c3a1e5e802de2313bd7d8174ac39e880d92edcb0d4198760dbd9b806c623c5b844cde91c diff --git a/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild b/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild deleted file mode 100644 index a2bee30a6ff0..000000000000 --- a/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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 ~ppc64" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/pynacl[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND="test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/nose[${PYTHON_USEDEP}] - ) -" - -python_test() { - # The package also contains property_tests, however, they are incompatible - # with dev-python/hypothesis in gentoo. The package requires too old version. - "${EPYTHON}" -m nose -v tests/functional_tests || die "Tests failed with ${EPYTHON}" -} |