public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/
@ 2022-11-04 14:38 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2022-11-04 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9693bd3886aebe34b394b7b2ae6b4bf7aeea2847
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov  4 05:09:17 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 06:33:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9693bd38

dev-python/azure-core: new package, add 1.26.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/azure-core/Manifest                 |  1 +
 dev-python/azure-core/azure-core-1.26.1.ebuild | 47 ++++++++++++++++++++++++++
 dev-python/azure-core/metadata.xml             | 11 ++++++
 3 files changed, 59 insertions(+)

diff --git a/dev-python/azure-core/Manifest b/dev-python/azure-core/Manifest
new file mode 100644
index 000000000..5bcbdfcfb
--- /dev/null
+++ b/dev-python/azure-core/Manifest
@@ -0,0 +1 @@
+DIST azure-core-1.26.1.zip 366521 BLAKE2B 538aa1699bc708744800f98391d4913f3bed561718f9143394d4f6b7cbe18097054e941882f6237e9c8fef2d218c955f3b0a8c2cb23e51121c05cb5437afd4f9 SHA512 dcddf28bdbac913e66640adb7c511c74e4597756c444d2ef43fb82d5348eae391544715cbe95600d8caec9afcfe8ab5d20b9b33c49b8fd026b8f0f7657cae931

diff --git a/dev-python/azure-core/azure-core-1.26.1.ebuild b/dev-python/azure-core/azure-core-1.26.1.ebuild
new file mode 100644
index 000000000..b2487e710
--- /dev/null
+++ b/dev-python/azure-core/azure-core-1.26.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Microsoft Azure Core Library for Python"
+HOMEPAGE="
+	https://pypi.org/project/azure-core/
+	https://github.com/Azure/azure-sdk-for-python
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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
new file mode 100644
index 000000000..2d0b0b281
--- /dev/null
+++ b/dev-python/azure-core/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">azure-core</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/
@ 2023-01-06  8:51 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-01-06  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     58b36e7983fdf13e4fa710f25651d8026465eb5d
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan  6 03:06:12 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 03:08:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58b36e79

dev-python/azure-core: add 1.26.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/azure-core/Manifest                 |  1 +
 dev-python/azure-core/azure-core-1.26.2.ebuild | 47 ++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/azure-core/Manifest b/dev-python/azure-core/Manifest
index 5bcbdfcfb..2f7cd29f4 100644
--- a/dev-python/azure-core/Manifest
+++ b/dev-python/azure-core/Manifest
@@ -1 +1,2 @@
 DIST azure-core-1.26.1.zip 366521 BLAKE2B 538aa1699bc708744800f98391d4913f3bed561718f9143394d4f6b7cbe18097054e941882f6237e9c8fef2d218c955f3b0a8c2cb23e51121c05cb5437afd4f9 SHA512 dcddf28bdbac913e66640adb7c511c74e4597756c444d2ef43fb82d5348eae391544715cbe95600d8caec9afcfe8ab5d20b9b33c49b8fd026b8f0f7657cae931
+DIST azure-core-1.26.2.zip 368264 BLAKE2B 72c611f506c1773917a15dd354b8d97922d7f5b24e114a4e45a7fb3a65505ae5019aa4b6993c37c3840d6bffce648cb2b065904420cc3034209f58e55d2513f7 SHA512 3084c8f24d01e4a283175839be673061b8de13ffa85ab956f3753bd64cd0efb4eff421e239a41433834a8de9a3af620ddb27f24f1fcb475ec963456c0a86a084

diff --git a/dev-python/azure-core/azure-core-1.26.2.ebuild b/dev-python/azure-core/azure-core-1.26.2.ebuild
new file mode 100644
index 000000000..b2487e710
--- /dev/null
+++ b/dev-python/azure-core/azure-core-1.26.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Microsoft Azure Core Library for Python"
+HOMEPAGE="
+	https://pypi.org/project/azure-core/
+	https://github.com/Azure/azure-sdk-for-python
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/
@ 2023-02-16 12:47 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-02-16 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a6a915f3fc43a3d5a179576db3e4c30c238d85c7
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb 14 23:46:00 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Wed Feb 15 13:39:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6a915f3

dev-python/azure-core: add 1.26.3, drop 1.26.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/azure-core/Manifest                                    | 2 +-
 .../{azure-core-1.26.1.ebuild => azure-core-1.26.3.ebuild}        | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/azure-core/Manifest b/dev-python/azure-core/Manifest
