[arch-commits] Commit in python-marshmallow-sqlalchemy/repos/community-staging-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Tue Jun 8 06:45:08 UTC 2021
Date: Tuesday, June 8, 2021 @ 06:45:08
Author: alucryd
Revision: 958671
archrelease: copy trunk to community-staging-any
Added:
python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD
(from rev 958670, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 06:42:24 UTC (rev 958670)
+++ PKGBUILD 2021-06-08 06:45:08 UTC (rev 958671)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.25.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
-)
-_tag=f97b5b6e4a68fff2aecfd418a0044444b4b708fa
-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:
Copied: python-marshmallow-sqlalchemy/repos/community-staging-any/PKGBUILD (from rev 958670, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-08 06:45:08 UTC (rev 958671)
@@ -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