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

Felix Yan felixonmars at archlinux.org
Thu Apr 4 00:10:24 UTC 2019


    Date: Thursday, April 4, 2019 @ 00:10:19
  Author: felixonmars
Revision: 448679

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-04 00:09:58 UTC (rev 448678)
+++ PKGBUILD	2019-04-04 00:10:19 UTC (rev 448679)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-asynctest
-pkgver=0.12.2
-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=('e182fcf0c42d726dde810b9e2d50492b9e5ec9209b5419bd5faef28ee475ff04d6c8220bc165ec506eb9fc2dd38e45d7c3f8bc4ba1f0e279e44214e39862fe0f')
-
-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 448678, python-asynctest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-04-04 00:10:19 UTC (rev 448679)
@@ -0,0 +1,28 @@
+# 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
+}



More information about the arch-commits mailing list