mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
jwt: remove, no longer required
This commit is contained in:
parent
e1017455b3
commit
cc522fc49c
3 changed files with 0 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST jwt-1.1.0.tar.gz 8822 BLAKE2B 6fc7cecc543c4410fd81d294b79fa5b4280eef4951f90c42d0f47dd0fe1d3b9bbbbd00b2d8fe77ec79f62600d928424989e99be8f1138b8835b6a71630a9b804 SHA512 04a9cbf4980157ce69a8f57c5d63f4b4e52a952bb1b7135984c93470b1e8c055e7e1bf089a0ce4f2d82b89455a47a303050d915327cda8bbed397486560e7509
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="JSON Web Token library for Python"
|
||||
HOMEPAGE="https://github.com/GehirnInc/python-jwt"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="!dev-python/pyjwt
|
||||
>dev-python/cryptography-2.9.2[${PYTHON_USEDEP}]"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue