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

Daniel M. Capella polyzen at archlinux.org
Thu Aug 15 03:26:13 UTC 2019


    Date: Thursday, August 15, 2019 @ 03:26:13
  Author: polyzen
Revision: 499299

archrelease: copy trunk to community-any

Added:
  python-aiohttp-cors/repos/community-any/
  python-aiohttp-cors/repos/community-any/PKGBUILD
    (from rev 499298, python-aiohttp-cors/trunk/PKGBUILD)

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

Copied: python-aiohttp-cors/repos/community-any/PKGBUILD (from rev 499298, python-aiohttp-cors/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-08-15 03:26:13 UTC (rev 499299)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+
+_name=aiohttp-cors
+pkgname=python-aiohttp-cors
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='CORS support for aiohttp'
+depends=('python-aiohttp')
+makedepends=('python-setuptools')
+arch=('any')
+url=https://github.com/aio-libs/aiohttp-cors
+license=('Apache')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d')
+
+build() {
+  cd $_name-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_name-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list