summaryrefslogtreecommitdiff
path: root/dev-python/pypng
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pypng
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pypng')
-rw-r--r--dev-python/pypng/Manifest3
-rw-r--r--dev-python/pypng/metadata.xml22
-rw-r--r--dev-python/pypng/pypng-0.0.18.ebuild19
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/pypng/Manifest b/dev-python/pypng/Manifest
deleted file mode 100644
index c4c46c5fe5fe..000000000000
--- a/dev-python/pypng/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST pypng-0.0.18.tar.gz 377942 BLAKE2B e27540cabc4b872af5779a128b3213745ff173fd4c0c94ef7b7e9868b84a58beaca40e0ec6c5886a6a6f8652118bd792a0b61275920e1991cafb1568af8a5312 SHA512 3e44b0c86c3ff042c7e4bf03e82281c6807c4eae432c45b9bf4bf9fc844e24031a17245410e9060e6912ef77a30b9ea956422a3d9aac4331e7e81323da632e47
-EBUILD pypng-0.0.18.ebuild 446 BLAKE2B 2bedbcc993176cdd21b305951f3992867ea85dd8ca52c43c024978510c6d4fe762ea13cc45a5369b8d45388d374ba80bbd576ee3bfb5921acda1ab5e8ad7e8b8 SHA512 f61ccfe630b0343b10b9edb1f73fbe4ba6d75282fb59c1c6cd2cc3fc125eb3d5c51ff8636865b59472f2ea1e52aff8567ae0423a1bc3073ea258c3e69b2957b6
-MISC metadata.xml 640 BLAKE2B ac4ad29886e66226f2947fb26a8778d0b2cc8641a7e9b5d250eca4fc3757f7cd92745ecc095fe7b456c2c3846f75e17cd729f6247690e38e760fabe56a3df38f SHA512 04ff397dd9d70ec906ed9181c7345f297cbfb7a00739519d150f2bdfdcfe5f1a6406d16cecd09dee95bed5e06d8443eb62b04e63496a265bd02c2acd91d04e94
diff --git a/dev-python/pypng/metadata.xml b/dev-python/pypng/metadata.xml
deleted file mode 100644
index 87f8766a65f1..000000000000
--- a/dev-python/pypng/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>dolsen@gentoo.org</email>
- </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>
- <remote-id type="github">drj11/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
deleted file mode 100644
index 1b1d8bf9d09e..000000000000
--- a/dev-python/pypng/pypng-0.0.18.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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/drj11/pypng https://pypi.org/project/pypng/"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"