[arch-commits] Commit in (4 files)
Daniel M. Capella
polyzen at archlinux.org
Thu Aug 15 03:25:44 UTC 2019
Date: Thursday, August 15, 2019 @ 03:25:44
Author: polyzen
Revision: 499297
Initial commit
Added:
python-aiohttp-cors/
python-aiohttp-cors/repos/
python-aiohttp-cors/trunk/
python-aiohttp-cors/trunk/PKGBUILD
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Added: python-aiohttp-cors/trunk/PKGBUILD
===================================================================
--- python-aiohttp-cors/trunk/PKGBUILD (rev 0)
+++ python-aiohttp-cors/trunk/PKGBUILD 2019-08-15 03:25:44 UTC (rev 499297)
@@ -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