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

Maxime Gauduin alucryd at archlinux.org
Mon Oct 22 10:10:48 UTC 2018


    Date: Monday, October 22, 2018 @ 10:10:47
  Author: alucryd
Revision: 398337

archrelease: copy trunk to community-any

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

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

Copied: python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD (from rev 398336, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2018-10-22 10:10:47 UTC (rev 398337)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.14.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')
+source=("git+https://github.com/marshmallow-code/marshmallow-sqlalchemy.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+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:



More information about the arch-commits mailing list