Merge pull request #2279 from blshkv/master

wifipumpkin3
This commit is contained in:
github-actions[bot] 2025-04-22 04:49:29 +00:00 committed by GitHub
commit ecbd85de9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 32 additions and 33 deletions

View file

@ -0,0 +1 @@
DIST Flask-RESTful-0.2.12.tar.gz 17919 BLAKE2B 73ff0ac95851f7fcb7b6710af9737050e068aceb11fab39ce25fb3a257da3bc84c50998313b7a3c84b0ac9f3fd201b7bf9a18c308d7d59a8cc54d380f799b3b9 SHA512 ba2fbf3187ae47b12b47c117bc17305ad9e97f9ee5c662df166413fc684bec409ffb0cbb3f9ef0395fae1f2517af5217ed300e3221d7af011796f7a2cd177bd3

View file

@ -0,0 +1,26 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYPI_PN="Flask-RESTful"
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="Flask-RESTful provides the building blocks for creating a great REST API"
HOMEPAGE="https://github.com/flask-restful/flask-restful"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND="${DEPEND}
>=dev-python/aniso8601-0.82[${PYTHON_USEDEP}]
>=dev-python/flask-0.8[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
>=dev-python/six-1.3.0[${PYTHON_USEDEP}]
"

View file

@ -5,4 +5,8 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">flask-restful/flask-restful</remote-id>
<remote-id type="pypi">Flask-RESTful</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1 +0,0 @@
DIST flask-restx-0.5.1.tar.gz 5282772 BLAKE2B a3094a44b24d1eadbda2143df9bad125b1f63379177150e7b83fe679614b8751fa3c6f944ab7bddd81d5483c282f0601f966288c648763b913b87bbdb6ec721e SHA512 6eb357b2650862aa8f1181808967b573b8956d24d38f32280a286d204191ba30eb661f058699b0f768c5778297ed28480ab7781b153a5035e66bb62d16f1421b

View file

@ -1,31 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
#MY_PN="flask-restx"
#MY_P="${MY_PN}-${PV}"
inherit distutils-r1
DESCRIPTION="Fully featured framework for fast, easy and documented API development"
HOMEPAGE="https://github.com/python-restx/flask-restx"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
IUSE="test"
RDEPEND="dev-python/aniso8601[${PYTHON_USEDEP}]
dev-python/jsonschema[${PYTHON_USEDEP}]
>=dev-python/flask-0.10[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

View file

@ -39,7 +39,7 @@ RDEPEND="${PYTHON_DEPS}
dev-python/requests[${PYTHON_USEDEP}]
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
dev-python/pyjwt[${PYTHON_USEDEP}]
dev-python/flask-restx[${PYTHON_USEDEP}]
dev-python/flask-restful[${PYTHON_USEDEP}]
dev-python/aiofiles[${PYTHON_USEDEP}]
tools? ( net-firewall/iptables