Added purepng-0.2.0.
This commit is contained in:
parent
ad2b1561d7
commit
1d10d98ae9
3
dev-python/purepng/Manifest
Normal file
3
dev-python/purepng/Manifest
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
DIST purepng-0.2.0.tar.gz 149546 BLAKE2B 40852a87bf494db95756eef79c88db6def0171d52ef7464cd0c348e3fcd8539da68cba9b859ec6a9c83e3798b9a9d29b26ec89315b332b277d6a31ae3390bf28 SHA512 7c3e22b15b89e51f314877391142ca9512593e7dda13c618f511339a010d585b5676fed325484d7679264d26eb6de951684da6af9381e28a4de2b965611affbd
|
||||||
|
EBUILD purepng-0.2.0.ebuild 449 BLAKE2B 333e48211b31741838008ae807d387bb132b2454616a7443e0bb3ea8c056426dd108723aed18074d94e70cc9d5d1f4ea093e25ad543d9817de2ad048fed76266 SHA512 83d42daf33eedbd8420947b93b9ae94de231d23ed62f350b3788c6075c4fc343a1846362fc4ccbf16a75a4fc36efdd342cef3a7a0f62700ef8bf8487828512bc
|
||||||
|
MISC metadata.xml 364 BLAKE2B f2cf240d25566d072c689e46879640d045f33ae3de437fd3929f6f8736cb44c21344757fc0b6f571ad069dbd61e6bd39e9aa82317b6747cef241620497b079fd SHA512 a55cb7a5b25b5b80b356849eadb9af166c02ab22ec0e93f3569b9e160853de87a9ab407ae49e5f3aca8f6631a42eaa8ec05226c41627393c530c8b9ee9903fc9
|
11
dev-python/purepng/metadata.xml
Normal file
11
dev-python/purepng/metadata.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="pypi">purepng</remote-id>
|
||||||
|
<remote-id type="github">Scondo/purepng</remote-id>
|
||||||
|
</upstream>
|
||||||
|
<longdescription>
|
||||||
|
PurePNG is pure-Python package for reading and writing PNG.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
19
dev-python/purepng/purepng-0.2.0.ebuild
Normal file
19
dev-python/purepng/purepng-0.2.0.ebuild
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Copyright 1999-2017 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
PYTHON_COMPAT=( python2_7 python3_{4,5,6})
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
DESCRIPTION="Pure Python PNG image encoder/decoder"
|
||||||
|
HOMEPAGE="https://github.com/Scondo/purepng https://purepng.readthedocs.io/"
|
||||||
|
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 arm x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND=""
|
||||||
|
RDEPEND="${DEPEND}"
|
Loading…
Reference in a new issue