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

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Dec 7 11:26:22 UTC 2021


    Date: Tuesday, December 7, 2021 @ 11:26:22
  Author: foutrelis
Revision: 1065506

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-07 11:26:17 UTC (rev 1065505)
+++ PKGBUILD	2021-12-07 11:26:22 UTC (rev 1065506)
@@ -1,29 +0,0 @@
-# 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
-}

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