[arch-commits] Commit in python-marshmallow/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jul 21 04:16:43 UTC 2020
Date: Tuesday, July 21, 2020 @ 04:16:42
Author: felixonmars
Revision: 664671
archrelease: copy trunk to community-any
Added:
python-marshmallow/repos/community-any/PKGBUILD
(from rev 664670, python-marshmallow/trunk/PKGBUILD)
Deleted:
python-marshmallow/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-21 04:16:32 UTC (rev 664670)
+++ PKGBUILD 2020-07-21 04:16:42 UTC (rev 664671)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-marshmallow
-pkgver=3.7.0
-pkgrel=1
-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=('df5341004b9bfcf222293263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e')
-
-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-any/PKGBUILD (from rev 664670, python-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-21 04:16:42 UTC (rev 664671)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-marshmallow
+pkgver=3.7.1
+pkgrel=1
+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=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda')
+
+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