mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-20 15:24:26 +01:00
commit
ecbd85de9d
6 changed files with 32 additions and 33 deletions
1
dev-python/flask-restful/Manifest
Normal file
1
dev-python/flask-restful/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST Flask-RESTful-0.2.12.tar.gz 17919 BLAKE2B 73ff0ac95851f7fcb7b6710af9737050e068aceb11fab39ce25fb3a257da3bc84c50998313b7a3c84b0ac9f3fd201b7bf9a18c308d7d59a8cc54d380f799b3b9 SHA512 ba2fbf3187ae47b12b47c117bc17305ad9e97f9ee5c662df166413fc684bec409ffb0cbb3f9ef0395fae1f2517af5217ed300e3221d7af011796f7a2cd177bd3
|
||||
26
dev-python/flask-restful/flask-restful-0.2.12.ebuild
Normal file
26
dev-python/flask-restful/flask-restful-0.2.12.ebuild
Normal 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}]
|
||||
"
|
||||
|
|
@ -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>
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST flask-restx-0.5.1.tar.gz 5282772 BLAKE2B a3094a44b24d1eadbda2143df9bad125b1f63379177150e7b83fe679614b8751fa3c6f944ab7bddd81d5483c282f0601f966288c648763b913b87bbdb6ec721e SHA512 6eb357b2650862aa8f1181808967b573b8956d24d38f32280a286d204191ba30eb661f058699b0f768c5778297ed28480ab7781b153a5035e66bb62d16f1421b
|
||||
|
|
@ -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}"
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue