[arch-commits] Commit in python-aioconsole/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jul 2 21:41:55 UTC 2020
Date: Thursday, July 2, 2020 @ 21:41:55
Author: felixonmars
Revision: 657550
archrelease: copy trunk to community-any
Added:
python-aioconsole/repos/community-any/PKGBUILD
(from rev 657548, python-aioconsole/trunk/PKGBUILD)
Deleted:
python-aioconsole/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-02 21:41:53 UTC (rev 657549)
+++ PKGBUILD 2020-07-02 21:41:55 UTC (rev 657550)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-aioconsole
-pkgver=0.2.0
-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=('30c43077c7e4525c9366e72627ee8f3d078c3c0dd5c6188bae328ccf0dc96580f813864035883b492dce202c8ca06fb9457720bda5f53e747a26be09f8ff9367')
-
-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 657548, python-aioconsole/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-02 21:41:55 UTC (rev 657550)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-aioconsole
+pkgver=0.2.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=('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