[arch-commits] Commit in (4 files)

Thore Bödecker foxxx0 at archlinux.org
Thu Oct 5 11:03:42 UTC 2017


    Date: Thursday, October 5, 2017 @ 11:03:42
  Author: foxxx0
Revision: 261674

import from AUR

Added:
  python-pecan/
  python-pecan/repos/
  python-pecan/trunk/
  python-pecan/trunk/PKGBUILD

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

Added: python-pecan/trunk/PKGBUILD
===================================================================
--- python-pecan/trunk/PKGBUILD	                        (rev 0)
+++ python-pecan/trunk/PKGBUILD	2017-10-05 11:03:42 UTC (rev 261674)
@@ -0,0 +1,30 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: wangjiezhe <wangjiezhe AT yandex DOT com>
+
+pkgbase='python-cheroot'
+_pkgbase="${pkgbase//python-/}"
+pkgname=('python-cheroot' 'python2-cheroot')
+pkgdesc="Highly-optimized, pure-python HTTP server"
+pkgver=5.8.3
+pkgrel=1
+arch=('any')
+url="https://github.com/cherrypy/cheroot"
+license=('MIT')
+makedepends=('python-six' 'python2-six' 'python-setuptools-scm'
+  'python2-setuptools-scm')
+source=("${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/8c/52/a437c38df445524b3c7ec99b959c11764a0fc2275eb203dd692cfe050a23/${_pkgbase}-${pkgver}.tar.gz")
+sha512sums=('8aaffd0a5a941bcfb1d24b4d7f95e10d595a4ae6f0a9957cc19dc3620a1318473956743faa50b2df58bc4db6969659d4a7c8228672bb39792417976d1312c4b6')
+
+package_python-cheroot() {
+  depends=('python-six')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-cheroot() {
+  depends=('python2-six')
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: python-pecan/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list