~alpine/aports

testing/py3-alembic: new aport v1 APPLIED

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

 1 files changed, 29 insertions(+), 0 deletions(-)
Philipp Glaum <p@pglaum.de>
Hello Kevin

On Thu Mar 19, 2020 at 6:56 AM PST, Kevin Daudt wrote:
Next
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/3301/mbox | git am -3
Learn more about email & git

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

Philipp Glaum <p@pglaum.de>
https://pypi.org/project/alembic/
A database migration tool for SQLAlchemy.
---
 testing/py3-alembic/APKBUILD | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 testing/py3-alembic/APKBUILD

diff --git a/testing/py3-alembic/APKBUILD b/testing/py3-alembic/APKBUILD
new file mode 100644
index 0000000000..6d8ce03762
--- /dev/null
+++ b/testing/py3-alembic/APKBUILD
@@ -0,0 +1,29 @@
# Contributor:
# Maintainer: Philipp Glaum <p@pglaum.de>
pkgname=py3-alembic
_pkgname=alembic
pkgver=1.4.1
pkgrel=0
pkgdesc="A database migration tool for SQLAlchemy."
url="https://pypi.org/project/alembic/"
arch="noarch"
license="MIT"
depends="python3 py3-sqlalchemy py3-mako py3-python-editor py3-dateutil"
checkdepends="py3-tox"
makedepends="py3-setuptools"
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 check
}

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

sha512sums="a3333c83533e8bba5fb41a1bf438806728db9597071da2afa8e8e4f246d7d5b13d081d1df7d4e8cd17a67ba2a62900808c324e2f27de7d556f9afebea5cb6ecb  alembic-1.4.1.tar.gz"
-- 
2.25.2