summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4b90287b580d45fe361d56f9a75a47e22da30ba8 (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
pkgbase = python-pymunk
	pkgdesc = Pymunk (built on top of Chipmunk2D) is an easy-to-use pythonic 2D physics library that can be used whenever you need 2D rigid body physics from Python.
	pkgver = 6.9.0
	pkgrel = 1
	url = http://www.pymunk.org/
	arch = x86_64
	license = MIT
	makedepends = python-setuptools
	makedepends = python-wheel
	makedepends = python-cffi>=1.17.1
	makedepends = gcc
	depends = python>=3.8
	depends = python-cffi>=1.17.1
	optdepends = python-pyglet<2.0.0
	optdepends = python-pygame
	optdepends = python-sphinx
	optdepends = python-aafigure
	optdepends = python-wheel
	optdepends = python-matplotlib
	optdepends = python-numpy
	optdepends = python-sphinx-autodoc-typehints
	source = https://files.pythonhosted.org/packages/source/p/pymunk/pymunk-6.9.0.tar.gz
	sha256sums = 765f7c561a859a1b565bc517a47cc3992d6258e860f9174c533033c218af63c3

pkgname = python-pymunk