Autogenerated commit at 2024-12-24 09:56:36.739708+00:00
This commit is contained in:
13
python-aiohttp-cors/.SRCINFO
Normal file
13
python-aiohttp-cors/.SRCINFO
Normal file
@ -0,0 +1,13 @@
|
||||
pkgbase = python-aiohttp-cors
|
||||
pkgdesc = CORS support for aiohttp
|
||||
pkgver = 0.7.0
|
||||
pkgrel = 8
|
||||
url = https://github.com/aio-libs/aiohttp-cors
|
||||
arch = any
|
||||
license = Apache
|
||||
makedepends = python-setuptools
|
||||
depends = python-aiohttp
|
||||
source = https://files.pythonhosted.org/packages/source/a/aiohttp-cors/aiohttp-cors-0.7.0.tar.gz
|
||||
sha256sums = 4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d
|
||||
|
||||
pkgname = python-aiohttp-cors
|
24
python-aiohttp-cors/PKGBUILD
Normal file
24
python-aiohttp-cors/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# Maintainer: Daniel M. Capella <polyzen@archlinux.org>
|
||||
|
||||
_name=aiohttp-cors
|
||||
pkgname=python-aiohttp-cors
|
||||
pkgver=0.7.0
|
||||
pkgrel=8
|
||||
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
|
||||
}
|
Reference in New Issue
Block a user