mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
flask-jwt: drop, unmaintained
This commit is contained in:
parent
2ce8d09b12
commit
6cd969b5dd
3 changed files with 0 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST flask-jwt-0.3.2.tar.gz 40002 BLAKE2B 41ae8ffa43b38b208d5e01cd62a04eedbd33dc4b1c08c3fbe24447f29fc41ddf8adadc518718a453c271ea8d9e313dbbebebcdc2b9890a9c9bd65916b8a78291 SHA512 7c115ff4964da9a36303ac502dea98cd847abc3c1d45cd0be09b82ec761ee054d7ef97e25fd669112ab29dbfca00b4563914155ab1c8da4fc3d32f0063128b26
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="JWT (JSON Web Tokens) for Flask applications"
|
||||
HOMEPAGE="https://github.com/mattupstate/flask-jwt"
|
||||
SRC_URI="https://github.com/mattupstate/flask-jwt/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${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