aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/opentracing')
-rw-r--r--dev-python/opentracing/Manifest1
-rw-r--r--dev-python/opentracing/metadata.xml13
-rw-r--r--dev-python/opentracing/opentracing-2.4.0.ebuild37
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/opentracing/Manifest b/dev-python/opentracing/Manifest
deleted file mode 100644
index 6a60cba88..000000000
--- a/dev-python/opentracing/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST opentracing-2.4.0.tar.gz 46228 BLAKE2B 465026265a60935be1ed4b23c5b8692b89b90d1c973d496f0c1e87b633e1cc98fe42b83fbacac5921197b5779560e8e4bd515aaaebf09ff4707997a8ad4b8f9e SHA512 fd8fa47c8c05d8ee8c19df8ec14756e05ba9d27f20b3026ccf71f925288ccd2594ec53ff1a26503e19e94d77a8ff0024c37af4efab38a0bee53cb1fed30e9a53
diff --git a/dev-python/opentracing/metadata.xml b/dev-python/opentracing/metadata.xml
deleted file mode 100644
index f9089795f..000000000
--- a/dev-python/opentracing/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/opentracing/opentracing-python/issues</bugs-to>
- <remote-id type="pypi">opentracing</remote-id>
- <remote-id type="github">opentracing/opentracing-python</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/opentracing/opentracing-2.4.0.ebuild b/dev-python/opentracing/opentracing-2.4.0.ebuild
deleted file mode 100644
index f1015f471..000000000
--- a/dev-python/opentracing/opentracing-2.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="OpenTracing API for Python"
-HOMEPAGE="
- https://opentracing.io
- https://github.com/opentracing/opentracing-python
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-
-DEPEND="
- test? (
- dev-python/doubles[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/tornado[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_IGNORE=(
- tests/scope_managers/test_gevent.py
-)
-
-distutils_enable_tests pytest
-
-distutils_enable_sphinx docs \
- dev-python/sphinx-rtd-theme