summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/pillow: arm stable wrt bug #667500Mikle Kolyada2018-12-091-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/pillow-5.2.0: ppc64 stable, bug 667500Matt Turner2018-10-071-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/pillow-5.2.0: ppc stable, bug 667500Matt Turner2018-10-071-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python/pillow: x86 stable (bug #667500)Thomas Deutschmann2018-10-051-1/+1
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/pillow: remove oldVirgil Dupras2018-10-016-256/+0
| | | | | Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-python/pillow: stabilize 5.2.0 on amd64Virgil Dupras2018-10-011-1/+1
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
* dev-python/pillow: re-add python 3.4 supportVirgil Dupras2018-10-011-2/+2
| | | | | | | Dropping it was a bad idea. Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
* dev-python/pillow: bump to 5.3.0Virgil Dupras2018-10-012-0/+95
| | | | | Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
* dev-python/pillow: re-support pypyVirgil Dupras2018-09-073-14/+18
| | | | | | | | | | | | | | | | | | | pypy support had been dropped in pillow 4.3 ebuild and is being re-introduced now. Tests pass. This required a little bit of library path fiddling in setup.py, the root cause of it being that `sysconfig.get_config_var('prefix')` under pypy doesn't return the same thing as with CPython. This fiddling was required if we wanted to keep the --disable-platform-guessing flag. I tried not to break the fix that was done in bug 661830. I've tried pypy3, but not all tests passed. I didn't investigate further (I'm just trying to return to pre-4.3 levels so that we can stabilize) Bug: https://bugs.gentoo.org/661830 Closes: https://bugs.gentoo.org/608620 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* dev-python/pillow: keyworded 5.2.0 for ppc, bug #659320Sergei Trofimovich2018-08-251-1/+1
| | | | | Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc"
* dev-python/pillow: Add ~arm keyword wrt bug #659320Mikle Kolyada2018-08-091-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pillow: keyworded 5.2.0 for ppc64, bug #659320Sergei Trofimovich2018-08-051-1/+1
| | | | | | Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.44, Repoman-2.3.10 RepoMan-Options: --include-arches="ppc64"
* dev-python/pillow: add qt5 USE flagVirgil Dupras2018-08-042-0/+136
| | | | | | | | | | | Pillow has a Qt compatibility layer that is enabled depending on whether PyQt is installed or not. Letting this happen can lead to unexpected problems, so we add support for the qt5 flag to explicitly enable Qt support. When the flag is disabled, we forcibly disable Qt support through patching. Bug: https://bugs.gentoo.org/662236 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/pillow: fix incompatibility with pytest-relaxedVirgil Dupras2018-07-311-1/+2
| | | | | | When installed, pytest-relaxed would make our tests fail. Disable it. Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/pillow: EAPI 7Virgil Dupras2018-07-311-1/+1
| | | | Package-Manager: Portage-2.3.44, Repoman-2.3.10
* dev-python/pillow: fix link warningsVirgil Dupras2018-07-262-0/+16
| | | | | | | | | Apply patch to remove spurious /usr/lib prepend to linking flags that generates linking warnings in certain situations. Reported-By: Alexander Tsoy Closes: https://bugs.gentoo.org/661830 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/pillow: Add support for Python 3.7Virgil Dupras2018-07-262-2/+15
| | | | | | | | * Remove spurious eutils inherit * Add myself as primary maintainer Closes: https://bugs.gentoo.org/661616 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/pillow: fix broken build processVirgil Dupras2018-07-202-8/+10
| | | | | | | | | | | | | In 4.3.0 and 5.2.0, we had a broken way of passing flags to Pillow's build script. Flags would be passed fine in the compile phase, but would not be passed at all at the install phase, whichwas the equivalent of not sending flags at all. I'm committing straight to stable to 4.3.0-r2 because the build process is broken. Closes: https://bugs.gentoo.org/661308 Package-Manager: Portage-2.3.43, Repoman-2.3.10
* dev-python/pillow: amd64 stable wrt bug #660548Mikle Kolyada2018-07-161-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pillow: fix test dependenciesVirgil Dupras2018-07-112-2/+8
| | | | | | | | Some tests require imagemagick to be installed but, more importantly, installed with the png USE flag. When imagemagick was installed without the png use flag, those tests would run and fail. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pillow: fix test dependenciesVirgil Dupras2018-07-031-1/+1
| | | | | | | I forgot to change the nose dependency to pytest in my eralier commit. oops. Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pillow: bump to v5.2.0Virgil Dupras2018-07-032-0/+85
| | | | | | | | | | * Drop python 3.4 * Use pytest instead of nose * No need to remove Script/* anymore: upstream removed them * No need for --disable-raqm anymore: it's dynamically linked now * Fix examples install Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pillow: fix dependenciesVirgil Dupras2018-07-031-1/+1
| | | | | | | media-libs/tiff was missing the zlib USE flag. Closes: https://bugs.gentoo.org/626152 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pillow: make all tests pass on 4.3.0Virgil Dupras2018-06-282-9/+15
| | | | | Closes: https://bugs.gentoo.org/593816 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/pillow: exclude flaky testsVirgil Dupras2018-06-281-1/+9
| | | | | Closes: https://bugs.gentoo.org/593816 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* dev-python/pillow: restore patch to remove scripts installMike Gilbert2018-06-272-0/+16
| | | | | Closes: https://bugs.gentoo.org/562682 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* dev-python/pillow: restore jpeg USE flagMike Gilbert2018-06-271-15/+18
| | | | | | | | Also wire-up the compile phase correctly instead of abusing mydistutilsargs. Closes: https://bugs.gentoo.org/632418 Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-261-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-191-1/+1
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/pillow: pass configuration options correctly.Benda Xu2018-04-131-3/+4
| | | | | | | distutils-r1_src_compile does not take arguments. All arguments have to be passed via mydistutilsargs. Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-python/pillow: added ~arm64 keywordRoy Bamford2018-03-311-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/7754 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-python/pillow: Clean old upMichał Górny2018-01-062-83/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-3/+3
|
* dev-python/pillow: BumpPatrick Lauer2017-10-222-0/+83
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* dev-python/pillow: jpeg dependency is unconditional #632418Patrick Lauer2017-10-223-89/+4
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* dev-python/pillow: remove unused patches.Michael Mair-Keimberger (asterix)2017-08-293-138/+0
|
* dev-python/pillow: olefile has to be installed unconditionnallySébastien Fabbro2017-07-211-0/+83
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/pillow: major version bump with new features.Sébastien Fabbro2017-07-113-2/+87
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/pillow: keyword ~arm64Alexis Ballier2017-06-251-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/pillow: PYTHON_COMPAT: add python3_6Zac Medico2017-02-151-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pillow: remove oldMike Gilbert2016-12-315-379/+0
| | | | Package-Manager: Portage-2.3.3_p12, Repoman-2.3.1_p5
* dev-python/pillow: ia64 stable wrt bug #599610Agostino Sarubbo2016-11-281-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pillow: sparc stable wrt bug #599610Agostino Sarubbo2016-11-281-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pillow: don't install example scripts in /usr/binMike Gilbert2016-11-272-0/+16
| | | | | | | | | We already install them in /usr/share/doc/${PF}/examples. This resolves a file collision with dev-python/cgkit. Bug: https://bugs.gentoo.org/600694 Package-Manager: portage-2.3.2_p11
* dev-python/pillow: ppc stable wrt bug #599610Agostino Sarubbo2016-11-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pillow: arm stable wrt bug #599610Agostino Sarubbo2016-11-271-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pillow-3.4.2-r0: stable on alphaTobias Klausmann2016-11-231-1/+1
| | | | Gentoo-Bug: 599610
* dev-python/pillow: Stable for HPPA PPC64 (bug #599610).Jeroen Roovers2016-11-191-1/+1
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches
* dev-python/pillow: x86 stable wrt bug #599610Agostino Sarubbo2016-11-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>