diff --git a/dev-python/pillow-11.3.0.PKGBUILD b/dev-python/pillow-11.3.0.PKGBUILD new file mode 100644 index 0000000..bc78254 --- /dev/null +++ b/dev-python/pillow-11.3.0.PKGBUILD @@ -0,0 +1,61 @@ +pkgname=pillow +pkgver=12.1.0 +pkgrel=2 +pkgdesc='Python Imaging Library (PIL) fork' +arch=(x86_64) +homepage='https://pillow.readthedocs.io' +license=(MIT-CMU) +depends=( + glibc + python + python-packaging + libtiff + libjpeg-turbo + zlib +) +makedepends=( + pybind11 + python-build + python-installer + python-wheel + python-setuptools + libwebp +) +sources=("${pkgname}-${pkgver}.tar.gz") +urls=("https://github.com/python-pillow/Pillow/archive/${pkgver}.tar.gz") +md5sums=("acf2299072e42bb6ea186967bffdcd3e") + +src_prepare() { + tar -xf ${distdir}/${sources[0]} --strip-components=1 +} + +src_build() { + cat >> setup.cfg <