blob: 07ea70040f6f3339b76eae05c1c777b1776de2d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-rectangle-packer
pkgdesc = Pack a set of rectangles into a bounding box with minimum area
pkgver = 2.0.2
pkgrel = 2
url = https://github.com/Penlect/rectangle-packer
arch = i686
arch = pentium4
arch = x86_64
license = MIT
makedepends = cython
makedepends = python-setuptools
depends = python
source = rectangle-packer-2.0.2.tar.gz::https://github.com/Penlect/rectangle-packer/archive/refs/tags/2.0.2.tar.gz
sha512sums = SKIP
pkgname = python-rectangle-packer
|