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

Jelle van der Waa jelle at gemini.archlinux.org
Fri Oct 15 07:09:16 UTC 2021


    Date: Friday, October 15, 2021 @ 07:09:15
  Author: jelle
Revision: 1030245

db-move: moved python-marshmallow-sqlalchemy from [community-staging] to [community-testing] (any)

Added:
  python-marshmallow-sqlalchemy/repos/community-testing-any/
  python-marshmallow-sqlalchemy/repos/community-testing-any/PKGBUILD
    (from rev 1030244, python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD)
Deleted:
  python-marshmallow-sqlalchemy/repos/community-staging-any/

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

Copied: python-marshmallow-sqlalchemy/repos/community-testing-any/PKGBUILD (from rev 1030244, python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-10-15 07:09:15 UTC (rev 1030245)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.26.1
+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=bbee57d4d449de5c62a8656d967d8b16b1b849d9
+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