mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
psd-tools: cleanup
This commit is contained in:
parent
1d70e2d87d
commit
e90dadb789
1 changed files with 4 additions and 8 deletions
|
|
@ -7,24 +7,20 @@ PYTHON_COMPAT=( python3_{6,7,8} )
|
|||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="package for working with Adobe Photoshop PSD files"
|
||||
DESCRIPTION="Package for working with Adobe Photoshop PSD files"
|
||||
HOMEPAGE="https://pypi.org/project/psd-tools/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#wip, skikit-image is not ready
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/docopt[${PYTHON_USEDEP}]
|
||||
RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/attrs[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/aggdraw[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
sci-libs/scipy[${PYTHON_USEDEP}]
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
sci-libs/scikits_image[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue