[arch-commits] Commit in python-marshmallow-sqlalchemy/repos/community-any (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Aug 18 12:13:24 UTC 2022
Date: Thursday, August 18, 2022 @ 12:13:24
Author: alucryd
Revision: 1267075
archrelease: copy trunk to community-any
Added:
python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
(from rev 1267074, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
Deleted:
python-marshmallow-sqlalchemy/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-18 12:13:17 UTC (rev 1267074)
+++ PKGBUILD 2022-08-18 12:13:24 UTC (rev 1267075)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=python-marshmallow-sqlalchemy
-pkgver=0.28.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=5889121bd5c7dce5539e9539f405222affc7fcbd
-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-any/PKGBUILD (from rev 1267074, python-marshmallow-sqlalchemy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-18 12:13:24 UTC (rev 1267075)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=python-marshmallow-sqlalchemy
+pkgver=0.28.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=5aa26d3840205438a816ab7f63a59f7a174821be
+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