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

Felix Yan felixonmars at archlinux.org
Thu Nov 12 17:46:35 UTC 2020


    Date: Thursday, November 12, 2020 @ 17:46:34
  Author: felixonmars
Revision: 752811

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 17:46:29 UTC (rev 752810)
+++ PKGBUILD	2020-11-12 17:46:34 UTC (rev 752811)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flup
-pkgver=1.0.3
-pkgrel=5
-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
-}

Copied: python-flup/repos/community-staging-any/PKGBUILD (from rev 752810, python-flup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 17:46:34 UTC (rev 752811)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flup
+pkgver=1.0.3
+pkgrel=6
+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