python-ebcdic
MEDIUM
maintainer RubenKelevra
1 votes
scanned 2026-09-06 13:11:32.219503
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: devome <evinedeng@hotmail.com>
2
3
_pkgname=ebcdic
4
pkgname="python-${_pkgname}"
5
pkgver=1.1.1
6
pkgrel=1
7
pkgdesc="Additional EBCDIC codecs"
8
arch=("any")
9
url="https://pypi.org/project/${_pkgname}"
10
license=('BSD-2-Clause-first-lines')
11
depends=("python")
12
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
13
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/roskakori/CodecMapper/archive/refs/tags/v${pkgver}.tar.gz")
14
sha256sums=('7a1a77fdc7e87924e42826087bd9c0c4b48b779156c10cabc94eec237739c818')
15
16
build() {
17
cd "CodecMapper-${pkgver}/${_pkgname}"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
22
cd "CodecMapper-${pkgver}/${_pkgname}"
23
python -m installer --destdir="${pkgdir}" dist/*.whl
24
install -Dm644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-06 13:11:32 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |