~alpine/aports

testing/py3-flask-migrate: new aport v1 APPLIED

Philipp Glaum <p@pglaum.de>
Philipp Glaum: 1
 testing/py3-flask-migrate: new aport

 1 files changed, 29 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3303/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-flask-migrate: new aport Export this patch

Philipp Glaum <p@pglaum.de>
https://pypi.org/project/Flask-Migrate/
SQLAlchemy database migrations for Flask applications using Alembic
---
 testing/py3-flask-migrate/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/py3-flask-migrate/APKBUILD

diff --git a/testing/py3-flask-migrate/APKBUILD b/testing/py3-flask-migrate/APKBUILD
new file mode 100644
index 0000000000..c4ab4f6968
--- /dev/null
+++ b/testing/py3-flask-migrate/APKBUILD
@@ -0,0 +1,29 @@
# Contributor:
# Maintainer: Philipp Glaum <p@pglaum.de>
pkgname=py3-flask-migrate
_pkgname=Flask-Migrate
pkgver=2.5.3
pkgrel=0
pkgdesc="SQLAlchemy database migrations for Flask applications using Alembic"
url="https://pypi.org/project/Flask-Migrate/"
arch="noarch"
license="MIT"
depends="python3 py3-flask py3-flask-sqlalchemy py3-alembic"
makedepends="py3-setuptools"
checkdepends="py3-flask-script"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py test
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="f26db1c6ceddceb635cce4259b4508ecc8dc26dbfa67397205668883129835840050d909337a73712d3b1ff3e0bbfab74f5ac94c2ac472ec64f86e64789107ac  Flask-Migrate-2.5.3.tar.gz"
-- 
2.25.2