python-compressed-rtf

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=compressed-rtf
4_pipname="${_pkgname//-/_}"
5pkgname="python-${_pkgname}"
6pkgver=1.0.7
7pkgrel=1
8pkgdesc="Compressed Rich Text Format (RTF) compression and decompression package"
9arch=("any")
10url="https://github.com/delimitry/${_pipname}"
11license=('MIT')
12depends=("python")
13makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
14source=("${_pkgname}-${pkgver}.tar.gz::https://files.pythonhosted.org/packages/source/${_pipname::1}/${_pipname}/${_pipname}-${pkgver}.tar.gz")
15sha256sums=('7c30859334839f3cdc7d10796af5b434bb326b9df7cb5a65e95a8eacb2951b0e')
16
17build() {
18 cd "${_pipname}-${pkgver}"
19 rm pyproject.toml
20 python -m build --wheel --no-isolation
21}
22
23package() {
24 cd "${_pipname}-${pkgver}"
25 python -m installer --destdir="${pkgdir}" dist/*.whl
26}
27

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