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

Felix Yan felixonmars at gemini.archlinux.org
Tue Dec 7 11:27:01 UTC 2021


    Date: Tuesday, December 7, 2021 @ 11:27:01
  Author: felixonmars
Revision: 1065508

archrelease: copy trunk to community-staging-any

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

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

Copied: python-aioconsole/repos/community-staging-any/PKGBUILD (from rev 1065507, python-aioconsole/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-07 11:27:01 UTC (rev 1065508)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aioconsole
+pkgver=0.3.3
+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=('70ea0cca07711f31e261ec45d96a0901f9cf4d007b3195389a1b81e87054b6cb20429f9bb47faac66022824f412957b68e7fad928c78e65ce18b0e9db822ec94')
+
+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