dev-python/pillow - 12.1.1 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/pillow-12.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/pillow-12.1.1

Or alternatively:

emerge --autounmask-write -a =dev-python/pillow-12.1.1

Package Information

Description:
Python Imaging Library (fork)
Homepage:
https://pypi.org/project/pillow/
License:
HPND

Ebuild Details

Version EAPI Keywords Slot
12.1.1 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )

DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

PYPI_PN="Pillow"
PYPI_NO_NORMALIZE=1

DESCRIPTION="Python Imaging Library (fork)"
HOMEPAGE="https://pypi.org/project/${PN}/"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
"
BDEPEND="
    >=dev-python/setuptools-68.0[${PYTHON_USEDEP}]
    test? (
        dev-python/pytest[${PYTHON_USEDEP}]
        dev-python/pytest-cov[${PYTHON_USEDEP}]
        dev-python/pytest-timeout[${PYTHON_USEDEP}]
        dev-python/pytest-xdist[${PYTHON_USEDEP}]
        dev-python/defusedxml[${PYTHON_USEDEP}]
        dev-python/markdown2[${PYTHON_USEDEP}]
        dev-python/olefile[${PYTHON_USEDEP}]
        dev-python/packaging[${PYTHON_USEDEP}]
        dev-python/pyroma[${PYTHON_USEDEP}]
        dev-python/trove-classifiers[${PYTHON_USEDEP}]
        dev-python/arro3-compute[${PYTHON_USEDEP}]
        dev-python/arro3-core[${PYTHON_USEDEP}]
        dev-python/nanoarrow[${PYTHON_USEDEP}]
        dev-python/pyarrow[${PYTHON_USEDEP}]
    )
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/pillow | euse -E <flag> -p dev-python/pillow | euse -D <flag> -p dev-python/pillow

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND


    
    
    

BDEPEND

    >=dev-python/setuptools-68.0[]
    test? (
        dev-python/pytest[]
        dev-python/pytest-cov[]
        dev-python/pytest-timeout[]
        dev-python/pytest-xdist[]
        dev-python/defusedxml[]
        dev-python/markdown2[]
        dev-python/olefile[]
        dev-python/packaging[]
        dev-python/pyroma[]
        dev-python/trove-classifiers[]
        dev-python/arro3-compute[]
        dev-python/arro3-core[]
        dev-python/nanoarrow[]
        dev-python/pyarrow[]
    )