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

Felix Yan felixonmars at archlinux.org
Wed May 15 08:56:32 UTC 2019


    Date: Wednesday, May 15, 2019 @ 08:56:30
  Author: felixonmars
Revision: 467315

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-15 08:56:17 UTC (rev 467314)
+++ PKGBUILD	2019-05-15 08:56:30 UTC (rev 467315)
@@ -1,28 +0,0 @@
-# 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
-}

Copied: python-asynctest/repos/community-any/PKGBUILD (from rev 467314, python-asynctest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-15 08:56:30 UTC (rev 467315)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-asynctest
+pkgver=0.13.0
+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=('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