summaryrefslogtreecommitdiff
path: root/dev-python/pgpdump
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-python/pgpdump
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pgpdump')
-rw-r--r--dev-python/pgpdump/Manifest3
-rw-r--r--dev-python/pgpdump/metadata.xml12
-rw-r--r--dev-python/pgpdump/pgpdump-1.5.ebuild17
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/pgpdump/Manifest b/dev-python/pgpdump/Manifest
new file mode 100644
index 000000000000..ec342736eceb
--- /dev/null
+++ b/dev-python/pgpdump/Manifest
@@ -0,0 +1,3 @@
+DIST pgpdump-1.5.tar.gz 69446 BLAKE2B cdca875f3d827d8c1a35164465c158fb211677457c29924a6bf1cc7d901c1e732ebbe57edc819ddac0ded186495d307010d0180b4d115977dd0c68f254fc9e45 SHA512 b9fc7f78b920296301acaad2dbbafefff7b5f1658cbb65f5892a28d0b4d5110581bba984ad5cdabde3330025e3828387d7127c689cb86a7163c0b5ac0d0d2de0
+EBUILD pgpdump-1.5.ebuild 441 BLAKE2B c2d62836bae542dd58d6d2eb4a347394073b6813082a4e5c437b9e2700dc8a6fd2aff370e9ee1b1d8db9851523008e9bcea470515323d21c101f245f99c6e1bc SHA512 6aa23cf7d345f6736db2e2d6d377e4793a606e8f5c17c82fe18b768634291c2c45aa87cabe25b437afe8d774ec0e9b4c76099aa1453b212f54dd71aa04fc37f9
+MISC metadata.xml 386 BLAKE2B d999fd34acffdce83998229fd30d7bb5cf8848601c43341ae1a5c2b7028991bb8af59f69ccd04f4c6284be6e97ff99cbc4841f333b0dab75e7fbb5fea844e541 SHA512 e7d8886a19a4cae8c44a9546ca41c486965a304da55d623892746d1dd0706348dbd431080ff145bd47d7a629b1e7c464e36f18699172689907c15fd31f79fe27
diff --git a/dev-python/pgpdump/metadata.xml b/dev-python/pgpdump/metadata.xml
new file mode 100644
index 000000000000..11bf83b1dfc2
--- /dev/null
+++ b/dev-python/pgpdump/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pgpdump</remote-id>
+ <remote-id type="github">toofishes/python-pgpdump</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pgpdump/pgpdump-1.5.ebuild b/dev-python/pgpdump/pgpdump-1.5.ebuild
new file mode 100644
index 000000000000..7ef02ee5ea31
--- /dev/null
+++ b/dev-python/pgpdump/pgpdump-1.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="PGP packet parser library"
+HOMEPAGE="https://pypi.org/project/pgpdump/ https://github.com/toofishes/python-pgpdump"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""