summaryrefslogtreecommitdiff
path: root/dev-python/fdsend
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/fdsend
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/fdsend')
-rw-r--r--dev-python/fdsend/Manifest3
-rw-r--r--dev-python/fdsend/fdsend-0.1.ebuild16
-rw-r--r--dev-python/fdsend/metadata.xml8
3 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/fdsend/Manifest b/dev-python/fdsend/Manifest
new file mode 100644
index 000000000000..5ef27bd24834
--- /dev/null
+++ b/dev-python/fdsend/Manifest
@@ -0,0 +1,3 @@
+DIST fdsend-0.1.tar.gz 11394 BLAKE2B 32b6c763730a8269a23e9d245a1479700d45b294c1ffdf60cc642b88405a0e19eede519d3202cfac44915941d8fcd94cf39834aa2efbc4157acc9af98f95a660 SHA512 29193dabd2084d4c4f2468c27e0501bce69c340d0a5a30bbaf377120f36092c08190c53d0f85321a8615c9cae9aa5c91a1a261b438a83df93145883ece29bf4e
+EBUILD fdsend-0.1.ebuild 371 BLAKE2B 98a17885452fc6a66535ce01e499dd4337bc6f6e8338b5f0d3fc88a98b629719a155fd830a3460f71ac51721798b1eecb48d43801fb61c1ea3908ca492727b5d SHA512 9b8f96ef33ea172092d9977eb493ffaec6ba11f944a6d008837055e5b52ca629861eab3f224da69afa05591d58ff1fbde22c14ccc99a123c2dacd234c5d18521
+MISC metadata.xml 250 BLAKE2B fe89695d5dcb55e3a59fe901cba061e1b73e5d09cc72d362bb3ec127aecdba741ba23920096bfad7a39c43e35ffbc006fe84f3e50a34c91097a32deceeb91e84 SHA512 c599b09b9aaf744dfe13d0707adde7d3dfd1a8a411e937fcba25e65c6045792cdcf6ceb9004e3dd38b014c486c9f1334bfc898419f59806ec6abebfc71bca382
diff --git a/dev-python/fdsend/fdsend-0.1.ebuild b/dev-python/fdsend/fdsend-0.1.ebuild
new file mode 100644
index 000000000000..628d469d33d9
--- /dev/null
+++ b/dev-python/fdsend/fdsend-0.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="flexible file descriptor passing"
+HOMEPAGE="https://pypi.org/project/fdsend/"
+SRC_URI="http://pilcrow.madison.wi.us/sw/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="amd64 x86"
+IUSE=""
diff --git a/dev-python/fdsend/metadata.xml b/dev-python/fdsend/metadata.xml
new file mode 100644
index 000000000000..4073267daf2a
--- /dev/null
+++ b/dev-python/fdsend/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>robbat2@gentoo.org</email>
+ <name>Robin H. Johnson</name>
+ </maintainer>
+</pkgmetadata>