[arch-commits] Commit in python-aioconsole/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Nov 12 17:09:54 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:09:53
  Author: foutrelis
Revision: 752298

archrelease: copy trunk to community-staging-any

Added:
  python-aioconsole/repos/community-staging-any/
  python-aioconsole/repos/community-staging-any/PKGBUILD
    (from rev 752297, python-aioconsole/trunk/PKGBUILD)

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

Copied: python-aioconsole/repos/community-staging-any/PKGBUILD (from rev 752297, python-aioconsole/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-12 17:09:53 UTC (rev 752298)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aioconsole
+pkgver=0.2.1
+pkgrel=2
+pkgdesc="Asynchronous console and interfaces for asyncio"
+url="https://github.com/vxgmichel/aioconsole"
+license=('GPL')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio' 'python-pytest-cov' 'python-pytest-repeat')
+source=("https://github.com/vxgmichel/aioconsole/archive/v$pkgver/$pkgname-$pkgver.tar.gz.tar.gz")
+sha512sums=('cfc71cfc812c504007f88a5b5bc0e1fc3024e5fb0e732fd13d555fd776a936017c0c9bbcf847ea7e1efa12b6acb431f7114730266c5dc25d9808e769ef29f3a9')
+
+build() {
+  cd aioconsole-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd aioconsole-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd aioconsole-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list