[net-mail/automx2] resurrect as py3k13 only package ( + deps ) for now
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DIST flask_sqlalchemy-3.1.1.tar.gz 81899 BLAKE2B 25522dc47afd08840b09f33791fffaf845a636c06d9a17f7a7930a21b64bad47b592f441b55dfc9a846b2c98e21b9cd027ec4ce85e701251ace0d9e072731f47 SHA512 27a93efb96bc8afe483dc32f9e9756e5972029464f4a201e8a55bf62b88f6bcd93ed7f4472ac21cb17376c87852a1d4b5f98a8ddb55d9b12c334346d5bc7e464
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2026 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=( python3_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
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user