python-ampy-git
MEDIUM
maintainer uffe
3 votes
scanned 2026-09-27 13:18:29.354985
Why flagged
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
Triggered rules
Medium
Recently orphaned & re-adopted
orphaned_readopted
This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.
PKGBUILD
1
# Maintainer: Emanuele 'Lele aka eldios' Calo' <lele@sshadm.in>
2
# Contributor: Emanuele 'Lele aka eldios' Calo' <lele@sshadm.in>
3
4
pkgname='python-ampy-git'
5
pkgver=0
6
pkgrel=5
7
pkgdesc="ESP8266 FS management tool provided by Adafruit"
8
url="https://github.com/adafruit/ampy"
9
arch=('any')
10
license=('GPL')
11
depends=('python' 'python-click' 'python-pyserial')
12
makedepends=('python-setuptools')
13
provides=('python-ampy' 'ampy')
14
source=("${pkgname}::git+https://github.com/adafruit/ampy")
15
sha512sums=('SKIP')
16
17
package() {
18
cd "${srcdir}/${pkgname}"
19
python setup.py install --root="$pkgdir/"
20
}
21
22
# vim:set ts=2 sw=2 et:
23
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |