diff options
author | 2016-04-23 10:57:06 +0200 | |
---|---|---|
committer | 2016-04-23 10:58:00 +0200 | |
commit | 6be74ef0727b2057143eeeaaf2248c501a43e2ec (patch) | |
tree | c7ca3935edf6e26b5617ffbfe32a68355e56f537 /dev-python/imagesize/imagesize-0.7.1.ebuild | |
parent | dev-python/sphinx: remove old versions (diff) | |
download | gentoo-6be74ef0727b2057143eeeaaf2248c501a43e2ec.tar.gz gentoo-6be74ef0727b2057143eeeaaf2248c501a43e2ec.tar.bz2 gentoo-6be74ef0727b2057143eeeaaf2248c501a43e2ec.zip |
dev-python/imagesize: initial version 0.7.1 (for sphinx-1.4+)
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/imagesize/imagesize-0.7.1.ebuild')
-rw-r--r-- | dev-python/imagesize/imagesize-0.7.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild new file mode 100644 index 000000000000..903b3e059e2a --- /dev/null +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) + +inherit distutils-r1 + +DESCRIPTION="Getting image size from png/jpeg/jpeg2000/gif file" +HOMEPAGE="https://github.com/shibukawa/imagesize_py" +SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abec07209a58308831c9f292504e826/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools" +RDEPEND="" |