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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jun 11 06:49:49 UTC 2022


    Date: Saturday, June 11, 2022 @ 06:49:49
  Author: felixonmars
Revision: 1232047

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 06:49:36 UTC (rev 1232046)
+++ PKGBUILD	2022-06-11 06:49:49 UTC (rev 1232047)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-whitenoise
-pkgver=6.1.0
-pkgrel=1
-pkgdesc='Radically simplified static file serving for WSGI applications'
-arch=('any')
-license=('MIT')
-url='https://github.com/evansd/whitenoise'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-brotli' 'python-django' 'python-pytest' 'python-requests')
-source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6474b04a581f698ae9555fc6096f0f33a63099d1581e561859c7f3644a03c6b6ada95b7604a8ff57f5d0d5de16cde50ed17716ec1e5b6fab43a59219ed43bd06')
-
-build() {
-  cd whitenoise-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd whitenoise-$pkgver
-  DJANGO_SETTINGS_MODULE=tests.django_settings PYTHONPATH="$PWD"/build/lib pytest
-}
-
-package() {
-  cd whitenoise-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-whitenoise/repos/community-any/PKGBUILD (from rev 1232046, python-whitenoise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 06:49:49 UTC (rev 1232047)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-whitenoise
+pkgver=6.2.0
+pkgrel=1
+pkgdesc='Radically simplified static file serving for WSGI applications'
+arch=('any')
+license=('MIT')
+url='https://github.com/evansd/whitenoise'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-brotli' 'python-django' 'python-pytest' 'python-requests')
+source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('64d594708568ddecc8aba575504999651c730ddbc870859ee110700080f680af71d10a9ea3077a09ab2e89c398ab7d0798735b01db3dff96a48dcc74d7f292e3')
+
+build() {
+  cd whitenoise-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd whitenoise-$pkgver
+  DJANGO_SETTINGS_MODULE=tests.django_settings PYTHONPATH="$PWD"/build/lib pytest
+}
+
+package() {
+  cd whitenoise-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list