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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jun 26 19:13:08 UTC 2022


    Date: Sunday, June 26, 2022 @ 19:13:07
  Author: jelle
Revision: 449444

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-26 19:12:58 UTC (rev 449443)
+++ PKGBUILD	2022-06-26 19:13:07 UTC (rev 449444)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-asgiref
-pkgver=3.5.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=('fddeea3c53fa99d0cdb613c3941cc6e52d822491fc2753fba25768fb5bf4e865')
-
-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 449443, python-asgiref/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-26 19:13:07 UTC (rev 449444)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-asgiref
+pkgver=3.5.2
+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=('4a29362a6acebe09bf1d6640db38c1dc3d9217c68e6f9f6204d72667fc19a424')
+
+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