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

Felix Yan felixonmars at archlinux.org
Mon Oct 14 17:03:03 UTC 2019


    Date: Monday, October 14, 2019 @ 17:03:02
  Author: felixonmars
Revision: 515763

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-14 17:02:47 UTC (rev 515762)
+++ PKGBUILD	2019-10-14 17:03:02 UTC (rev 515763)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-whitenoise
-pkgver=4.1.2
-pkgrel=2
-pkgdesc='Radically simplified static file serving for WSGI applications'
-arch=('any')
-license=('MIT')
-url='http://whitenoise.evans.io'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-django' 'python-requests' 'python-brotli')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/evansd/whitenoise/archive/v$pkgver.tar.gz")
-sha512sums=('91105cbf22292397ff06de7483d1037f5c0804697fbfd73300db6133bc88134799550846e61d8dd28cb066abe3a33c750983224451dc770c26209fec3a2cf65d')
-
-build() {
-  cd whitenoise-$pkgver
-  python setup.py build
-}
-
-check() {
-  export DJANGO_SETTINGS_MODULE=tests.django_settings
-  export PYTHONWARNINGS=all
-
-  cd whitenoise-$pkgver
-  python -m unittest discover
-}
-
-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 515762, python-whitenoise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-14 17:03:02 UTC (rev 515763)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-whitenoise
+pkgver=4.1.4
+pkgrel=1
+pkgdesc='Radically simplified static file serving for WSGI applications'
+arch=('any')
+license=('MIT')
+url='http://whitenoise.evans.io'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-django' 'python-requests' 'python-brotli')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/evansd/whitenoise/archive/v$pkgver.tar.gz")
+sha512sums=('45d55976dbba26bfdde15537886d80593535b141636334c6e0ce403c9f6d474c177cd90ede339701eafcf4ac23dbb2cd4d36541563f477bdfaccce0bb51b10a5')
+
+build() {
+  cd whitenoise-$pkgver
+  python setup.py build
+}
+
+check() {
+  export DJANGO_SETTINGS_MODULE=tests.django_settings
+  export PYTHONWARNINGS=all
+
+  cd whitenoise-$pkgver
+  python -m unittest discover
+}
+
+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