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

Levente Polyak anthraxx at archlinux.org
Wed Jan 20 21:13:30 UTC 2021


    Date: Wednesday, January 20, 2021 @ 21:13:30
  Author: anthraxx
Revision: 824014

archrelease: copy trunk to community-any

Added:
  python-flask-compress/repos/community-any/PKGBUILD
    (from rev 824013, python-flask-compress/trunk/PKGBUILD)
Deleted:
  python-flask-compress/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 21:13:26 UTC (rev 824013)
+++ PKGBUILD	2021-01-20 21:13:30 UTC (rev 824014)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Cedric Girard <girard.cedric at gmail.com>
-
-_pyname=Flask-Compress
-pkgname=python-flask-compress
-pkgver=1.7.0
-pkgrel=3
-pkgdesc='Compress responses in your Flask app'
-url='http://pypi.python.org/pypi/Flask-Compress/'
-arch=('any')
-license=('BSD')
-depends=('python-flask')
-makedepends=('python-setuptools')
-source=(https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz)
-sha256sums=('965e832684160871b5268f97879c5e85a88569cc6e3e353a7779215664eefdad')
-sha512sums=('63f51c24aa8115d4f7ec4188850ee61845a91bd598646e69b934bd550dcdde36f66fdc5d5549aebe35538d32c34556cc8f51d5f0feb17fe78711999d724c1ab8')
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-compress/repos/community-any/PKGBUILD (from rev 824013, python-flask-compress/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-20 21:13:30 UTC (rev 824014)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Cedric Girard <girard.cedric at gmail.com>
+
+_pyname=Flask-Compress
+pkgname=python-flask-compress
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Compress responses in your Flask app'
+url='http://pypi.python.org/pypi/Flask-Compress/'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-flask')
+makedepends=('python-setuptools')
+source=(https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz)
+sha256sums=('c132590e7c948877a96d675c13cbfa64edec0faafa2381678dea6f36aa49a552')
+sha512sums=('9bdc45b6d189e8b896a781dc48b761ac99a551a32bdaa9695556e7dabfd76f7ef98249397a31492e629ea35d82c5104d99b5803b9ecf9b2637cc802a87939f1c')
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list