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

Maxime Gauduin alucryd at archlinux.org
Thu May 6 08:56:12 UTC 2021


    Date: Thursday, May 6, 2021 @ 08:56:11
  Author: alucryd
Revision: 928391

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

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

Copied: python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD (from rev 928390, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-05-06 08:56:11 UTC (rev 928391)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.25.0
+pkgrel=1
+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=f97b5b6e4a68fff2aecfd418a0044444b4b708fa
+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