summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2021-06-19 13:40:22 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2021-06-19 13:41:44 -0500
commita389184c9261f98856323f533344a0dae28bedaf (patch)
tree74f6b9921f1231685e39cb119535421d5fa945b7 /dev-python/futurist
parentdev-python/blosc: Enable py3.10 (diff)
downloadgentoo-a389184c9261f98856323f533344a0dae28bedaf.tar.gz
gentoo-a389184c9261f98856323f533344a0dae28bedaf.tar.bz2
gentoo-a389184c9261f98856323f533344a0dae28bedaf.zip
profiles/package.mask: Remove some openstack-related packages
Removed due to high-burden and unmaintainable python requirements. Closes: https://bugs.gentoo.org/793800 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/futurist')
-rw-r--r--dev-python/futurist/Manifest1
-rw-r--r--dev-python/futurist/futurist-2.3.0.ebuild23
-rw-r--r--dev-python/futurist/metadata.xml12
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/futurist/Manifest b/dev-python/futurist/Manifest
deleted file mode 100644
index 33baaef09237..000000000000
--- a/dev-python/futurist/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST futurist-2.3.0.tar.gz 42993 BLAKE2B ace10473ee65dedfa33f021437e6d2e974e7e9acd7eb5c6ae6955b133d74376d0bc5e966a8db502f17ff1825abaad1f6b583c6a21dcdd33d87ed4063d35a4638 SHA512 fa12314ce1bc12ccb7d8dd0e99a76a63dbd6a1c6560ca976eacb782f2c28a6003aee820d8ea745b59d35280b047e67563b046c761737d76fefb5928fdfba20e9
diff --git a/dev-python/futurist/futurist-2.3.0.ebuild b/dev-python/futurist/futurist-2.3.0.ebuild
deleted file mode 100644
index 78c48e4fd401..000000000000
--- a/dev-python/futurist/futurist-2.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Useful additions to futures, from the future"
-HOMEPAGE="https://pypi.org/project/futurist/ http://docs.openstack.org/developer/futurist"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
diff --git a/dev-python/futurist/metadata.xml b/dev-python/futurist/metadata.xml
deleted file mode 100644
index b289e4ecf9bf..000000000000
--- a/dev-python/futurist/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">futurist</remote-id>
- </upstream>
-</pkgmetadata>