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

Felix Yan felixonmars at archlinux.org
Wed Apr 24 12:03:59 UTC 2019


    Date: Wednesday, April 24, 2019 @ 12:03:58
  Author: felixonmars
Revision: 453288

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-24 12:03:40 UTC (rev 453287)
+++ PKGBUILD	2019-04-24 12:03:58 UTC (rev 453288)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asynctest
-pkgver=0.12.3
-pkgrel=1
-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=('a5c63fe27c43498eae8fd6ea12fe2dba7a0cc4916cba83ddccc66e80b0d49318c0d506149fdc45eb78a25e63efae133d040be37ff7f8feacab4d8aba6f02e0a8')
-
-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-any/PKGBUILD (from rev 453287, python-asynctest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-24 12:03:58 UTC (rev 453288)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asynctest
+pkgver=0.12.4
+pkgrel=1
+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=('91bffeb37991f01cb83016184706a71b8a1ebf084000f48ab8527e603285d32a55b0d3200f0c8e249bfd2393b3ed75cad10314027e9815bb15847b5db46ae75e')
+
+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