Package Details: python-rectangle-packer 2.1.0-4

Git Clone URL: https://aur.archlinux.org/python-rectangle-packer.git (read-only, click to copy)
Package Base: python-rectangle-packer
Description: Pack a set of rectangles into a bounding box with minimum area
Upstream URL: https://github.com/Penlect/rectangle-packer
Licenses: MIT
Conflicts: python-rectangle-packer
Provides: python-rectangle-packer
Submitter: tecnotercio
Maintainer: ryonia
Last Packager: ryonia
Votes: 1
Popularity: 0.000000
First Submitted: 2021-07-23 18:46 (UTC)
Last Updated: 2026-06-06 20:12 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

pitbuster commented on 2026-06-08 09:54 (UTC)

@ryonia, it works perfectly now, thanks!

ryonia commented on 2026-06-06 20:13 (UTC)

@pitbuster Damnit, I must have cython explicitly installed.

I've restored the makedepend, please try it again.

pitbuster commented on 2026-06-06 13:50 (UTC)

I am getting the following error

building 'rpack._core' extension
creating build/temp.linux-x86_64-cpython-314/rpack
creating build/temp.linux-x86_64-cpython-314/src
gcc -march=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -fPIC -Iinclude -I/usr/include/python3.14 -c rpack/_core.c -o build/temp.linux-x86_64-cpython-314/rpack/_core.o
cc1: fatal error: rpack/_core.c: No such file or directory
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1

ryonia commented on 2026-06-01 02:07 (UTC)

@dolphino And updated. Please feel free to use the "Flag package out-of-date" in the future, I'm sure that'll get the aur to poke me >.<

ryonia commented on 2026-05-31 22:42 (UTC)

@dolphino Sorry it's taken me so long to notice, I'll look into updating it shortly.

dolphino commented on 2026-02-28 14:58 (UTC)

Hello, would it be possible to update, 2.0.3 has been released in march 2025 and resolves python build inputs. The current version is 2.0.6

ryonia commented on 2025-02-02 06:09 (UTC)

Noting here that with the python updates the installer that comes with rectangle-packer won't work, due to removed functions (Issue: https://github.com/Penlect/rectangle-packer/issues/29)

The git version (https://aur.archlinux.org/packages/python-rectangle-packer-git) builds the project in an isolated environment with a python version that does have the functions. It's been recently updated and at the time of this message works.

I'll update this if and when the dev updates the project for the latest python version.

Violettica commented on 2023-07-21 06:50 (UTC)

Doesn't appear to build properly, Cython compiling runs into a type assignment issue.