summaryrefslogtreecommitdiff
path: root/dev-python/azure-core
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/azure-core
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/azure-core')
-rw-r--r--dev-python/azure-core/Manifest2
-rw-r--r--dev-python/azure-core/azure-core-1.27.1.ebuild48
-rw-r--r--dev-python/azure-core/azure-core-1.28.0.ebuild48
-rw-r--r--dev-python/azure-core/metadata.xml9
4 files changed, 0 insertions, 107 deletions
diff --git a/dev-python/azure-core/Manifest b/dev-python/azure-core/Manifest
deleted file mode 100644
index d39c41d624b8..000000000000
--- a/dev-python/azure-core/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST azure-core-1.27.1.zip 371779 BLAKE2B 0f2805d6299b0129d546d79d56c8be1de019b46dc64dd22b8191017d2bae1d1a126480186836f52eedfba50b250b0fbb3ed36d56b0e0b6de5da3954d51cdbb14 SHA512 979c8194b32acf89ada5604742a00452023b4d671b55f9a60766a11dec5502ffc5c53bc4f899ef73ae63fa8638a0d69771d590f5851f5fcd20f5b7fd85a4c53f
-DIST azure-core-1.28.0.zip 384884 BLAKE2B c76dc327cf35ab7c1c243bb03f9410989cb065daf9c8f2648b0a6a784a367a2f4a35ee97d7df0ab0adb57d479cf0c6d972dca70e60ee6bc1329889d75c92f920 SHA512 f3b74c87df2a4bcf0dacddce8a508389d80237a930b0138895c5cc239d3cf6918e98d77f4e02fe5ed5784e76d8eec6e0acc75fc978fcbfd0733fdf7bb38b2ae3
diff --git a/dev-python/azure-core/azure-core-1.27.1.ebuild b/dev-python/azure-core/azure-core-1.27.1.ebuild
deleted file mode 100644
index 42156a6bf19d..000000000000
--- a/dev-python/azure-core/azure-core-1.27.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Microsoft Azure Core Library for Python"
-HOMEPAGE="
- https://pypi.org/project/azure-core/
- https://github.com/Azure/azure-sdk-for-python
-"
-SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="app-arch/unzip"
-# TODO: package azure-sdk-tools
-#BDEPEND="
-# app-arch/unzip
-# test? (
-# dev-python/aiohttp[${PYTHON_USEDEP}]
-# dev-python/azure-sdk-tools[${PYTHON_USEDEP}]
-# dev-python/flask[${PYTHON_USEDEP}]
-# dev-python/msrest[${PYTHON_USEDEP}]
-# dev-python/pytest-trio[${PYTHON_USEDEP}]
-# dev-python/requests[${PYTHON_USEDEP}]
-# )
-#"
-
-DOCS=( {CHANGELOG,CLIENT_LIBRARY_DEVELOPER,README}.md )
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "aio support" dev-python/aiohttp
-}
diff --git a/dev-python/azure-core/azure-core-1.28.0.ebuild b/dev-python/azure-core/azure-core-1.28.0.ebuild
deleted file mode 100644
index 42156a6bf19d..000000000000
--- a/dev-python/azure-core/azure-core-1.28.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Microsoft Azure Core Library for Python"
-HOMEPAGE="
- https://pypi.org/project/azure-core/
- https://github.com/Azure/azure-sdk-for-python
-"
-SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
-
-RDEPEND="
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="app-arch/unzip"
-# TODO: package azure-sdk-tools
-#BDEPEND="
-# app-arch/unzip
-# test? (
-# dev-python/aiohttp[${PYTHON_USEDEP}]
-# dev-python/azure-sdk-tools[${PYTHON_USEDEP}]
-# dev-python/flask[${PYTHON_USEDEP}]
-# dev-python/msrest[${PYTHON_USEDEP}]
-# dev-python/pytest-trio[${PYTHON_USEDEP}]
-# dev-python/requests[${PYTHON_USEDEP}]
-# )
-#"
-
-DOCS=( {CHANGELOG,CLIENT_LIBRARY_DEVELOPER,README}.md )
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
- optfeature "aio support" dev-python/aiohttp
-}
diff --git a/dev-python/azure-core/metadata.xml b/dev-python/azure-core/metadata.xml
deleted file mode 100644
index 65d893c683f6..000000000000
--- a/dev-python/azure-core/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="pypi">azure-core</remote-id>
- <remote-id type="github">Azure/azure-sdk-for-python</remote-id>
- </upstream>
-</pkgmetadata>