blob: 0dd4619a4079c5ee1fc9816c8a5cda84e48c7d8d (
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
|
pkgbase = python-pyimg4
pkgdesc = A Python library/CLI tool for parsing Apple's Image4 format
pkgver = 0.8.6
pkgrel = 1
url = https://github.com/m1stadev/PyIMG4
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-remotezip
makedepends = git
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-poetry-dynamic-versioning
depends = python
depends = python-asn1
depends = python-click
depends = python-pycryptodome
depends = python-pylzss
depends = python-lzfse
depends = python-apple-compress
source = python-pyimg4-0.8.6::git+https://github.com/m1stadev/PyIMG4.git#tag=v0.8.6
sha256sums = 80176e7af3df19d8fe9814ed0fc2a02849a24adfbb89a522962cba86efdee9a9
pkgname = python-pyimg4
|