[arch-commits] Commit in python-marshmallow-sqlalchemy/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:14:31 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:14:30
  Author: foutrelis
Revision: 752381

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 752378, python-marshmallow-sqlalchemy/trunk/PKGBUILD)

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

Copied: python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD (from rev 752378, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:14:30 UTC (rev 752381)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.24.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
+)
+_tag=45df83115f84abc55e037ce9c2d05aff3f7ded52
+source=(git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${_tag})
+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}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-marshmallow-sqlalchemy/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list