diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-22 13:22:50 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-05-22 13:22:50 +0000 |
| commit | 4381a25db125aae08fc6d5d9ceeb18a6310d09c2 (patch) | |
| tree | dcc3a3557d98ffcdd51efd04828c14361d98dc45 /dev-python/azure-storage-blob | |
| parent | 057b68c5c19e8d37c60a16663b9da97542e7432a (diff) | |
| download | baldeagleos-repo-4381a25db125aae08fc6d5d9ceeb18a6310d09c2.tar.gz baldeagleos-repo-4381a25db125aae08fc6d5d9ceeb18a6310d09c2.tar.xz baldeagleos-repo-4381a25db125aae08fc6d5d9ceeb18a6310d09c2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/azure-storage-blob')
| -rw-r--r-- | dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild b/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild index 14da37ddb101..10b7e8ca4c26 100644 --- a/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild +++ b/dev-python/azure-storage-blob/azure-storage-blob-12.14.1.ebuild @@ -5,14 +5,15 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 +PYPI_NO_NORMALIZE=1 +inherit distutils-r1 pypi DESCRIPTION="Microsoft Azure Blob Storage Client Library for Python" HOMEPAGE=" https://pypi.org/project/azure-storage-blob/ https://github.com/Azure/azure-sdk-for-python " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip" +SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)" LICENSE="MIT" SLOT="0" |
