summaryrefslogtreecommitdiff
path: root/dev-python/python-blazarclient
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-20 01:43:22 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-06-20 01:43:22 +0000
commit0d204f080ccaf949d8e6f66b8b9fd263c6ca0ed9 (patch)
tree0e600a6e38624cfd94617bd10361ccfbb5211f0b /dev-python/python-blazarclient
parentffe910e129da5362318efdc5cc819064aedbce6d (diff)
downloadbaldeagleos-repo-0d204f080ccaf949d8e6f66b8b9fd263c6ca0ed9.tar.gz
baldeagleos-repo-0d204f080ccaf949d8e6f66b8b9fd263c6ca0ed9.tar.xz
baldeagleos-repo-0d204f080ccaf949d8e6f66b8b9fd263c6ca0ed9.zip
Adding metadata
Diffstat (limited to 'dev-python/python-blazarclient')
-rw-r--r--dev-python/python-blazarclient/Manifest1
-rw-r--r--dev-python/python-blazarclient/metadata.xml16
-rw-r--r--dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild35
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/python-blazarclient/Manifest b/dev-python/python-blazarclient/Manifest
deleted file mode 100644
index 4706c1788db8..000000000000
--- a/dev-python/python-blazarclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-blazarclient-3.1.1.tar.gz 36460 BLAKE2B b19595a3cf52da6d298e5006eada7a68c28f396c8143bbed2f22b45e910d136b54bf3d3fde95bd4fc02887bffd206d10629e923e7d81289af643e44b751c0926 SHA512 91cf8004f83494299e11d8c419f183c45726a1b9baec09ffdb719ff8db3cb91967c24a4ac684e227c87015bc00733b03fb132e34fe2fdc773164373e3fd10561
diff --git a/dev-python/python-blazarclient/metadata.xml b/dev-python/python-blazarclient/metadata.xml
deleted file mode 100644
index ab23f5a0b54f..000000000000
--- a/dev-python/python-blazarclient/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>prometheanfire@gentoo.org</email>
- <name>Matthew Thode</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">python-blazarclient</remote-id>
- </upstream>
- <origin>gentoo-staging</origin>
- <stabilize-allarches/>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild b/dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild
deleted file mode 100644
index ba39d0af76f6..000000000000
--- a/dev-python/python-blazarclient/python-blazarclient-3.1.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="This is a client for the OpenStack Blazar API"
-HOMEPAGE="https://github.com/openstack/python-blazarclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- !~dev-python/pbr-2.1.0"
-DEPEND="${CDEPEND}"
-RDEPEND="
- ${CDEPEND}
- >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
- !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}]
- <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
- !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-"