[arch-commits] Commit in python-mongoengine/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed May 18 13:04:50 UTC 2022


    Date: Wednesday, May 18, 2022 @ 13:04:50
  Author: felixonmars
Revision: 1207905

archrelease: copy trunk to community-any

Added:
  python-mongoengine/repos/community-any/PKGBUILD
    (from rev 1207904, python-mongoengine/trunk/PKGBUILD)
Deleted:
  python-mongoengine/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 13:04:38 UTC (rev 1207904)
+++ PKGBUILD	2022-05-18 13:04:50 UTC (rev 1207905)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-
-pkgname=python-mongoengine
-pkgver=0.24.0
-pkgrel=1
-pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
-url="https://github.com/MongoEngine/mongoengine"
-license=('MIT')
-arch=('any')
-depends=('python-pymongo')
-optdepends=('python-dateutil: for DateTimeField'
-            'python-pillow: for ImageField / ImageGridFsProxy')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest-cov' 'python-coverage' 'python-blinker' 'python-pillow' 'python-zipp'
-              'python-mongomock')
-source=("https://github.com/MongoEngine/mongoengine/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2644fa972868ff4e0326a2dff458b3be029e0eb8a617d8b1e92c88a53697e769b25117a1abec25988876a2c5911cd476d1024cda8b0cdacd31df6dc9e84a6fa4')
-
-build() {
-  cd mongoengine-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd mongoengine-$pkgver
-  # No sane way to run it without mongodb
-  # python -m pytest
-}
-
-package() {
-  cd mongoengine-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-mongoengine/repos/community-any/PKGBUILD (from rev 1207904, python-mongoengine/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-18 13:04:50 UTC (rev 1207905)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Sapin <simon dot sapin at exyr dot org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+
+pkgname=python-mongoengine
+pkgver=0.24.1
+pkgrel=1
+pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
+url="https://github.com/MongoEngine/mongoengine"
+license=('MIT')
+arch=('any')
+depends=('python-pymongo')
+optdepends=('python-dateutil: for DateTimeField'
+            'python-pillow: for ImageField / ImageGridFsProxy')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+checkdepends=('python-pytest-cov' 'python-coverage' 'python-blinker' 'python-pillow' 'python-zipp'
+              'python-mongomock')
+source=("https://github.com/MongoEngine/mongoengine/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5e01ca8168e3ebabf8944ff4280a527ae158b1fdda64b692d64cf58039e5448d48d8ac46b0ecf619b77502f950fd8afeec6e90810592406ea255c4fb808f8c55')
+
+build() {
+  cd mongoengine-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd mongoengine-$pkgver
+  # No sane way to run it without mongodb
+  # python -m pytest
+}
+
+package() {
+  cd mongoengine-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



More information about the arch-commits mailing list