index 2f7cd29f4..ddb023283 100644
--- a/dev-python/azure-core/Manifest
+++ b/dev-python/azure-core/Manifest
@@ -1,2 +1,2 @@
-DIST azure-core-1.26.1.zip 366521 BLAKE2B 538aa1699bc708744800f98391d4913f3bed561718f9143394d4f6b7cbe18097054e941882f6237e9c8fef2d218c955f3b0a8c2cb23e51121c05cb5437afd4f9 SHA512 dcddf28bdbac913e66640adb7c511c74e4597756c444d2ef43fb82d5348eae391544715cbe95600d8caec9afcfe8ab5d20b9b33c49b8fd026b8f0f7657cae931
 DIST azure-core-1.26.2.zip 368264 BLAKE2B 72c611f506c1773917a15dd354b8d97922d7f5b24e114a4e45a7fb3a65505ae5019aa4b6993c37c3840d6bffce648cb2b065904420cc3034209f58e55d2513f7 SHA512 3084c8f24d01e4a283175839be673061b8de13ffa85ab956f3753bd64cd0efb4eff421e239a41433834a8de9a3af620ddb27f24f1fcb475ec963456c0a86a084
+DIST azure-core-1.26.3.zip 369524 BLAKE2B 96af5ee7f57086981f7660907ccc8422091b4e36510e45daae4151fc92f282b111b0ed487d47d0824470a0c8e79e33ae1a8c9f30f1e4a497fb6cc7bc45951aab SHA512 b332603a3e304ef256923abb22949ea5cf88bc0638c79aec716b10d6e48ff21aba2579f0395e1631929b060818bd88bbbf1d75777c2b678d1182edc6cb3355ee

diff --git a/dev-python/azure-core/azure-core-1.26.1.ebuild b/dev-python/azure-core/azure-core-1.26.3.ebuild
similarity index 84%
rename from dev-python/azure-core/azure-core-1.26.1.ebuild
rename to dev-python/azure-core/azure-core-1.26.3.ebuild
index b2487e710..4022ae429 100644
--- a/dev-python/azure-core/azure-core-1.26.1.ebuild
+++ b/dev-python/azure-core/azure-core-1.26.3.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
+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="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
+SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/
@ 2023-02-25 20:43 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-02-25 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0cc2f5e5b096b4d5c81e655b532fd9cd89f85a5f
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb 25 19:49:52 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 19:49:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cc2f5e5

dev-python/azure-core: fix normalization

Closes: https://bugs.gentoo.org/894770
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/azure-core/azure-core-1.26.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/azure-core/azure-core-1.26.3.ebuild b/dev-python/azure-core/azure-core-1.26.3.ebuild
index 4022ae429..d12fb53a2 100644
--- a/dev-python/azure-core/azure-core-1.26.3.ebuild
+++ b/dev-python/azure-core/azure-core-1.26.3.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="Microsoft Azure Core Library for Python"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/
@ 2023-07-21 20:15 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2023-07-21 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     daee51e80282d9ba591a57360b881a35dfccc2fe
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jul 20 21:06:05 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Jul 21 17:58:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=daee51e8

dev-python/azure-core: add 1.28.0, drop 1.27.0

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/azure-core/Manifest                                          | 2 +-
 .../azure-core/{azure-core-1.27.0.ebuild => azure-core-1.28.0.ebuild}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/azure-core/Manifest b/dev-python/azure-core/Manifest
index 3c65ad41f..d39c41d62 100644
--- a/dev-python/azure-core/Manifest
+++ b/dev-python/azure-core/Manifest
@@ -1,2 +1,2 @@
-DIST azure-core-1.27.0.zip 371285 BLAKE2B ad06f34be2d49288d1fe44de97a913ae152e5feb57c7958f4c9f3e0484b4aff01a865c4ace397de794dc4575d3f932f6c18bce24b11d2ddb78db5c9bd6f30d34 SHA512 6a33b50e8555a28aa810a054f535856a91faf568558fa22be37570ddd77224b631b57aa03ce22c5288d50b714d43f273cf2d0d3184ab369a5680b2a3ef8a412d
 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.0.ebuild b/dev-python/azure-core/azure-core-1.28.0.ebuild
similarity index 100%
rename from dev-python/azure-core/azure-core-1.27.0.ebuild
rename to dev-python/azure-core/azure-core-1.28.0.ebuild


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-21 20:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06  8:51 [gentoo-commits] repo/proj/guru:master commit in: dev-python/azure-core/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2023-07-21 20:15 Haelwenn Monnier
2023-02-25 20:43 Florian Schmaus
2023-02-16 12:47 Haelwenn Monnier
2022-11-04 14:38 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox