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

Maxime Gauduin alucryd at archlinux.org
Mon Feb 4 18:05:25 UTC 2019


    Date: Monday, February 4, 2019 @ 18:05:24
  Author: alucryd
Revision: 429600

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-04 18:05:15 UTC (rev 429599)
+++ PKGBUILD	2019-02-04 18:05:24 UTC (rev 429600)
@@ -1,28 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.15.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')
-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:

Copied: python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD (from rev 429599, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-04 18:05:24 UTC (rev 429600)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.16.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')
+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