[arch-commits] Commit in python-flup/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 14:55:43 UTC 2021


    Date: Wednesday, December 1, 2021 @ 14:55:43
  Author: felixonmars
Revision: 1059544

archrelease: copy trunk to community-staging-any

Added:
  python-flup/repos/community-staging-any/
  python-flup/repos/community-staging-any/PKGBUILD
    (from rev 1059540, python-flup/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: python-flup/repos/community-staging-any/PKGBUILD (from rev 1059540, python-flup/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 14:55:43 UTC (rev 1059544)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flup
+pkgver=1.0.3
+pkgrel=7
+pkgdesc="Random assortment of WSGI servers"
+url="https://www.saddi.com/software/flup/"
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/f/flup/flup-$pkgver.tar.gz")
+sha512sums=('f165685b39a8539d29d48d0ad3c9c0495f428892b8935545a128730687c658a1e8b74a09c8084dd4a2490b1d26f1382b48c95ba43401171fd46876b068ba2f8e')
+
+build() {
+  cd flup-$pkgver
+  python setup.py build
+}
+
+package_python-flup() {
+  cd flup-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list