python3-sqlalchemy-migrate: remove package
This package hasn't been touched meaningfully in four years and does not build cleanly with Python 3.12.
This commit is contained in:
parent
f32d668c7d
commit
97a26697c0
@ -1,26 +0,0 @@
|
||||
# Template file for 'python3-sqlalchemy-migrate'
|
||||
pkgname=python3-sqlalchemy-migrate
|
||||
version=0.12.0
|
||||
revision=6
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-pbr"
|
||||
depends="python3-pbr python3-SQLAlchemy python3-decorator python3-six
|
||||
python3-sqlparse python3-tempita"
|
||||
checkdepends="python3-pytest python3-testtools ${depends}"
|
||||
short_desc="Database schema migration for SQLAlchemy (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/stackforge/sqlalchemy-migrate"
|
||||
distfiles="${PYPI_SITE}/s/sqlalchemy-migrate/sqlalchemy-migrate-${version}.tar.gz"
|
||||
checksum=8cfada30bbcf79a83b3a2d1bcd637de7e1f43e390d54de33e4f3249fd9aacfae
|
||||
make_check=no # tests need a specific version of testtools
|
||||
|
||||
alternatives="
|
||||
migrate:migrate-repository:/usr/bin/migrate-repository3
|
||||
migrate:migrate:/usr/bin/migrate3"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/bin/migrate-repository{,3}
|
||||
mv ${DESTDIR}/usr/bin/migrate{,3}
|
||||
vlicense COPYING LICENSE
|
||||
}
|
@ -600,6 +600,7 @@ replaces="
|
||||
python3-pyspotify<=2.1.3_5
|
||||
python3-shiboken<=5.15.0_3
|
||||
python3-snakeoil-devel<=0.8.8_4
|
||||
python3-sqlalchemy<=0.12.0_6
|
||||
python3-txacme<=0.9.3_3
|
||||
qimageblitz<=0.0.6_4
|
||||
qt-designer-devel<=4.8.7_29
|
||||
|
Loading…
x
Reference in New Issue
Block a user