mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-python/opentelemetry-instrumentation: add 0.63_beta1, drop 0.61_beta0
Add missing dev-python/opentelemetry-sdk RDEPEND. Closes: https://bugs.gentoo.org/974819 Closes: https://bugs.gentoo.org/974820 Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST opentelemetry-python-1.40.0.gh.tar.gz 1380277 BLAKE2B a52ce43e047347d55ce3ba54c2db4fa883f7e543eac9cfe4e3aa92f03db3a0a2fa943235e9f1fe61b5b7bfe377f7c3a661822405c357e2b31885ca7f20c636d6 SHA512 3c5ff022f0374cd28248a8d08d3e909945833db06afaced75d3bafe1420b3e2686e8a5aa14c60bd01380dd0a22c3c08c92caed2671925f3cea4aa40f383c83c1
|
||||
DIST opentelemetry-python-contrib-0.61b0.gh.tar.gz 1785944 BLAKE2B 9da506cfd588aeb65220f127ede5a6fc11fbe0df14ff195612b7166c94574872d95a59e9662b4c80ddcb8d0119f3145f48c035cc802b91c1865d80ecd929b5ff SHA512 fa6094b398071429a87ac41b8fcfb15bf4a91a1a596e253493b90cf217d5f001e9e38f4720c70f3047cb487d4f1d8de9f9d8df3b18d3a8ea9744380b34539489
|
||||
DIST opentelemetry-python-1.42.1.gh.tar.gz 1552607 BLAKE2B 52882e5f620dee666845d0b7f1205edad87e08a6a8f6c6695d7719beb9948da46aed3207b4cbf5ffbc2af2461b19e504b14772e027aca2ca6eeb2252c63b1a35 SHA512 35322b852f29c9cda8180e1959121aa07b48ea67f0173bd1ef49834de1fa6cb0c2ce9275d5578a57c3aa1523fc1daa96bf84f7c720a64d1db43513c9d9b8744e
|
||||
DIST opentelemetry-python-contrib-0.63b1.gh.tar.gz 1968676 BLAKE2B a07cf1219f04b4b6a384825cae407b1d6988516865dfa564cb4dd42db49e8fe3c2a142ae7bb83eb6474a4a5ee71d3325bb5772b0db1536fbe748ef773fc5588d SHA512 0caaf63bddcf1d3e29da87a8faf6d52fea95d344680012c68fcd6810cfa0398ec35290b1ddc543a8b87c5157c87816ec36040030a62d04f913a5544d290179d4
|
||||
|
||||
@@ -11,7 +11,7 @@ inherit distutils-r1
|
||||
MY_PV=${PV/_beta/b}
|
||||
MY_P="opentelemetry-python-contrib-${MY_PV}"
|
||||
|
||||
OTLP_PV=1.40.0
|
||||
OTLP_PV=1.42.1
|
||||
OTLP_P="opentelemetry-python-${OTLP_PV}"
|
||||
|
||||
DESCRIPTION="Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python"
|
||||
@@ -35,25 +35,16 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
~dev-python/opentelemetry-api-1.40.0[${PYTHON_USEDEP}]
|
||||
~dev-python/opentelemetry-semantic-conventions-1.40.0[${PYTHON_USEDEP}]
|
||||
~dev-python/opentelemetry-api-${OTLP_PV}[${PYTHON_USEDEP}]
|
||||
~dev-python/opentelemetry-sdk-${OTLP_PV}[${PYTHON_USEDEP}]
|
||||
~dev-python/opentelemetry-semantic-conventions-${OTLP_PV}[${PYTHON_USEDEP}]
|
||||
>=dev-python/packaging-18.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/wrapt-1.0.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-wrapt-2.patch"
|
||||
)
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
# Apply patch at root of the monorepo (only needed till 0.62b0 release)
|
||||
cd .. || die
|
||||
distutils-r1_src_prepare
|
||||
}
|
||||
|
||||
python_test() {
|
||||
cp -a "${BUILD_DIR}"/{install,test} || die
|
||||
local -x PATH=${BUILD_DIR}/test/usr/bin:${PATH}
|
||||
Reference in New Issue
Block a user