mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
psd-tools-1.9.13.ebuild
This commit is contained in:
parent
493ddbfcfb
commit
d5f004371f
2 changed files with 27 additions and 0 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST psd-tools-1.9.13.tar.gz 121394 BLAKE2B 58ad534b0454b7a7cefc77872304623c824d49d0bbd8a2deae67f97a631c116e2770a19234842c68fcd3557df6c731e9f66e0763906dcaeeb8c2be242d358db2 SHA512 be9d79a1d262920be6777ea7078df1ad268a490815e94a6aaf12ff91d1a882d3824525c54eab4e90d6aedc4276415567f2b491715c04ad9012397fb51191eaf4
|
||||
DIST psd-tools-1.9.9.tar.gz 121138 BLAKE2B 5618141a1f339e7b7da2907a60f4ad1707acc102c19e2c12d183bb0578c8905307a2d2e5bb6263ea4714913c79a4180b93418c0d027c9c3d348b499239ddb98a SHA512 5266971650b94cf7007c7898bc2c2f3c12d3847bbca2cc32ebd415aeded8105a50c12fb627756b1895c4e658a91d88988e716a84178d01abc34344990f63a86b
|
||||
|
|
|
|||
26
dev-python/psd-tools/psd-tools-1.9.13.ebuild
Normal file
26
dev-python/psd-tools/psd-tools-1.9.13.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
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"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
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}"
|
||||
Loading…
Reference in a new issue