[arch-commits] Commit in python-flask-marshmallow/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 00:35:54 UTC 2019


    Date: Monday, November 4, 2019 @ 00:35:53
  Author: felixonmars
Revision: 522833

archrelease: copy trunk to community-staging-any

Added:
  python-flask-marshmallow/repos/community-staging-any/
  python-flask-marshmallow/repos/community-staging-any/PKGBUILD
    (from rev 522832, python-flask-marshmallow/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: python-flask-marshmallow/repos/community-staging-any/PKGBUILD (from rev 522832, python-flask-marshmallow/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 00:35:53 UTC (rev 522833)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-flask-marshmallow
+pkgver=0.10.1
+pkgrel=2
+pkgdesc='Flask + marshmallow for beautiful APIs'
+url=https://flask-marshmallow.readthedocs.io/
+arch=(any)
+license=(MIT)
+depends=(
+  python-flask
+  python-marshmallow
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd flask-marshmallow
+
+  python setup.py build
+}
+
+package() {
+  cd flask-marshmallow
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-flask-marshmallow
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list