diff options
author | Iztok Fister Jr. <iztok@iztok.dev> | 2024-08-18 02:52:48 +0800 |
---|---|---|
committer | Patrycja Rosa <alpine@ptrcnull.me> | 2024-09-06 10:28:23 +0000 |
commit | 2d415593078a5a3177a1c411191accdf308d27f1 (patch) | |
tree | 2d73cfc2e613c1ae912286c35689ccc286cd8865 | |
parent | c889907b048f8cc7ab42499b912348aa96dd1ee8 (diff) | |
download | aports-2d415593078a5a3177a1c411191accdf308d27f1.zip |
community/py3-altair: remove aport
-rw-r--r-- | community/py3-altair/APKBUILD | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/community/py3-altair/APKBUILD b/community/py3-altair/APKBUILD deleted file mode 100644 index 72554e60773..00000000000 --- a/community/py3-altair/APKBUILD +++ /dev/null @@ -1,59 +0,0 @@ -# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> -# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> -pkgname=py3-altair -pkgver=5.3.0 -pkgrel=1 -pkgdesc="Declarative statistical visualization library for Python" -url="https://altair-viz.github.io" -arch="noarch" -license="BSD-3-Clause" -depends=" - python3 - py3-jinja2 - py3-jsonschema - py3-numpy - py3-pandas - py3-toolz - py3-packaging - py3-typing-extensions - " -checkdepends="black py3-pytest" -makedepends="py3-gpep517 py3-hatchling" -subpackages="$pkgname-pyc" -source="https://github.com/altair-viz/altair/archive/v$pkgver/altair-$pkgver.tar.gz" -builddir="$srcdir/altair-$pkgver" - -build() { - gpep517 build-wheel \ - --wheel-dir .dist \ - --output-fd 3 3>&1 >&2 -} - -check() { - # some tests require dataset: https://github.com/altair-viz/vega_datasets - local _skipped_tests=" - test_examples - and not test_api - and not test_display - and not test_params - and not test_vegalite_compiler - and not test_to_dict_with_format_vega - and not test_to_json_with_format_vega - and not test_renderer_with_none_embed_option - and not test_jupyter_renderer_mimetype" - - # shellcheck disable=SC2116 - python3 -m pytest -k "not $(echo $_skipped_tests)" \ - --ignore=tests/utils/test_schemapi.py \ - --ignore=tests/test_jupyter_chart.py \ - --ignore=tests/test_transformed_data.py -} - -package() { - python3 -m installer -d "$pkgdir" \ - .dist/altair-$pkgver-py3-none-any.whl -} - -sha512sums=" -c60f16d82dcc6784fcec7425f6c3f874a8f71f0e200d6e095b73fed3c3a720bfde13d7227fee9b8cfa06d1b93a207fbda8ca5d4a0df5f6b2532fb9954d828229 altair-5.3.0.tar.gz -" |