blob: ddea56f3a3d0c5225171d09bc6b75357c627fbc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-apngasm-python
pkgdesc = A nanobind python API for apngasm, a tool/library for APNG assembly & disassembly with compression support.
pkgver = 1.3.2
pkgrel = 1
url = https://github.com/laggykiller/apngasm-python
arch = any
license = LGPL
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
optdepends = python-pillow: allow pillow related functions
optdepends = python-numpy: allow pillow and numpy related functions
source = https://files.pythonhosted.org/packages/source/a/apngasm_python/apngasm_python-1.3.2.tar.gz
sha256sums = d45fcad4e6f6a2fb6c5e6e689b87bf2c8fe56b63c37efe65b3bd3e134dfab95d
pkgname = python-apngasm-python
|