diff options
-rw-r--r-- | dev-python/pypng/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pypng/metadata.xml | 22 | ||||
-rw-r--r-- | dev-python/pypng/pypng-0.0.18.ebuild | 20 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/pypng/Manifest b/dev-python/pypng/Manifest new file mode 100644 index 000000000000..6cbc684488af --- /dev/null +++ b/dev-python/pypng/Manifest @@ -0,0 +1 @@ +DIST pypng-0.0.18.tar.gz 377942 SHA256 985a1306319e3187e2cb3dabec95a7a0f0f281ae2e1fec04289bed520fecd932 SHA512 3e44b0c86c3ff042c7e4bf03e82281c6807c4eae432c45b9bf4bf9fc844e24031a17245410e9060e6912ef77a30b9ea956422a3d9aac4331e7e81323da632e47 WHIRLPOOL bd01ef51cf85bfd5374543d71a7c437f3dac7e2e1f450065ad547e98eb666a0e11ce714acfae74f36407304d5b10d9e382e2e51f4ee632bd910e8f55db2c3b47 diff --git a/dev-python/pypng/metadata.xml b/dev-python/pypng/metadata.xml new file mode 100644 index 000000000000..f3894ec4398e --- /dev/null +++ b/dev-python/pypng/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>dol-sen@gentoo.org</email> + <description>Primary maintainer</description> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <maintainer> + <email>drj@pobox.com</email> + <name>David Jones</name> + </maintainer> + <remote-id type="pypi">pypng</remote-id> + </upstream> + <longdescription> + PyPNG allows PNG image files to be read and written using pure Python. + </longdescription> +</pkgmetadata> diff --git a/dev-python/pypng/pypng-0.0.18.ebuild b/dev-python/pypng/pypng-0.0.18.ebuild new file mode 100644 index 000000000000..cb4308817081 --- /dev/null +++ b/dev-python/pypng/pypng-0.0.18.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5}) + +inherit distutils-r1 + +DESCRIPTION="Pure Python PNG image encoder/decoder" +HOMEPAGE="https://github.com/drj11/pypng https://pypi.python.org/pypi/pypng" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" |