Date: Monday, November 4, 2019 @ 09:20:18
  Author: foutrelis
Revision: 523862

archrelease: copy trunk to community-staging-any

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

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

Copied: python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD 
(from rev 523861, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2019-11-04 09:20:18 UTC (rev 523862)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.19.0
+pkgrel=2
+pkgdesc='SQLAlchemy integration with marshmallow'
+url=https://marshmallow-sqlalchemy.readthedocs.io/
+arch=(any)
+license=(MIT)
+depends=(
+  python-marshmallow
+  python-sqlalchemy
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=abf13441214e0ccd13c93cbcac493c065042cace)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd marshmallow-sqlalchemy
+
+  git describe --tags
+}
+
+build() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py build
+}
+
+package() {
+  cd marshmallow-sqlalchemy
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to