Date: Wednesday, March 1, 2023 @ 07:49:06
  Author: felixonmars
Revision: 1405767

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-01 07:48:53 UTC (rev 1405766)
+++ PKGBUILD    2023-03-01 07:49:06 UTC (rev 1405767)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-
-pkgname=python-whitenoise
-pkgver=6.3.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-build' 'python-installer' 'python-setuptools' 
'python-wheel')
-checkdepends=('python-brotli' 'python-django' 'python-pytest' 
'python-requests')
-source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('c293e003167cb7c7aa63564bc373719f066f5e1b5cceaf0c9ceb19bd95284c321d557b988599f848d097b6c3bec3e692f7d026a835060b2fea803abf38ff924f')
-
-build() {
-  cd whitenoise-$pkgver
-  python -m build -nw
-}
-
-check() {
-  cd whitenoise-$pkgver
-  DJANGO_SETTINGS_MODULE=tests.django_settings PYTHONPATH="$PWD"/src pytest
-}
-
-package() {
-  cd whitenoise-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-whitenoise/repos/community-any/PKGBUILD (from rev 1405766, 
python-whitenoise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-01 07:49:06 UTC (rev 1405767)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+
+pkgname=python-whitenoise
+pkgver=6.4.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-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-brotli' 'python-django' 'python-pytest' 
'python-requests')
+source=("https://github.com/evansd/whitenoise/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('c3dc7c2d380839913f38f6697ecf0c90fbf8f1bf28cc1b00aaaf9022ac44cd0044015e11435ad640970993b3dab29e94e55f8897c11152f6f6502e66d8b7b726')
+
+build() {
+  cd whitenoise-$pkgver
+  python -m build -nw
+}
+
+check() {
+  cd whitenoise-$pkgver
+  DJANGO_SETTINGS_MODULE=tests.django_settings PYTHONPATH="$PWD"/src pytest
+}
+
+package() {
+  cd whitenoise-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}

Reply via email to