summaryrefslogtreecommitdiff
path: root/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-10-05 08:16:04 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-10-05 08:16:04 +0300
commit93e75bbc968aae0876e389cee857973178967efc (patch)
tree1e953416c692a16ed6793263fccee056e675716f /dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild
parenta776902f0d284d05b335918c69538fdd8e81fa72 (diff)
downloadgentoo-93e75bbc968aae0876e389cee857973178967efc.tar.gz
gentoo-93e75bbc968aae0876e389cee857973178967efc.tar.bz2
gentoo-93e75bbc968aae0876e389cee857973178967efc.zip
dev-python/flask-sqlalchemy: add 3.0.0
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild')
-rw-r--r--dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild
new file mode 100644
index 000000000000..f172c99db0bf
--- /dev/null
+++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+inherit distutils-r1
+
+MY_PN="Flask-SQLAlchemy"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="SQLAlchemy support for Flask applications"
+HOMEPAGE="https://pypi.org/project/Flask-SQLAlchemy/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+ >=dev-python/flask-2.2[${PYTHON_USEDEP}]
+ >=dev-python/sqlalchemy-1.4.18[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ dev-python/blinker[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+ dev-python/pallets-sphinx-themes \
+ dev-python/sphinx-issues \
+ dev-python/sphinxcontrib-log_cabinet