python-azure-data-tables
LOW
maintainer taotieren
0 votes
scanned 2026-09-14 05:16:15.637528
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
3
pkgname=python-azure-data-tables
4
_name=${pkgname#python-}
5
_name=${_name//-/_}
6
pkgver=12.7.0
7
pkgrel=1
8
pkgdesc="Microsoft Corporation Azure Data Tables Client Library for Python"
9
provides=(${pkgname})
10
conflicts=(${pkgname})
11
arch=('any')
12
url="https://pypi.org/project/azure-data-tables"
13
_pydeps=(
14
isodate
15
azure-core
16
typing_extensions
17
yarl
18
)
19
depends=(
20
'python'
21
"${_pydeps[@]/#/python-}"
22
)
23
makedepends=(
24
'python-build'
25
'python-installer'
26
'python-setuptools'
27
'python-wheel'
28
)
29
optdepends=()
30
license=('MIT')
31
source=("${_name}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/$_name-$pkgver.tar.gz")
32
sha256sums=('b14fc94a3223a2835ff5688e17d8e107b27c7cd7c4114138f2ac81373723705d')
33
34
build() {
35
cd "${srcdir}/${_name}-${pkgver}"
36
python -m build --wheel --no-isolation
37
}
38
39
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-14 05:16:15 | Low | 1 |