diff options
author | mirror@stealer.net <mirror@stealer.net> | 2025-01-31 23:30:19 +0000 |
---|---|---|
committer | mirror@stealer.net <mirror@stealer.net> | 2025-01-31 23:30:19 +0000 |
commit | 5c2c98b0a579c7434b70e2ee8f3c8a7499298dbb (patch) | |
tree | aa0268f668eb35627871a28d13ea8bf04d29d03d /dev-python/flask-sqlalchemy |
2025-01-31 23:11:16+00:00grafted
Diffstat (limited to 'dev-python/flask-sqlalchemy')
-rw-r--r-- | dev-python/flask-sqlalchemy/Manifest | 3 | ||||
-rw-r--r-- | dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild | 37 | ||||
-rw-r--r-- | dev-python/flask-sqlalchemy/metadata.xml | 21 |
3 files changed, 61 insertions, 0 deletions
diff --git a/dev-python/flask-sqlalchemy/Manifest b/dev-python/flask-sqlalchemy/Manifest new file mode 100644 index 0000000000000..7d086c6601426 --- /dev/null +++ b/dev-python/flask-sqlalchemy/Manifest @@ -0,0 +1,3 @@ +DIST flask_sqlalchemy-3.1.1.tar.gz 81899 BLAKE2B 25522dc47afd08840b09f33791fffaf845a636c06d9a17f7a7930a21b64bad47b592f441b55dfc9a846b2c98e21b9cd027ec4ce85e701251ace0d9e072731f47 SHA512 27a93efb96bc8afe483dc32f9e9756e5972029464f4a201e8a55bf62b88f6bcd93ed7f4472ac21cb17376c87852a1d4b5f98a8ddb55d9b12c334346d5bc7e464 +EBUILD flask-sqlalchemy-3.1.1.ebuild 803 BLAKE2B 13a36341156bd009fb75d6d7ca1523557853b30b1158f9747c515c33aa7679c17de2a67e0af13dd232c509e9889edfd8db0025864c286e24a2b5275b239171ef SHA512 88eabe1067d9b6561f457977e0151fd14a964c6270f8f31ba0a13ee8a604658fb494723534525c47e82451b069d0f08821393f0d558fb8a8d4ffcc4cfd46bdf6 +MISC metadata.xml 728 BLAKE2B 8e1ad7f3e4c0c7ea958c39dfedd2c4fe31ccd74d845b6e0f2fc3a142200a75265ef33f8c73b427efe58ade3ca71a04405d8f9078b403221e056204bca1eb4ac5 SHA512 629e0bd18d29527d48fd128bd0a412b65d215855edd34a3d978f74cdf59114e54eae7d8037e2ce33d428cf4fc97f13642c5a0f0fa5c5696d1ef3607c5763d2ae diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild new file mode 100644 index 0000000000000..b1b2fbe24c02d --- /dev/null +++ b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.1.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYPI_PN="Flask-SQLAlchemy" +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="SQLAlchemy support for Flask applications" +HOMEPAGE=" + https://github.com/pallets-eco/flask-sqlalchemy/ + https://pypi.org/project/Flask-SQLAlchemy/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" + +RDEPEND=" + >=dev-python/flask-2.2.5[${PYTHON_USEDEP}] + >=dev-python/sqlalchemy-2.0.16[${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 diff --git a/dev-python/flask-sqlalchemy/metadata.xml b/dev-python/flask-sqlalchemy/metadata.xml new file mode 100644 index 0000000000000..7c84ce7d1899e --- /dev/null +++ b/dev-python/flask-sqlalchemy/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>robbat2@gentoo.org</email> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="pypi">Flask-SQLAlchemy</remote-id> + <remote-id type="github">pallets-eco/flask-sqlalchemy</remote-id> + <bugs-to>https://github.com/pallets-eco/flask-sqlalchemy/issues</bugs-to> + </upstream> + <longdescription lang="en"> + Flask-SQLAlchemy is a Flask microframework extension which adds + support for the SQLAlchemy SQL toolkit/ORM. + </longdescription> +</pkgmetadata> |