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