Date: Sunday, May 7, 2023 @ 13:11:40
Author: alucryd
Revision: 1459334
archrelease: copy trunk to community-any
Added:
python-flask-marshmallow/repos/community-any/PKGBUILD
(from rev 1459333, python-flask-marshmallow/trunk/PKGBUILD)
Deleted:
python-flask-marshmallow/repos/community-any/PKGBUILD
----------+
PKGBUILD | 79 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 38 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-07 13:11:31 UTC (rev 1459333)
+++ PKGBUILD 2023-05-07 13:11:40 UTC (rev 1459334)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=python-flask-marshmallow
-pkgver=0.14.0
-pkgrel=4
-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:
Copied: python-flask-marshmallow/repos/community-any/PKGBUILD (from rev
1459333, python-flask-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 13:11:40 UTC (rev 1459334)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-flask-marshmallow
+pkgver=0.15.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=b36e14ae413efdf54cbb1b99f62bc572c0ec04e3
+source=(git+https://github.com/marshmallow-code/flask-marshmallow.git#tag=${_tag})
+b2sums=(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: