blob: 7736730e7432049e414ff33ab91f0e5bd838f998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
pkgbase = python-pymunk
pkgdesc = Pymunk is a easy-to-use pythonic 2D physics library.
pkgver = 7.3.0
pkgrel = 1
url = https://github.com/viblo/pymunk
arch = any
license = MIT
checkdepends = python-pyglet
checkdepends = python-pygame
checkdepends = python-pillow
checkdepends = python-matplotlib
checkdepends = python-numpy
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = cmake
makedepends = gcc
depends = python
depends = python-cffi
optdepends = python-pyglet
optdepends = python-pygame
optdepends = python-matplotlib
source = https://github.com/viblo/pymunk/archive/refs/tags/7.3.0.tar.gz
source = https://github.com/viblo/Munk2D/archive/refs/tags/2.0.1.tar.gz
sha256sums = a9a1a2fba430356e39e69a56219a7e26b8bd41ecc323ef0c4ec9090df0cfbc60
sha256sums = 622fd376e95d3adf49ff8681081ec6b4cc6b082649164633ae4ce7b86c9cce93
pkgname = python-pymunk
|