python-ebcdic

MEDIUM
maintainer RubenKelevra 1 votes scanned 2026-09-06 13:11:32.219503
View on AUR
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
4pkgname="python-${_pkgname}"
5pkgver=1.1.1
6pkgrel=1
7pkgdesc="Additional EBCDIC codecs"
8arch=("any")
9url="https://pypi.org/project/${_pkgname}"
10license=('BSD-2-Clause-first-lines')
11depends=("python")
12makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
13source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/roskakori/CodecMapper/archive/refs/tags/v${pkgver}.tar.gz")
14sha256sums=('7a1a77fdc7e87924e42826087bd9c0c4b48b779156c10cabc94eec237739c818')
15
16build() {
17 cd "CodecMapper-${pkgver}/${_pkgname}"
18 python -m build --wheel --no-isolation
19}
20
21package() {
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)SeverityRules
2026-09-06 13:11:32 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion