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

Maxime Gauduin alucryd at archlinux.org
Tue Feb 11 07:14:53 UTC 2020


    Date: Tuesday, February 11, 2020 @ 07:14:53
  Author: alucryd
Revision: 566813

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-11 07:14:48 UTC (rev 566812)
+++ PKGBUILD	2020-02-11 07:14:53 UTC (rev 566813)
@@ -1,34 +0,0 @@
-# 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:

Copied: python-flask-marshmallow/repos/community-any/PKGBUILD (from rev 566812, python-flask-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-11 07:14:53 UTC (rev 566813)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-flask-marshmallow
+pkgver=0.11.0
+pkgrel=1
+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=41a34f505d38ebbee812be597cd623aed8caaf2d)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd flask-marshmallow
+
+  git describe --tags
+}
+
+build() {
+  cd flask-marshmallow
+
+  python setup.py build
+}
+
+package() {
+  cd flask-marshmallow
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --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