evil-winrm-py-git
LOW
maintainer leonidlednev
0 votes
scanned 2026-09-24 01:41:16.165362
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
3
pkgname="$_name-git"
4
pkgver=1.7.0.r1.geb60dd4
5
pkgrel=1
6
pkgdesc="evil-winrm rewrite in Python"
7
arch=('any')
8
url="https://github.com/adityatelange/$_name"
9
license=('MIT')
10
depends=(
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
)
17
makedepends=(
18
'git'
19
'python-setuptools'
20
'python-wheel'
21
'python-installer'
22
'python-build'
23
)
24
optdepends=(
25
'python-krb5: Kerberos support'
26
'python-gssapi: Kerberos support'
27
'python-mcp>=2.2.0: MCP server'
28
)
29
provides=("$_name=$pkgver")
30
conflicts=("$_name")
31
source=("git+$url")
32
b2sums=('SKIP')
33
34
prepare() {
35
git -C "$_name" clean -dfx
36
}
37
38
pkgver() {
39
cd "$_name"
40
git describe --long --abbrev=7 | sed 's/v//;s/\([^-]*-g\)/r\1/;s/-/./g'
41
}
42
43
build() {
44
cd "$_name"
45
python -m build -wnx
46
}
47
48
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-24 01:41:16 | Low | 1 |