python-azure-data-tables

LOW
maintainer taotieren 0 votes scanned 2026-09-14 05:16:15.637528
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: taotieren <admin@taotieren.com>
2
3pkgname=python-azure-data-tables
4_name=${pkgname#python-}
5_name=${_name//-/_}
6pkgver=12.7.0
7pkgrel=1
8pkgdesc="Microsoft Corporation Azure Data Tables Client Library for Python"
9provides=(${pkgname})
10conflicts=(${pkgname})
11arch=('any')
12url="https://pypi.org/project/azure-data-tables"
13_pydeps=(
14 isodate
15 azure-core
16 typing_extensions
17 yarl
18)
19depends=(
20 'python'
21 "${_pydeps[@]/#/python-}"
22)
23makedepends=(
24 'python-build'
25 'python-installer'
26 'python-setuptools'
27 'python-wheel'
28)
29optdepends=()
30license=('MIT')
31source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/$_name-$pkgver.tar.gz")
32sha256sums=('b14fc94a3223a2835ff5688e17d8e107b27c7cd7c4114138f2ac81373723705d')
33
34build() {
35 cd "${srcdir}/${_name}-${pkgver}"
36 python -m build --wheel --no-isolation
37}
38
39package() {
40 cd "${srcdir}/${_name}-${pkgver}"
41 python -m installer --destdir="${pkgdir}" dist/*.whl
42 install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 05:16:15 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion