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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 12:09:39 UTC 2021


    Date: Thursday, December 2, 2021 @ 12:09:38
  Author: felixonmars
Revision: 1061894

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 12:09:38 UTC (rev 1061893)
+++ PKGBUILD	2021-12-02 12:09:38 UTC (rev 1061894)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-_name=mailmanclient
-pkgname=python-mailmanclient
-pkgver=3.3.3
-pkgrel=2
-pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
-arch=('any')
-url="https://gitlab.com/mailman/mailmanclient"
-license=('LGPL3')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('mailman3' 'python-falcon' 'python-httpx' 'python-pytest' 'python-pytest-asyncio'
-'python-pytest-services')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a4d18a7fc6084dfb20a7028cc085c31e696b8c2db4eec674852929b1d3a221a065b8e33d8047d018d4a0edf1afb3bcb55e76906808c0f6b3715abb8a81437b9e'
-            'SKIP')
-b2sums=('d354123fb7735d8b670422461f3d5697a30ac83d1b2f9c7f642583423ab383f58b0d0604f18be23175fcdabe42721ee02102e764211fd0723c9146f8c39581fd'
-        'SKIP')
-validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj <raj.abhilash1 at gmail.com>
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  pytest -v -k 'not using.rst and not test_find_user_page and not test_find_users'
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --optimize=1 --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-mailmanclient/repos/community-staging-any/PKGBUILD (from rev 1061892, python-mailmanclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 12:09:38 UTC (rev 1061894)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+_name=mailmanclient
+pkgname=python-mailmanclient
+pkgver=3.3.3
+pkgrel=3
+pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
+arch=('any')
+url="https://gitlab.com/mailman/mailmanclient"
+license=('LGPL3')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('mailman3' 'python-falcon' 'python-httpx' 'python-pytest' 'python-pytest-asyncio'
+'python-pytest-services')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('a4d18a7fc6084dfb20a7028cc085c31e696b8c2db4eec674852929b1d3a221a065b8e33d8047d018d4a0edf1afb3bcb55e76906808c0f6b3715abb8a81437b9e'
+            'SKIP')
+b2sums=('d354123fb7735d8b670422461f3d5697a30ac83d1b2f9c7f642583423ab383f58b0d0604f18be23175fcdabe42721ee02102e764211fd0723c9146f8c39581fd'
+        'SKIP')
+validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj <raj.abhilash1 at gmail.com>
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v -k 'not using.rst and not test_find_user_page and not test_find_users'
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --optimize=1 --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list