summaryrefslogtreecommitdiff
path: root/dev-python/websockify
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/websockify
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/websockify')
-rw-r--r--dev-python/websockify/Manifest3
-rw-r--r--dev-python/websockify/metadata.xml18
-rw-r--r--dev-python/websockify/websockify-0.8.0.ebuild18
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/websockify/Manifest b/dev-python/websockify/Manifest
deleted file mode 100644
index 45976ac529a9..000000000000
--- a/dev-python/websockify/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST websockify-0.8.0.zip 319105 BLAKE2B 5c9a0e5f32239b35b5f41d5dd2b46b215cad6800e5752e8d9fa0c20fe77df2ae756cc74a527b50f545497abdc621ee402e02a9d2a788630a2cbfdeecb7b494df SHA512 625cecbf37149c82edd2ebb9cd1f1a20a35415f7c7696ebe88b2e86563a170573959f9ede2c7a1db82ace9edddfb9d2da6e2e20d29fd916ae238235880d9a943
-EBUILD websockify-0.8.0.ebuild 513 BLAKE2B 088b9ecc0bf0e29520cec753bcbbd9db275bd25b5598ba6549cebd74c5176f5e3df8268366b12156d96c73f935ecceb3d654297b7c02f4066c066353308fbe1c SHA512 c2d4e43bc18cdbf55121304bd862656ed3b6c8f7d607214babcb3cf9e7dcb4372f4e924bc32d3b7687a7054064c9cd3f0ed73c02805f59025195aa63c7e91d7a
-MISC metadata.xml 554 BLAKE2B 4d53f25662d08966f53551fe7f47d0d43d8facd10841dc5c15fc7735703a8fd932b4c9d17a7dfd054a7a147f387e376e0a90e6aa6185a453ecc4132a636f7d1a SHA512 9140154c124bad88c19f2b8cad2e453508b0b41714b6d8e27e951edc38467124b28179713636d22491f0f41c79a0c52e2908abfec78c4304293389463cc5d9b6
diff --git a/dev-python/websockify/metadata.xml b/dev-python/websockify/metadata.xml
deleted file mode 100644
index a9a4016cc3cb..000000000000
--- a/dev-python/websockify/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription lang="en">
- WebSockets support for any application/server
- </longdescription>
- <upstream>
- <remote-id type="github">kanaka/websockify</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/websockify/websockify-0.8.0.ebuild b/dev-python/websockify/websockify-0.8.0.ebuild
deleted file mode 100644
index 4cff30d2c15b..000000000000
--- a/dev-python/websockify/websockify-0.8.0.ebuild
+++ /dev/null
@@ -1,18 +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
-
-SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.zip -> ${P}.zip"
-DESCRIPTION="WebSockets support for any application/server"
-HOMEPAGE="https://github.com/kanaka/websockify"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"