python3-Flask-SQLAlchemy: remove package
This package has not been meaningfully touched since 2021-05-08, nothing depends on it, its current version does not function with Flask 3.0, and newer versions require an update to python3-SQLAlchemy that will break other packages in the repository.
This commit is contained in:
parent
84b1e1ee29
commit
ac3a83cd02
|
@ -1,18 +0,0 @@
|
||||||
# Template file for 'python3-Flask-SQLAlchemy'
|
|
||||||
pkgname=python3-Flask-SQLAlchemy
|
|
||||||
version=2.5.1
|
|
||||||
revision=4
|
|
||||||
build_style=python3-module
|
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
depends="python3-Flask python3-SQLAlchemy"
|
|
||||||
checkdepends="$depends"
|
|
||||||
short_desc="Adds SQLAlchemy support to your Flask application (python3)"
|
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
|
||||||
license="MIT"
|
|
||||||
homepage="https://github.com/pallets/flask-sqlalchemy"
|
|
||||||
distfiles="${PYPI_SITE}/F/Flask-SQLAlchemy/Flask-SQLAlchemy-${version}.tar.gz"
|
|
||||||
checksum=2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE.rst
|
|
||||||
}
|
|
|
@ -591,6 +591,7 @@ replaces="
|
||||||
python3-Flask-Mail<=0.9.1_5
|
python3-Flask-Mail<=0.9.1_5
|
||||||
python3-Flask-OAuthlib<=0.9.6_4
|
python3-Flask-OAuthlib<=0.9.6_4
|
||||||
python3-Flask-Script<=2.0.6_7
|
python3-Flask-Script<=2.0.6_7
|
||||||
|
python3-Flask-SQLAlchemy<=2.5.1_4
|
||||||
python3-Flask-User<=1.0.2.2_6
|
python3-Flask-User<=1.0.2.2_6
|
||||||
python3-SPARQLWrapper<=1.8.4_4
|
python3-SPARQLWrapper<=1.8.4_4
|
||||||
python3-aiohttp-cors2<=0.7.0_3
|
python3-aiohttp-cors2<=0.7.0_3
|
||||||
|
|
Loading…
Reference in New Issue