[arch-commits] Commit in python-asgiref/repos/extra-any (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Dec 6 12:07:47 UTC 2020
Date: Sunday, December 6, 2020 @ 12:07:46
Author: jelle
Revision: 402965
archrelease: copy trunk to extra-any
Added:
python-asgiref/repos/extra-any/PKGBUILD
(from rev 402964, python-asgiref/trunk/PKGBUILD)
Deleted:
python-asgiref/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-06 12:07:41 UTC (rev 402964)
+++ PKGBUILD 2020-12-06 12:07:46 UTC (rev 402965)
@@ -1,31 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-
-pkgname=python-asgiref
-pkgver=3.3.0
-pkgrel=3
-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=('cd88907ecaec59d78e4ac00ea665b03e571cb37e3a0e37b3702af1a9e86c365a')
-
-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 402964, python-asgiref/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-06 12:07:46 UTC (rev 402965)
@@ -0,0 +1,31 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+
+pkgname=python-asgiref
+pkgver=3.3.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=('7162a3cb30ab0609f1a4c95938fd73e8604f63bdba516a7f7d64b83ff09478f0')
+
+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