From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-899165-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74189138330 for <garchives@archives.gentoo.org>; Wed, 31 Aug 2016 01:18:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D425E0B3D; Wed, 31 Aug 2016 01:18:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9249E0B3D for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2016 01:18:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 363AC34087E for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2016 01:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DDB82473 for <gentoo-commits@lists.gentoo.org>; Wed, 31 Aug 2016 01:18:28 +0000 (UTC) From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" <dolsen@gentoo.org> Message-ID: <1472606260.7466e8c64760fcdd0d836a39c17ca63fce1d5e87.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypng/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypng/Manifest dev-python/pypng/metadata.xml dev-python/pypng/pypng-0.0.18.ebuild X-VCS-Directories: dev-python/pypng/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7466e8c64760fcdd0d836a39c17ca63fce1d5e87 X-VCS-Branch: master Date: Wed, 31 Aug 2016 01:18:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ef42b31-7e1f-4d0e-ad08-00c35c28d73c X-Archives-Hash: ec1853c73e4af37fc0fe75014a7e16cc commit: 7466e8c64760fcdd0d836a39c17ca63fce1d5e87 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Wed Aug 31 00:05:24 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 01:17:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7466e8c6 dev-python/pypng: New pkg, dep of dev-python/pyqrcode Package-Manager: portage-2.3.0 dev-python/pypng/Manifest | 1 + dev-python/pypng/metadata.xml | 22 ++++++++++++++++++++++ dev-python/pypng/pypng-0.0.18.ebuild | 20 ++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-python/pypng/Manifest b/dev-python/pypng/Manifest new file mode 100644 index 00000000..6cbc684 --- /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 00000000..f3894ec --- /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 00000000..cb43088 --- /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}"