evil-winrm-py-git

LOW
maintainer leonidlednev 0 votes scanned 2026-09-24 01:41:16.165362
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: Leonid Lednev <leonidledn at gmail dot com>
2_name=evil-winrm-py
3pkgname="$_name-git"
4pkgver=1.7.0.r1.geb60dd4
5pkgrel=1
6pkgdesc="evil-winrm rewrite in Python"
7arch=('any')
8url="https://github.com/adityatelange/$_name"
9license=('MIT')
10depends=(
11 'python>=3.10'
12 'python-prompt_toolkit>=3.0.53'
13 'python-tqdm>=4.70.1'
14 # AUR
15 'python-pypsrp>=0.8.1'
16)
17makedepends=(
18 'git'
19 'python-setuptools'
20 'python-wheel'
21 'python-installer'
22 'python-build'
23)
24optdepends=(
25 'python-krb5: Kerberos support'
26 'python-gssapi: Kerberos support'
27 'python-mcp>=2.2.0: MCP server'
28)
29provides=("$_name=$pkgver")
30conflicts=("$_name")
31source=("git+$url")
32b2sums=('SKIP')
33
34prepare() {
35 git -C "$_name" clean -dfx
36}
37
38pkgver() {
39 cd "$_name"
40 git describe --long --abbrev=7 | sed 's/v//;s/\([^-]*-g\)/r\1/;s/-/./g'
41}
42
43build() {
44 cd "$_name"
45 python -m build -wnx
46}
47
48package() {
49 cd "$_name"
50 python -m installer -d "$pkgdir" dist/*.whl
51 install -Dm0644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
52}
53
54# vim: ts=2 sw=2 et:
55

Scan history

Scanned at (UTC)SeverityRules
2026-09-24 01:41:16 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