summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2016-08-30 17:05:24 -0700
committerBrian Dolbec <dolsen@gentoo.org>2016-08-30 18:17:40 -0700
commit7466e8c64760fcdd0d836a39c17ca63fce1d5e87 (patch)
treec7ab251248c999567ebe1c66dd36cf64032343b5 /dev-python/pypng/pypng-0.0.18.ebuild
parentdev-python/pynacl: New pkg, new dep of dev-python/autobahn-0.16.0 (diff)
downloadgentoo-7466e8c64760fcdd0d836a39c17ca63fce1d5e87.tar.gz
gentoo-7466e8c64760fcdd0d836a39c17ca63fce1d5e87.tar.bz2
gentoo-7466e8c64760fcdd0d836a39c17ca63fce1d5e87.zip
dev-python/pypng: New pkg, dep of dev-python/pyqrcode
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/pypng/pypng-0.0.18.ebuild')
-rw-r--r--dev-python/pypng/pypng-0.0.18.ebuild20
1 files changed, 20 insertions, 0 deletions
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}"