summaryrefslogtreecommitdiff
path: root/dev-python/python-ddp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /dev-python/python-ddp
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/python-ddp')
-rw-r--r--dev-python/python-ddp/Manifest3
-rw-r--r--dev-python/python-ddp/metadata.xml17
-rw-r--r--dev-python/python-ddp/python-ddp-0.1.5.ebuild24
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/python-ddp/Manifest b/dev-python/python-ddp/Manifest
deleted file mode 100644
index 55a436e370fe..000000000000
--- a/dev-python/python-ddp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-ddp-0.1.5.tar.gz 6032 BLAKE2B c549f1ae3252473b38f2b5742b664cf0eabd9d89e55a21015a94082979d58b3b60aa803a712a54f849c1a49d3126a53abae5480e3b4e9e2fba59c7464105b39b SHA512 25200624a4a2145d3189646c00ba023f1e55010ca1756eb36505f85b6faa24da8a505f2784b8c445232ed471d5d402b4c0f487b3c9460c948295cda74faa7fbb
-EBUILD python-ddp-0.1.5.ebuild 541 BLAKE2B bc8c129cc076911adad4b427e60014a450b5bc38a159e33b868706111c4ec799545deb1d2620ccad30c68c6412b5fa897526d93a90eb1543fb245160538da74a SHA512 05c1678c32aab25a6af58ed914b5cdabb54e07df1ee0147d555c968e009f5fd5587f10b1940b83f9ee0b6ba72044b1e46b92e23f90319a2251bf3e1c2c5be8a8
-MISC metadata.xml 578 BLAKE2B e7994a0ad1cca168ba43ea03cb55cf1b4d1080f397b580c0f96a000a006b54442176222484d0f7904f600e9364028e9d08a4b248d146b36e0638b28f7d7075d4 SHA512 1e66e8908ef5f4fced36e2d6386cf0f53fa16bbddd0bc08891f8d6cdfa27e3f9546b2fa8015289b8a0a254dcf0b192269fc4c212df1187dba5729249ba5a8c45
diff --git a/dev-python/python-ddp/metadata.xml b/dev-python/python-ddp/metadata.xml
deleted file mode 100644
index 1dd8b0430963..000000000000
--- a/dev-python/python-ddp/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>aballier@gentoo.org</email>
- <name>Alexis Ballier</name>
- <description>Python team can take the package if they wish.</description>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">python-ddp</remote-id>
- <remote-id type="github">hharnisc/python-ddp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-ddp/python-ddp-0.1.5.ebuild b/dev-python/python-ddp/python-ddp-0.1.5.ebuild
deleted file mode 100644
index 9f380c49fa32..000000000000
--- a/dev-python/python-ddp/python-ddp-0.1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="An event driven ddp client"
-HOMEPAGE="https://pypi.org/project/python-ddp/ https://github.com/hharnisc/python-ddp"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-python/pyee[${PYTHON_USEDEP}]
- dev-python/ws4py[${PYTHON_USEDEP}]
- dev-python/meteor-ejson[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"