remove (pysnmp-)python-jose

This commit is contained in:
Andreas Billmeier 2022-05-22 14:27:54 +02:00 committed by Andreas Billmeier
parent b0e41ac77f
commit 86d019968f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 0 additions and 57 deletions

View File

@ -1,3 +0,0 @@
DIST python-jose-3.3.0.tar.gz 126578 BLAKE2B d1279d2a0788b4d395e760ee3a1b2ce8c9340ad12ebe103cb1ba98aea33566cf0134d5af75be9727fff96adab4fc88f1b471ba9ea7d36c16de10587a9efd1304 SHA512 de7147cc6e12406d6e459c32829acae46395acba727c53e65bc05f4794ee3050eecd355e3ae2e87f4ebdbd871f53822eea08a10f25d7ca6088fc6128dc7d9637
EBUILD python-jose-3.3.0-r9.ebuild 1089 BLAKE2B 8d38ae30793596eff2586562f5ec97441edc0cee45d30534a79aa9796c25bdcd1a79e2ce7584062bb8f11235ac2533dd24e11dfff2d07254d6c67b1afafd5ca6 SHA512 3476573c3dc632faf4a8187b0115009e2b63af0a7558370e317412b784798b4110f60bb96a91edbeb7ebe3839af100564ff87d7c2851da5aa2a895f060de23d9
MISC metadata.xml 570 BLAKE2B b931b6de4f0dc9a5cefa9b31805590b2c667c5d2bc1ea31aea6f7c4b47db6d861e9fdc4666e66784b25e4dcc84e2d6d257e9ed19a80c1310d83948467cbfdcb2 SHA512 369591ec42b7dcfd9e28f0fb510bfac1212e678e9829f5c8ffbc35993446865b721457d790dbf63551f8247f28e4990bef7e9928600e74541d50cf353f41eafb

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>zmedico@gentoo.org</email>
<name>Zac Medico</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<stabilize-allarches/>
<upstream>
<remote-id type="github">mpdavis/python-jose</remote-id>
<remote-id type="pypi">python-jose</remote-id>
<bugs-to>https://github.com/mpdavis/python-jose/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -1,36 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A JavaScript Object Signing and Encryption (JOSE) implementation in Python"
HOMEPAGE="https://github.com/mpdavis/python-jose https://pypi.org/project/python-jose/"
# pypi tarball lacks unit tests
SRC_URI="https://github.com/mpdavis/python-jose/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
# TODO: require only one crypto backend?
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/ecdsa[${PYTHON_USEDEP}]
|| ( dev-python/pysnmp-pyasn1 dev-python/pyasn1[${PYTHON_USEDEP}] )
>=dev-python/pycryptodome-3.3.1[${PYTHON_USEDEP}]
dev-python/rsa[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
distutils_enable_sphinx docs
python_prepare_all() {
sed -e '/pytest-runner/d' \
-i setup.py || die
sed -e '/addopts/d' -i setup.cfg || die
distutils-r1_python_prepare_all
}