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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 6 15:40:56 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:40:56
  Author: felixonmars
Revision: 1142469

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

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

Copied: python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD (from rev 1142468, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-03-06 15:40:56 UTC (rev 1142469)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.27.0
+pkgrel=3
+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=52a3cf18cdb76af000b874b28c8a8c1335b81854
+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