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

Felix Yan felixonmars at gemini.archlinux.org
Tue Oct 26 22:43:16 UTC 2021


    Date: Tuesday, October 26, 2021 @ 22:43:16
  Author: felixonmars
Revision: 1034625

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-26 22:43:02 UTC (rev 1034624)
+++ PKGBUILD	2021-10-26 22:43:16 UTC (rev 1034625)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
-
-pkgname=python-janus
-pkgver=0.6.1
-pkgrel=3
-pkgdesc="Thread-safe asyncio-aware queue for Python"
-arch=('any')
-url="https://github.com/aio-libs/janus"
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-asyncio')
-source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('688a0ee62fdf0a0844d56f0ae210512bec4fd9c3bcfbf88af31fb57fb7c005aed29158019b79d896736e35d38d18f2d3b77925dd04042d58641c05d6bd9e054e')
-
-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 1034624, python-janus/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-26 22:43:16 UTC (rev 1034625)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=python-janus
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="Thread-safe asyncio-aware queue for Python"
+arch=('any')
+url="https://github.com/aio-libs/janus"
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('541b6a244b1eb6bf040c275803b6992bc49d649ffb021d762986a7dd9a7848bc9b9b319d2b8097faa5b7bcf0c510cecd571b6648ca560ed94ad6471527bda6e3')
+
+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