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

Maxime Gauduin alucryd at archlinux.org
Wed Sep 30 06:23:31 UTC 2020


    Date: Wednesday, September 30, 2020 @ 06:23:30
  Author: alucryd
Revision: 714030

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-30 06:23:24 UTC (rev 714029)
+++ PKGBUILD	2020-09-30 06:23:30 UTC (rev 714030)
@@ -1,40 +0,0 @@
-# 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:

Copied: python-flask-marshmallow/repos/community-any/PKGBUILD (from rev 714029, python-flask-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-30 06:23:30 UTC (rev 714030)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-flask-marshmallow
+pkgver=0.14.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
+)
+_tag=0d84ce91ab4a00a2e628c5d9a2529948e2fce3be
+source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${_tag})
+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