Skip to content

Commit

Permalink
dev-python/openai: enable py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelbeh committed Oct 26, 2024
1 parent 9de3f14 commit b5dcbbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-python/openai/Manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DIST openai-1.3.8.tar.gz 122136 BLAKE2B 24c2b161bd941cf71ac26d8473af9d7ecd0fffb3757ca0f5644a1862d9a71eb07ed64c344940e85fd9e12edd97980f2d41f67cfb7ad8b13f1fb536ee4e41b26b SHA512 b891b03f1cabd8906f8b82a6fb081c8a8245e1f79c0615fd1fec9157520e68d60231a4836928a455cc01b4b05cf5a43ad72ad026104beade130bee579be179d4
DIST openai-1.35.7.tar.gz 253819 BLAKE2B aec767de29757b17342be46f4fabf48aa6a795b9fa9d5ea99dc1e8ccbc74b242435e0c5b44a8bb2ebf2e99e46ac59d132da3256c2db4b090aaeda907f4a15d00 SHA512 498f5c71438ff708e7796439123b67a196178a4ec57fe2978fd50b30a88ad7a939aba2e4abb95ba2777b6a54f7e28dcd035f50682e792d5a9b332737805f66c0
EBUILD openai-1.3.8.ebuild 871 BLAKE2B e082d863e4e8f9f5f3551f4f460d7eb1f924767fb0b7ca6d221d6290a37194da408cad19581be4c56136e310d0a9b4f58c190d6b89cfb244a8b2e1c67cf7875f SHA512 e5155b2b81c6b857483ed6ff2acc32d4d26280fc48f5e42b69c7def7a01220999958a71ae89f567be86d5ea3d720a7f5c66bb2b2b4997b12667adf8ea9f9cebb
EBUILD openai-1.35.7.ebuild 871 BLAKE2B e082d863e4e8f9f5f3551f4f460d7eb1f924767fb0b7ca6d221d6290a37194da408cad19581be4c56136e310d0a9b4f58c190d6b89cfb244a8b2e1c67cf7875f SHA512 e5155b2b81c6b857483ed6ff2acc32d4d26280fc48f5e42b69c7def7a01220999958a71ae89f567be86d5ea3d720a7f5c66bb2b2b4997b12667adf8ea9f9cebb
EBUILD openai-1.3.8.ebuild 871 BLAKE2B 5618cf3057788cbb26a6e33532956111a46ee5a55a5f31d04c4f5ebf87a724248c2fa7378d3ccaef2499e68c4a32e8303cf4b335414ca061a179018703b677fa SHA512 9f1e753bd147a67a0f0d7d73a19fa64e8416205ade7b2d327a0f95f63b34e2d8b43b5d3cf89da1ad7c66d676a081790aa6a458f32dc03ad8a77614311e51b991
EBUILD openai-1.35.7.ebuild 952 BLAKE2B 4ffb7d1d3ac3bb3a6067ea5e1a5a9349af7e109d437a06a4c3aaf2e9424df564ef85cdc70923506ead62dceeeced00733913a93347a496dbd2fe5cea33542f74 SHA512 fd134c9a79eab3d0f9a13af06ec9708bddb4daa3ffdde2c1e1b3b53b6303ebd6d19389ebf384a835025c54bc7002c3cc057cd5aa0728d96500d95a5cb785787b
MISC metadata.xml 505 BLAKE2B a5245462c62a7fa7e51153dd4040ed8180553474bd9ea584f94a0724d61d8965f0109375bc6d39fe2480c89f670ec08616311ab9320f53218200f1f0f6c39932 SHA512 33fa7a68d794e8badc728091a30fed602d0305c5d6fc72dde8ccf04271c1ea271d16e021aebafc24baa6e20f6856b5302eedabfa39d86258fd2254287c007159
2 changes: 1 addition & 1 deletion dev-python/openai/openai-1.3.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi

Expand Down
6 changes: 4 additions & 2 deletions dev-python/openai/openai-1.35.7.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

PYTHON_COMPAT=( python3_{11..12} )
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi

Expand All @@ -27,7 +27,9 @@ RDEPEND=">=dev-python/httpx-0.23.0[${PYTHON_USEDEP}]
>=dev-python/tqdm-4[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/respx[${PYTHON_USEDEP}]
dev-python/ruff[${PYTHON_USEDEP}]
)"

distutils_enable_tests pytest

0 comments on commit b5dcbbc

Please sign in to comment.