Date: Monday, November 14, 2022 @ 20:01:42
Author: felixonmars
Revision: 1347646
archrelease: copy trunk to community-any
Added:
python-marshmallow/repos/community-any/PKGBUILD
(from rev 1347645, python-marshmallow/trunk/PKGBUILD)
Deleted:
python-marshmallow/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-14 20:01:31 UTC (rev 1347645)
+++ PKGBUILD 2022-11-14 20:01:42 UTC (rev 1347646)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-marshmallow
-pkgver=3.18.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-packaging')
-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=('79ebbfe44d3edbfa62e1660a42502ef7cf6c116bf5f2a2d5d7cb18fa3aa23effe56bedad136c80c9f273219ffe279c869125c112c1428be9eb541baef4e34843')
-
-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 1347645,
python-marshmallow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-14 20:01:42 UTC (rev 1347646)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-marshmallow
+pkgver=3.19.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-packaging')
+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=('aa621949aaa2ec00538422461f3866c44304ee3bdf55b94d90f45c8c1dcbb542050e1f2ba459eff40d1588b94c15d6a07a1c9e759fbb21e2bffe2414bc2a7151')
+
+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
+}