[arch-commits] Commit in python-marshmallow-sqlalchemy/repos/community-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Dec 17 20:11:53 UTC 2019
Date: Tuesday, December 17, 2019 @ 20:11:52
Author: alucryd
Revision: 537955
archrelease: copy trunk to community-any
Added:
python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 537954, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-17 20:11:43 UTC (rev 537954)
+++ PKGBUILD 2019-12-17 20:11:52 UTC (rev 537955)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.19.0
-pkgrel=2
-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=abf13441214e0ccd13c93cbcac493c065042cace)
-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}" -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 537954, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-17 20:11:52 UTC (rev 537955)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.21.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=d7c7c2c602f9ac37b147cf528fa6e07ab6daa121)
+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}" -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