[arch-commits] Commit in python-flask-migrate/repos/community-any (PKGBUILD PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sat May 15 21:56:10 UTC 2021
Date: Saturday, May 15, 2021 @ 21:56:09
Author: anthraxx
Revision: 934827
archrelease: copy trunk to community-any
Added:
python-flask-migrate/repos/community-any/PKGBUILD
(from rev 934826, python-flask-migrate/trunk/PKGBUILD)
Deleted:
python-flask-migrate/repos/community-any/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 21:56:06 UTC (rev 934826)
+++ PKGBUILD 2021-05-15 21:56:09 UTC (rev 934827)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Anthony25 <Anthony Ruhier>
-
-_pkgname=Flask-Migrate
-pkgname=python-flask-migrate
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
-url='https://github.com/miguelgrinberg/Flask-Migrate/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-alembic' 'python-flask' 'python-flask-script' 'python-flask-sqlalchemy'
- 'python-setuptools')
-makedepends=('python-sphinx')
-source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('735a4bdb4df1a4e68509a9efca634ceefcd92985b67f4230d50befb9c93bc556')
-sha512sums=('4778d01942c159c6c34df6506de62932bc062a0fe434460d2db0132910586c18410b6c734c3a883705594f141f43b4520c0ce39ca0d5f58c24de771d3de29e34')
-
-build() {
- cd ${_pkgname}-${pkgver}
- python setup.py build
- make -j1 -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
- cd ${_pkgname}-${pkgver}
- python setup.py test
-}
-
-package() {
- cd ${_pkgname}-${pkgver}
- python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
- install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 docs/_build/man/flask-migrate.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-flask-migrate/repos/community-any/PKGBUILD (from rev 934826, python-flask-migrate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-15 21:56:09 UTC (rev 934827)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Anthony25 <Anthony Ruhier>
+
+_pkgname=Flask-Migrate
+pkgname=python-flask-migrate
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
+url='https://github.com/miguelgrinberg/Flask-Migrate/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-alembic' 'python-flask' 'python-flask-sqlalchemy')
+makedepends=('python-sphinx' 'python-setuptools')
+source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('150086bf005aeeabfb711c8d22b6950c336116d38edc7ca0c7d67a7aece8938c')
+sha512sums=('658bc7562bdad4b7a80c5b946e7833f03c9382f97e1e8801540b4c2b54586f61779c90a1229ab55e9be47cdf9b76c6acedd53d9dac3986a49a01ceb6612d64e1')
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ python setup.py build
+ make -j1 -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+ cd ${_pkgname}-${pkgver}
+ python setup.py test
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+ python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+ install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 docs/_build/man/flask-migrate.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list