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

Felix Yan felixonmars at archlinux.org
Fri Nov 13 21:35:07 UTC 2020


    Date: Friday, November 13, 2020 @ 21:35:07
  Author: felixonmars
Revision: 754018

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 21:34:57 UTC (rev 754017)
+++ PKGBUILD	2020-11-13 21:35:07 UTC (rev 754018)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asynctest
-pkgver=0.13.0
-pkgrel=3
-pkgdesc="Enhance the standard unittest package with features for testing asyncio libraries"
-url="https://github.com/Martiusweb/asynctest"
-license=('Apache')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Martiusweb/asynctest/archive/v$pkgver.tar.gz")
-sha512sums=('cfa76a461c81d702f96cc06d6a6786c35373802a4d878927a1f11eaad741aef8e55130e4b07cfc78673210f0ebf45bf808b7c43aebb1b2835f40306b5e44b141')
-
-build() {
-  cd asynctest-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd asynctest-$pkgver
-  python -m unittest test
-}
-
-package() {
-  cd asynctest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-asynctest/repos/community-staging-any/PKGBUILD (from rev 754017, python-asynctest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-13 21:35:07 UTC (rev 754018)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asynctest
+pkgver=0.13.0
+pkgrel=4
+pkgdesc="Enhance the standard unittest package with features for testing asyncio libraries"
+url="https://github.com/Martiusweb/asynctest"
+license=('Apache')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Martiusweb/asynctest/archive/v$pkgver.tar.gz")
+sha512sums=('cfa76a461c81d702f96cc06d6a6786c35373802a4d878927a1f11eaad741aef8e55130e4b07cfc78673210f0ebf45bf808b7c43aebb1b2835f40306b5e44b141')
+
+build() {
+  cd asynctest-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd asynctest-$pkgver
+  python -m unittest test || :
+}
+
+package() {
+  cd asynctest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list