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

Maxime Gauduin alucryd at archlinux.org
Wed Jun 10 08:17:33 UTC 2020


    Date: Wednesday, June 10, 2020 @ 08:17:33
  Author: alucryd
Revision: 641233

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-10 08:17:27 UTC (rev 641232)
+++ PKGBUILD	2020-06-10 08:17:33 UTC (rev 641233)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-flask-marshmallow
-pkgver=0.12.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=531f0f39a7005e0e39c59252b3a892c9d17bd1b8)
-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:

Copied: python-flask-marshmallow/repos/community-any/PKGBUILD (from rev 641232, python-flask-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-10 08:17:33 UTC (rev 641233)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-flask-marshmallow
+pkgver=0.13.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=b2337d564977fd3a4a8ced636dbeda4cb54990c3)
+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