summaryrefslogtreecommitdiff
path: root/dev-python/python-meteor
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-meteor
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'dev-python/python-meteor')
-rw-r--r--dev-python/python-meteor/Manifest3
-rw-r--r--dev-python/python-meteor/metadata.xml17
-rw-r--r--dev-python/python-meteor/python-meteor-0.1.6.ebuild22
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/python-meteor/Manifest b/dev-python/python-meteor/Manifest
deleted file mode 100644
index 1c6254498273..000000000000
--- a/dev-python/python-meteor/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST python-meteor-0.1.6.tar.gz 7656 BLAKE2B c1ab81da13d3f2903779b07680a0ea96d03ac4f38f3a96c8317bcee60fd50f2f7e468fccda1731b22d88632da63b83cd9d69d83725cf90e2cd992bb9be5a39a6 SHA512 c654113714e7a4311d66d7390a996cce126bed2270e15f22791ddb8cec1afd5af321f24c8a83d8dc491c0959b8410fa91d43e2025534390486283f2da78a2233
-EBUILD python-meteor-0.1.6.ebuild 477 BLAKE2B 6658a1e91fc572516374b7822ce5a674cae4636cac3326a55f8fd17d6fdfcdc9a9e683bb819d0ae9c9c5253d87b00006b807126e71f98e4b38a9b527d8629942 SHA512 ed3c6563431aa9d4f13473beedaa7606c687c649332f0e3ff3cea2bf2ee9beba020be033ad2de4d886aee3a56c9bf77851bcd7f2d90b26c6edf77867c4a4b8d0
-MISC metadata.xml 584 BLAKE2B 25317aa7374c2da162d3f167ad05e183880015ac0978cddb21504c03a63ff1f1e1f9f951f21e3846f2c289926e36328bd2571bd16a5a1c27e602a503e2abca04 SHA512 73e3dc166d3e4f019fb9c12a4374a7537fa2529fee80a3ee83f74e75fc790b14dcbe209d171889f6c1f13ada3d510cfa6fd0525aefc02567d95869e2da1f9191
diff --git a/dev-python/python-meteor/metadata.xml b/dev-python/python-meteor/metadata.xml
deleted file mode 100644
index 484ef70351c2..000000000000
--- a/dev-python/python-meteor/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-meteor</remote-id>
- <remote-id type="github">hharnisc/python-meteor</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-meteor/python-meteor-0.1.6.ebuild b/dev-python/python-meteor/python-meteor-0.1.6.ebuild
deleted file mode 100644
index 85335454909c..000000000000
--- a/dev-python/python-meteor/python-meteor-0.1.6.ebuild
+++ /dev/null
@@ -1,22 +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 meteor client"
-HOMEPAGE="https://pypi.org/project/python-meteor/ https://github.com/hharnisc/python-meteor"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- dev-python/python-ddp[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"