mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
removed community/python-aws-xray-sdk
This commit is contained in:
parent
4a576fb60e
commit
b05f5fdecc
1 changed files with 0 additions and 43 deletions
|
@ -1,43 +0,0 @@
|
|||
# Maintainer: Chih-Hsuan Yen <yan12125@archlinux.org>
|
||||
# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove makedepend on python-pypandoc
|
||||
|
||||
pkgname=python-aws-xray-sdk
|
||||
_pkgname=aws-xray-sdk-python
|
||||
pkgver=2.4.3
|
||||
pkgrel=1
|
||||
pkgdesc='AWS X-Ray SDK for Python'
|
||||
arch=(any)
|
||||
url='https://github.com/aws/aws-xray-sdk-python'
|
||||
license=(Apache)
|
||||
makedepends=(python-setuptools)
|
||||
depends=(python python-botocore python-future python-jsonpickle python-wrapt)
|
||||
checkdepends=(python-flask-sqlalchemy python-pynamodb python-pytest python-aiohttp
|
||||
python-pytest-aiohttp python-testing.postgresql python-psycopg2
|
||||
python-pg8000 python-requests python-aiobotocore)
|
||||
# Not using PyPI source tarball as it does not include tests
|
||||
source=("https://github.com/aws/aws-xray-sdk-python/archive/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('adb528c7c092293613484ca28c5466c79889ff6035493681daf9fbde9ba95b3a')
|
||||
|
||||
build() {
|
||||
cd $_pkgname-$pkgver
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $_pkgname-$pkgver
|
||||
|
||||
export AWS_SECRET_ACCESS_KEY=fake_key
|
||||
export AWS_ACCESS_KEY_ID=fake_id
|
||||
|
||||
# the test suite is not compatible with Django 2.x yet
|
||||
# https://github.com/aws/aws-xray-sdk-python/issues/85
|
||||
pytest -v --ignore tests/ext/django
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $_pkgname-$pkgver
|
||||
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
|
||||
}
|
Loading…
Reference in a new issue