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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:30:14 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:30:14
  Author: foutrelis
Revision: 750027

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:30:14 UTC (rev 750026)
+++ PKGBUILD	2020-11-11 10:30:14 UTC (rev 750027)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-marshmallow
-pkgver=3.9.1
-pkgrel=2
-pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes."
-url="https://github.com/marshmallow-code/marshmallow"
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil')
-source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz")
-sha512sums=('4c888a93f73c33eee492415907776796e4cd157aee70be3e3bf30ea5e2f0c456af67a4ad17b1f05e14fe2d3815f0898136d906ed83b3b162bb51f55cba3b0c15')
-
-build() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/marshmallow-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd marshmallow-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-marshmallow/repos/community-staging-any/PKGBUILD (from rev 750025, python-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:30:14 UTC (rev 750027)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-marshmallow
+pkgver=3.9.1
+pkgrel=3
+pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes."
+url="https://github.com/marshmallow-code/marshmallow"
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil')
+source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz")
+sha512sums=('4c888a93f73c33eee492415907776796e4cd157aee70be3e3bf30ea5e2f0c456af67a4ad17b1f05e14fe2d3815f0898136d906ed83b3b162bb51f55cba3b0c15')
+
+build() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/marshmallow-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd marshmallow-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list