add colorthief-0.2.1

This commit is contained in:
Andreas Billmeier 2020-10-27 23:05:53 +01:00 committed by Andreas Billmeier
parent a030381f79
commit 6e2bf57223
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 49 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* bump simplisafe-python-9.6.0
* bump pysqueezebox-0.5.4
* bump fritzconnection-1.3.4
* add colorthief-0.2.1
2020-10-26 homeassistant-0.117.0_beta5
* bump pyEight-0.1.5

View File

@ -0,0 +1,3 @@
DIST colorthief-0.2.1.tar.gz 6164 BLAKE2B 7d05951c5ee6b2ab39aa882f871e5e49cf416f134aa696243e0800d1d7f41fbcb96b32374a2a72bdef3a0e01f9d0987b5789658abd1a6b56ed01a75d888d596b SHA512 33d8f048d6e0fb4b6f3b5a6d7fd53ec8156e1ab4b2fe9c8252d49954929a3046547536ae7cb6d7752c43fd2974b36acffabcc61d733ad462a2504ead36c99da7
EBUILD colorthief-0.2.1.ebuild 724 BLAKE2B d2db5bf9abd57f296515eb645c94cf7ca2dad11964a2d127fd97a332266e12e960862ebfa5fd838d0d8e9ad628020f990224f5911fe2e5f4f74c268ee7abb0a4 SHA512 c8a09d80c44f2cc87ff28d800eacfda9fa3c08897ac445d70a109934457fcc96bf28b45c403872be93e8ef516dec75251834d2d92dafb8895ffe56c7ce9254ff
MISC metadata.xml 451 BLAKE2B 46b2c51a739edc6d03d4c243ba28521bc3500473695ecffbd9d64a44d7e76edb2fa760633bc2bbd297ea2af3e6ee025b4dc784aa48222e0ade4076b14c15e627 SHA512 40133b6094464aab8d44937840f4d930233e6cabc73ff4aea20b603adb75592bb2eecbf0279ef8035419df96c7f395dc827a7281ed5224e835fd9fc814faf0c6

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..8} )
inherit distutils-r1
DESCRIPTION="A module for grabbing the color palette from an image."
HOMEPAGE="https://github.com/fengsp/color-thief-py https://pypi.org/project/colorthief/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"
BDEPEND="
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

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">colorthief</remote-id>
<maintainer status="unknown">
<email>fsp261@gmail.com</email>
<name>Shipeng Feng</name>
</maintainer>
</upstream>
</pkgmetadata>