Package Details: pyprime 2.0-3

Git Clone URL: https://aur.archlinux.org/pyprime.git (read-only, click to copy)
Package Base: pyprime
Description: CPU and RAM benchmark
Upstream URL: https://github.com/mbntr/PYPrime-2.x
Keywords: benchmark benchmarking cpu ram
Licenses: MIT
Submitter: tarball
Maintainer: tarball
Last Packager: tarball
Votes: 0
Popularity: 0.000000
First Submitted: 2025-08-07 22:30 (UTC)
Last Updated: 2026-01-10 18:35 (UTC)

Latest Comments

tarball commented on 2026-01-01 19:44 (UTC)

Looks like the latest cython update broke it. I'll try to fix it in a day or two.

jholmer commented on 2026-01-01 19:32 (UTC)

Package seems to fail to build.

Error compiling Cython file:
------------------------------------------------------------
...

cdef print_status(int loop, ull start_time):

    end_time = time.perf_counter()

    print(f"|{'█'* (loop * 2) + ' '* (18 - loop * 2)}| step {loop} --- {round((end_time - start_time), 3))} s", end="\r")
                                                                                                                         ^
------------------------------------------------------------
PYPrime.pyx:77:121: Unclosed string literal