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

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 29 19:09:48 UTC 2022


    Date: Monday, August 29, 2022 @ 19:09:48
  Author: felixonmars
Revision: 1285578

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-29 19:09:34 UTC (rev 1285577)
+++ PKGBUILD	2022-08-29 19:09:48 UTC (rev 1285578)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=python-janus
-pkgver=0.7.0
-pkgrel=1
-pkgdesc="Thread-safe asyncio-aware queue for Python"
-arch=('any')
-url="https://github.com/aio-libs/janus"
-license=('Apache')
-depends=('python-typing_extensions')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-asyncio')
-source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('c18a4429d8a18cb05224f978a1bae4f1c6920ca5c3e5e83a3babdb3e468113a0ca13a52ceca651f49e9b132f21a40d81dd128f9b60ff7bbdee6a217d9bd1cdc9')
-
-build() {
-  cd janus-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd janus-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd janus-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-janus/repos/community-any/PKGBUILD (from rev 1285577, python-janus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-29 19:09:48 UTC (rev 1285578)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=python-janus
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Thread-safe asyncio-aware queue for Python"
+arch=('any')
+url="https://github.com/aio-libs/janus"
+license=('Apache')
+depends=('python-typing_extensions')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('dc3e59e0280917168ee8ef289e87f7320a4b39411b643157712dba46d580d6ce514e82f46dcc5501304e4685a035a1de87b39c4681c832d6a0930a446a70d96d')
+
+build() {
+  cd janus-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd janus-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd janus-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list