[arch-commits] Commit in python-asgiref/repos/extra-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu Jul 1 17:58:44 UTC 2021


    Date: Thursday, July 1, 2021 @ 17:58:44
  Author: jelle
Revision: 418861

archrelease: copy trunk to extra-any

Added:
  python-asgiref/repos/extra-any/PKGBUILD
    (from rev 418860, python-asgiref/trunk/PKGBUILD)
Deleted:
  python-asgiref/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 17:58:40 UTC (rev 418860)
+++ PKGBUILD	2021-07-01 17:58:44 UTC (rev 418861)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-asgiref
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="Reference ASGI adapters and channel layers"
-arch=(any)
-url="http://github.com/django/asgiref"
-license=('BSD')
-makedepends=('python-setuptools')
-checkdepends=(python-pytest python-pytest-asyncio)
-depends=('python')
-source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
-sha256sums=('05914d0fa65a21711e732adc6572edad6c8da5f1435c3f0c060689ced5e85195')
-
-build() {
-    cd "asgiref-${pkgver}"
-    python setup.py build
-}
-
-check() {
-    cd "asgiref-${pkgver}"
-    PYTHONPATH=. pytest .
-}
-
-package() {
-    cd "asgiref-${pkgver}"
-    python setup.py install --root=${pkgdir} --optimize=1
-
-    install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-asgiref/repos/extra-any/PKGBUILD (from rev 418860, python-asgiref/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-01 17:58:44 UTC (rev 418861)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-asgiref
+pkgver=3.4.1
+pkgrel=1
+pkgdesc="Reference ASGI adapters and channel layers"
+arch=(any)
+url="http://github.com/django/asgiref"
+license=('BSD')
+makedepends=('python-setuptools')
+checkdepends=(python-pytest python-pytest-asyncio)
+depends=('python')
+source=("https://pypi.io/packages/source/a/asgiref/asgiref-${pkgver}.tar.gz")
+sha256sums=('4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9')
+
+build() {
+    cd "asgiref-${pkgver}"
+    python setup.py build
+}
+
+check() {
+    cd "asgiref-${pkgver}"
+    PYTHONPATH=. pytest .
+}
+
+package() {
+    cd "asgiref-${pkgver}"
+    python setup.py install --root=${pkgdir} --optimize=1
+
+    install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list