remove dev-python/Pillow

This commit is contained in:
Andreas Billmeier 2019-11-10 10:10:44 +01:00
parent 666ca0f0da
commit f061ad0e17
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 1 additions and 81 deletions

View File

@ -2,6 +2,7 @@
* bump simplisafe-python-5.1.0
* bump bimmer_connected-0.6.2
* add (older) haanna-0.12.3 for a test
* remove dev-python/Pillow, we use the one from the main repo
2019-11-09 again modules from dev tree
* bump abodepy-0.16.7

View File

@ -1,5 +0,0 @@
DIST Pillow-6.2.0.tar.gz 37368081 BLAKE2B 0cd5ecdd6dc3f9e3ca86d7e8689db50f8c4b310c2b640b70c6fa9420638fc2e7ed3836566cccf73af92166dc5c7085dfbe5434a9e880cfdf976eac14cd416373 SHA512 6eeb51d764c85a9b1f4eb0a59bbff41541852d5e2988c0e32b03acb56010b7d398f5761daaa56731bde278e52a551b44fab5b662988e096e8fd53e5d15d4e083
DIST Pillow-6.2.1.tar.gz 37673162 BLAKE2B abcfc41d1598e224c1f9800011dca06e704bca51f7132f9113da2f486fe355fe3274b2242bb946a93c55e47cd095966c2c0551eda529eacc25215bdcb8791914 SHA512 757bfdab2ba418195e96e696d2d111de3b38b6bafe4f6f94012f024f59c9bc8542fdab54f643eaf7b2867a9214db806e72eecbdd636bfceb55b47d3164f643ec
EBUILD Pillow-6.2.0.ebuild 685 BLAKE2B 10cc6845e913fcff3c3121ee1146cf56bb0a9a6eff1eac61a97b7bf3bc4d91fdb79f1589695d91de6bd7ad3789a0369559148f73afe21372f1637ab3c0f63067 SHA512 3f47d759b9eaa641d7516236ab3d6e2ecf890d8f822c728ec22c468843a1cf12d87b3c9b726eb319e8a714208ed03add37c9e2863b64066f704666d5b5c14728
EBUILD Pillow-6.2.1.ebuild 685 BLAKE2B 10cc6845e913fcff3c3121ee1146cf56bb0a9a6eff1eac61a97b7bf3bc4d91fdb79f1589695d91de6bd7ad3789a0369559148f73afe21372f1637ab3c0f63067 SHA512 3f47d759b9eaa641d7516236ab3d6e2ecf890d8f822c728ec22c468843a1cf12d87b3c9b726eb319e8a714208ed03add37c9e2863b64066f704666d5b5c14728
MISC metadata.xml 478 BLAKE2B 8dba35b7a79c444f7b41257de89eeb0c21b8275709b338ca7c47624d636fbc76418749dc98027ae47007787dd3a2f3c3aff831835377d26f83b3e24f2c8cc87b SHA512 51e24522a82a50185d4e6bd7a48383a4673373e0287c908c08659051e9f7552c8b1cf93a1b54dac09cd39c227d809366a5d5fe38f7f987630d7f1671ee80e208

View File

@ -1,30 +0,0 @@
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
# Distributed under the terms of the GNU General Public License v3.0
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python Imaging Library (Fork)"
HOMEPAGE="http://python-pillow.org https://pypi.org/project/Pillow/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,30 +0,0 @@
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
# Distributed under the terms of the GNU General Public License v3.0
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python Imaging Library (Fork)"
HOMEPAGE="http://python-pillow.org https://pypi.org/project/Pillow/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,16 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">Pillow</remote-id>
<maintainer status="unknown">
<email>aclark@python-pillow.org</email>
<name>Alex Clark (PIL Fork Author)</name>
</maintainer>
</upstream>
</pkgmetadata>