mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pypng: New pkg, dep of dev-python/pyqrcode
Package-Manager: portage-2.3.0
This commit is contained in:
1
dev-python/pypng/Manifest
Normal file
1
dev-python/pypng/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pypng-0.0.18.tar.gz 377942 SHA256 985a1306319e3187e2cb3dabec95a7a0f0f281ae2e1fec04289bed520fecd932 SHA512 3e44b0c86c3ff042c7e4bf03e82281c6807c4eae432c45b9bf4bf9fc844e24031a17245410e9060e6912ef77a30b9ea956422a3d9aac4331e7e81323da632e47 WHIRLPOOL bd01ef51cf85bfd5374543d71a7c437f3dac7e2e1f450065ad547e98eb666a0e11ce714acfae74f36407304d5b10d9e382e2e51f4ee632bd910e8f55db2c3b47
|
||||
22
dev-python/pypng/metadata.xml
Normal file
22
dev-python/pypng/metadata.xml
Normal file
@@ -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>
|
||||
20
dev-python/pypng/pypng-0.0.18.ebuild
Normal file
20
dev-python/pypng/pypng-0.0.18.ebuild
Normal file
@@ -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}"
|
||||
Reference in New Issue
Block a user