[arch-commits] Commit in python-marshmallow-sqlalchemy/repos/community-any (2 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Mar 2 15:10:31 UTC 2020
Date: Monday, March 2, 2020 @ 15:10:30
Author: alucryd
Revision: 588521
archrelease: copy trunk to community-any
Added:
python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 588520, 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 2020-03-02 15:10:25 UTC (rev 588520)
+++ PKGBUILD 2020-03-02 15:10:30 UTC (rev 588521)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.22.2
-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=ff0acd2622771ca473ccbed4fb33ec8530c86301)
-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-any/PKGBUILD (from rev 588520, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-02 15:10:30 UTC (rev 588521)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.22.3
+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=a6ae81b574c3af60068f0ef00a0207b74a689583)
+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