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

Felix Yan felixonmars at gemini.archlinux.org
Thu Aug 26 10:19:00 UTC 2021


    Date: Thursday, August 26, 2021 @ 10:19:00
  Author: felixonmars
Revision: 1005854

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-26 10:18:50 UTC (rev 1005853)
+++ PKGBUILD	2021-08-26 10:19:00 UTC (rev 1005854)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aioconsole
-pkgver=0.3.1
-pkgrel=1
-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=('b46ce4b4388a4f521324929095ed2affe11bd46c2bd098ed4c7e9739504f687790284e7a9a194d579b38c413ff1e38388fcb2a1c629ac211e440431ff7a9bc27')
-
-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
-}

Copied: python-aioconsole/repos/community-any/PKGBUILD (from rev 1005853, python-aioconsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-26 10:19:00 UTC (rev 1005854)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aioconsole
+pkgver=0.3.2
+pkgrel=1
+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=('9709cd9954d60be77f26eced04ebf4db7a2e4ec867719427f828e9c6d90a22ff080a4f71963dfefefc29437d34a59440b4f8b4b310c86ea381a22c06662ee5f2')
+
+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