diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-22 20:51:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-22 20:51:36 +0100 |
commit | db80e2ef5b5a94d879a855799e86467f62293531 (patch) | |
tree | a08e6a23fe79165da2eeefacec6038382c1f89ff /dev-python | |
parent | 5772eab78c27d5409ea9e818a12abc9f686e7319 (diff) |
gentoo auto-resync : 22:07:2023 - 20:51:35
Diffstat (limited to 'dev-python')
18 files changed, 178 insertions, 119 deletions
diff --git a/dev-python/Manifest.gz b/dev-python/Manifest.gz Binary files differindex 95cc5f04e9ed..734a42ee7abe 100644 --- a/dev-python/Manifest.gz +++ b/dev-python/Manifest.gz diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest index d38061d29eae..65f2ee2f7e1f 100644 --- a/dev-python/aiohttp/Manifest +++ b/dev-python/aiohttp/Manifest @@ -1,5 +1,3 @@ -DIST aiohttp-3.8.4.tar.gz 7338512 BLAKE2B 019e39eab7cfafe4ca2781c5efe7cc63ed16b5400c548a9a5169a98b59f4014c79bf1a32def1071ac4e1890dcfa583354a227ed2a541449dc725726216b7750b SHA512 ee193320d57161ba9d96b22502cea4eddb05d9586bde5ba1ce813e0bd149f62286ab8a76f120ef2a69f8bf882ab0605ca42103c0811fe53c7a024682ee31aa1e DIST aiohttp-3.8.5.tar.gz 7358303 BLAKE2B e1a7df12380cded655a57735527607cc95661da99fe4a5c1aec40a2586deecee97592c9ea5e9bd43621bf069fe87f00d7bef712fab2b84783e14ff229495a7c6 SHA512 613dfe836c511832c68eadbd0a76882ec362ff956937aa913fc7567b7e3e1ac2085a70a1eca42fb016f38c076a131b506b22f26879ad06b077cb4a85e9dcd8db -EBUILD aiohttp-3.8.4.ebuild 2789 BLAKE2B db36a6427f08941d5c47bcac0d70e88299aa111e594e01e514504922358c9b8ddef1ec490547d8e5c00db2530d48f31c37d0cad08e86ddb5503f80d3bba17599 SHA512 175cb31e2366f93c5daa71738df28b23bd34781a0e69e807bb1f7247859c514dc119d25efd38a916e99dcf343e805a692c221cf0875964dad7803fd01c5d87b1 -EBUILD aiohttp-3.8.5.ebuild 2834 BLAKE2B fddb71683573369d978225d66600b2154fc2e9239c4d99acc0318e995f5753aadc3c836ccdb306199468ddcc7b0127bdf0bc0ace84d291a31c16c0949ee8a0c1 SHA512 626a6cc43f155757500f608bfe6c5d23a1f8c2a96588d5c9c91ce01708708670c7da95d076528955ffce8d656b7c4d0c894a49451979c4db1243b3cfc227d3ee +EBUILD aiohttp-3.8.5.ebuild 2832 BLAKE2B 1d9b5196e844fd201e1d28217e39554f627a2035119edab7e809e65ede573353c047fd2b4f94309e190a7f82044901439bdc935f817f878938c10c522736035e SHA512 bf3f241e24f65dfbefe3c2be95dd0d471e8c048b9534964613659456f913f1cf0afa2b5c20b7f11e61b84aff43608e1b1a47004b4cd65b9fc8bbafbc4563c787 MISC metadata.xml 490 BLAKE2B 5233af0b5e2668b1eb62278b05b62f24f1ab90f6d05b20dd9f1c5b54b846919c3fa28b843df28f5bfa320996d46de0e74c7a28bd0bef02aaaca14b1cec52baba SHA512 9b701c5c5a22b6aa94977a67bc40f3dc9df8337556952658a2a17ecaaa471cd7f7b5b8bf3a0088208087677555f0cbb8760c091b03b96ee70affe3e2b84cf6d5 diff --git a/dev-python/aiohttp/aiohttp-3.8.4.ebuild b/dev-python/aiohttp/aiohttp-3.8.4.ebuild deleted file mode 100644 index a353a8804169..000000000000 --- a/dev-python/aiohttp/aiohttp-3.8.4.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 multiprocessing pypi - -DESCRIPTION="HTTP client/server for asyncio" -HOMEPAGE=" - https://github.com/aio-libs/aiohttp/ - https://pypi.org/project/aiohttp/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="test-rust" - -RDEPEND=" - app-arch/brotli[python,${PYTHON_USEDEP}] - >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}] - >=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}] - >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}] - <dev-python/charset-normalizer-4[${PYTHON_USEDEP}] - >=dev-python/charset-normalizer-2.0[${PYTHON_USEDEP}] - >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}] - >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}] - >=dev-python/yarl-1.0[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - test? ( - app-arch/brotli[python,${PYTHON_USEDEP}] - dev-python/freezegun[${PYTHON_USEDEP}] - www-servers/gunicorn[${PYTHON_USEDEP}] - dev-python/pytest-forked[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/re-assert[${PYTHON_USEDEP}] - test-rust? ( - dev-python/trustme[${PYTHON_USEDEP}] - ) - ) -" - -DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst ) - -distutils_enable_tests pytest - -src_prepare() { - # increase the timeout a little - sed -e '/abs_tol=/s/0.001/0.01/' -i tests/test_helpers.py || die - - # xfail_strict fails on py3.10 - sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die - - # which(1)... - sed -i -e 's:which:command -v:' Makefile || die - - distutils-r1_src_prepare -} - -python_configure_all() { - # workaround missing files - mkdir requirements tools || die - > requirements/cython.txt || die - > tools/gen.py || die - chmod +x tools/gen.py || die - # force rehashing first - emake requirements/.hash/cython.txt.hash - > .update-pip || die - > .install-cython || die - emake cythonize -} - -python_test() { - local EPYTEST_IGNORE=( - # proxy is not packaged - tests/test_proxy_functional.py - ) - - local EPYTEST_DESELECT=( - # Internet - tests/test_client_session.py::test_client_session_timeout_zero - # broken by irrelevant deprecation warnings - tests/test_circular_imports.py::test_no_warnings - # TODO - tests/test_client_session.py::test_request_tracing_url_params - ) - - case ${EPYTHON} in - pypy3) - EPYTEST_DESELECT+=( - # C extensions are not used on PyPy3 - tests/test_http_parser.py::test_c_parser_loaded - ) - ;; - esac - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - local -x PYTEST_PLUGINS=pytest_mock,xdist.plugin,pytest_forked - rm -rf aiohttp || die - epytest -n "$(makeopts_jobs)" --forked -} diff --git a/dev-python/aiohttp/aiohttp-3.8.5.ebuild b/dev-python/aiohttp/aiohttp-3.8.5.ebuild index 8e6dded8355a..1d4e735a0b43 100644 --- a/dev-python/aiohttp/aiohttp-3.8.5.ebuild +++ b/dev-python/aiohttp/aiohttp-3.8.5.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test-rust" RDEPEND=" diff --git a/dev-python/confusable_homoglyphs/Manifest b/dev-python/confusable_homoglyphs/Manifest index 8d5e15ac8515..b5a0da03676d 100644 --- a/dev-python/confusable_homoglyphs/Manifest +++ b/dev-python/confusable_homoglyphs/Manifest @@ -1,3 +1,3 @@ DIST confusable_homoglyphs-3.2.0.gh.tar.gz 338272 BLAKE2B b4697ad3997ecb2784653a47779ead7ded0e9af46125bc5868954cc8cf5064377a553c9b388be6a42634fa27880ef2fa57224e4b4bf9e357b3a9ff32a5db4993 SHA512 6e51cc4ec9a70246f4a871b8303834d0189d9d5056823b2f576e198cc3ced7154a0d57e945f3814bfa37da6015808bc1d6cdf44cfa17d637ded83ead8a6e4f5c -EBUILD confusable_homoglyphs-3.2.0.ebuild 635 BLAKE2B f1138eae6aedebeb23c6212a13a863574139bb3e1784c737863794c8f39c81a93a51881c66bf2993c50d0609c78728cd0adb40b1a56d1111ff238eb33b0ece4b SHA512 5fc393279ab2333b39a124b815a966ee718802a43fd94fcd6bdbd6e1f62cbf47fa8a0c52103160e2c70bb180a32ef7488768014c2f8a8f4dc6560588a4d523a9 +EBUILD confusable_homoglyphs-3.2.0-r1.ebuild 681 BLAKE2B fa06723ff4641f3ae67916939409a799a469cabcbbbb8f542048ff822528df7db1695053641cf088197efc8d832035b7be33ccd7fb74e1048acf27517415acdd SHA512 7ef97fae4d755f96917d31655192f5152e6967242befdd915548b38cb5a4e37200d3a21a1ce24e85bd8cf8cd31c5aea470db5705f28e241ca82b863e62a06a95 MISC metadata.xml 397 BLAKE2B fb2119e687bb411de4fb76a9fad0bf32aba1ec30275beb9ddd4a585842823f64c9f1b773dea1507243dbd10437794d0a7dd0e62a35a3d29f4712df4cd5e1f0bf SHA512 57eae9c159782afe8324775750a0591ba4f16216292ba4d831b17fc3d965fe5d7b46aa28e0674847d359799762775acf8c03ab5afe97d2697611d7ca3962d369 diff --git a/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild b/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0-r1.ebuild index 0183ef44a3df..1b9de4f368a0 100644 --- a/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0.ebuild +++ b/dev-python/confusable_homoglyphs/confusable_homoglyphs-3.2.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 CommitId=14f43ddd74099520ddcda29fac557c27a28190e6 @@ -21,6 +21,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" +RDEPEND="dev-python/click[${PYTHON_USEDEP}]" + S="${WORKDIR}"/${PN}-${CommitId} distutils_enable_tests pytest diff --git a/dev-python/deepdiff/Manifest b/dev-python/deepdiff/Manifest index 273cc231926e..4560de11dc5a 100644 --- a/dev-python/deepdiff/Manifest +++ b/dev-python/deepdiff/Manifest @@ -1,3 +1,3 @@ DIST deepdiff-6.3.1.tar.gz 392651 BLAKE2B 605dddc7c9d5895388141cbd3ed1a566c0631050719f3bd849578d40497323c0e9c117a8b4c73b21010600caec775f7c226818d0f15f4f1a8f4c3829414323ce SHA512 13d9edf42eb50b6e63e038a2c17d7d54e82e5e6b5ddc3420cc457d91e220da92391b17c238ed3a49d0f69168cad887c2278182734be23265d5c53928b28c4c42 EBUILD deepdiff-6.3.1-r1.ebuild 873 BLAKE2B c368734341a649dbc8230927a2187a17ebd428fb214554778ce74493370f3f6f45beb1686b42372fe227226130caff0f034f72a428a24b0d0c6c54d3dcc670e3 SHA512 b7a7f88744256fe982a42a9b835ea1d8966319774fd1ee134f5bb2ac31c06c8ba4ef0e57d90ed41108958188a7a9bc30d3cb0938d8cd0e38fd4eba156527d301 -MISC metadata.xml 369 BLAKE2B b1418f3fdd2b49fc003b02e8eaadadfdb71a6133fee9191095852155368946e43542d92d318328a5cdc3610392f31faed85ac5f7e39024b32c399d73cb3bde3b SHA512 f15095a60c5c63447e57d8ca85f5b93eb55f3a42a4fd29d1af7116ba4f48c496f56e9e17aaeaba323d44823bafd7e6cb751b14ce6e092779eecdd34759ea5c1d +MISC metadata.xml 485 BLAKE2B f26f45bd1e750536952bcedf941166ae9ed39bcaf5bd2377102fb9546f8cdca8bfe23f137fa71fc1c05adc6b602e4831c96c712f27cd45eed80801aa6d1f4daa SHA512 1b8cf1dfd77b6dcab39b1cc3385e3d1b371ac6e9074167f2ba8e43333410e671a760c25a6a4496cf45fb023243a644d15b213824bd6a33c39991ef251cc3e3da diff --git a/dev-python/deepdiff/metadata.xml b/dev-python/deepdiff/metadata.xml index a79081a862b4..fc25e86ff446 100644 --- a/dev-python/deepdiff/metadata.xml +++ b/dev-python/deepdiff/metadata.xml @@ -5,6 +5,10 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> + <maintainer type="person"> + <email>martin-kokos@protonmail.com</email> + <name>Martin Mokry</name> + </maintainer> <upstream> <remote-id type="pypi">deepdiff</remote-id> <remote-id type="github">seperman/deepdiff</remote-id> diff --git a/dev-python/parse/Manifest b/dev-python/parse/Manifest index 7b3e66f8c07a..822024ababb1 100644 --- a/dev-python/parse/Manifest +++ b/dev-python/parse/Manifest @@ -1,5 +1,5 @@ DIST parse-1.19.0.tar.gz 30884 BLAKE2B 97f0d1fb7f1d2d826f20df592a61bc94e65ea583ba651d4ddf18b3ffb21d977444c2a3a0e75ba9138d2bae48668456d1ac56d50d05d4b8ed7721733f3bda59f2 SHA512 25e183949a78213e699c319f5dcf1b2664ea6cfcfae4b9eb8dcaf1825e55dcb2ce2032f9eb630e962acf2d94588d4f4b8cf340af1075cbab5ab44aed5377ef6f DIST parse-1.19.1.gh.tar.gz 26732 BLAKE2B 15a1a11d9ca5c93a07848db4acdae1b9b489e3366f3dcbdcbae06a22b2bc8183fd266106dec5b975be8fd6926ee29d9ee4850db8d8504b8fc489bee82c7f0492 SHA512 f3fd067cbe6f30f0e61297f471dd7eb183d351ca60bf5a4dfd31cf0775988ecea6dfdf3f0ecd23dbe9fb3f8be3f5c1b824af660074589cb3b289658d0af898fa EBUILD parse-1.19.0-r1.ebuild 422 BLAKE2B c17691baf6fc275b211f04966c2af2dd7b6cd0baa4c4e615db1d50bd7ef8996936e902fc24e15ad370ddef40fd0779d71c30ed31c8ede6adc8346605b22bd796 SHA512 395830ab7a43ca939c1eb29f5a1655fa020aa2007896a540b5d90e9889d907cd7aed33269b20cc55dcda12d65443e43a2e8cf9e1d0f90e4ee6d7e1054d473ed1 -EBUILD parse-1.19.1.ebuild 515 BLAKE2B d0c62f3778b0da0739f382930ce0747b438afe6282ce9d58135b75125dff09f1511dac6f8efb0b401efe2b8d56c7ab7109959e097743cd1c558782b9a3c158f4 SHA512 916c881794f6f95fc2f4cfcc6f3627451516168f9f68799eea5d7d138f4594fa2f958a10200b30b9c3efae2fb1b2011b4db71895e04fe933df5ae6a0f83e5056 +EBUILD parse-1.19.1.ebuild 514 BLAKE2B e540ad7b43e8d786d368c5dfe2d6997616f07ff2765655343abeb7a908b77ade4df2c5bffa14714201904504598589298e9e146b4f5592997afdf547cbaa8b82 SHA512 a51faefc4a60812d506f371bd8c894ba8b866a3e3f065709b2a1926dd8eda50c8b0dac70f491ed54dd4055d257d405c0f9abdfb9d1e9e6a6e4116ccbf620cfe9 MISC metadata.xml 396 BLAKE2B 42ba6e57fc13212435a73e964b285263bcf59113036917323c9d1f8f9b7a6c2154026023f8f5e5860ea883756f0faf374330eab21492f023aacfcef2e0e59a78 SHA512 b3c05ef4031f719e4349f165a9457d1fefb6bcd39167e99d1ccbe2a7c72b14b1541c16f4cdd334f670fe46c8c5a88ff875e8f57d33cdb6b85cab0fc7fae6b750 diff --git a/dev-python/parse/parse-1.19.1.ebuild b/dev-python/parse/parse-1.19.1.ebuild index d985905c67a1..728749eceea0 100644 --- a/dev-python/parse/parse-1.19.1.ebuild +++ b/dev-python/parse/parse-1.19.1.ebuild @@ -13,6 +13,6 @@ SRC_URI="https://github.com/r1chardj0n3s/parse/archive/refs/tags/${PV}.tar.gz -> LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" distutils_enable_tests unittest diff --git a/dev-python/parse_type/Manifest b/dev-python/parse_type/Manifest index 68b80fe7fc3e..931a0c6c6072 100644 --- a/dev-python/parse_type/Manifest +++ b/dev-python/parse_type/Manifest @@ -4,5 +4,5 @@ DIST parse_type-0.6.1.tar.gz 69604 BLAKE2B 49488855a605bf2763dd3b4c9d7444d8d5563 DIST parse_type-0.6.2.tar.gz 69720 BLAKE2B 76deaacc1824f701db74fbdd971b1dd8131f6d45f329e64f6eae993d6a41cebebb44c0653813bcb625e335bae5a81853c8c3704c0f102ebad96a38f43826059c SHA512 d614b105696baf135a7f8c84f751a2491dc7558cadf1c3891f1223f6196a7b041c499f3df4902b04daca5e6507522ec0f99533b6b1d027773a15f7738a574958 EBUILD parse_type-0.6.0-r1.ebuild 833 BLAKE2B d659a8769ab00e827afdfb577d81cd7e60f8e21de8caee1ca5783e77df23c7eb5388a97bda71b42728058d26f5155439178d3c7ca932e2aef7d113d32ac56e36 SHA512 3ed9ffb7f0376ccc82b80032aea17e16a56cb723e8a53cd2e78f362218b8235c4f9f7a1edccb3e09750e00609bfa15b8dcc9df5a62e6d197f0b76e8da7c95a46 EBUILD parse_type-0.6.1.ebuild 693 BLAKE2B 54a0b49dd7f4b28c2689c9fe7a55adf2d842db18271a1b3fb42b4ce9c99a9d844c0a603ab1835858e1f03110afaf3515d115b4871d3269d3a8e4a80f89b2e860 SHA512 39eec7163c95b220a2162ff39a742443e8073f2d3fb813fb9e167e84fe6d46ea03adebfb36170fd273ac34102d5ee8092891fb7c3efb71ac3f42ffc041189ba4 -EBUILD parse_type-0.6.2.ebuild 684 BLAKE2B f2e3840034d9b59638381ecb00ab4f364fdacd3433117b61e00fcd7e2d946805c6a3c1b5d569866fff84888b58e43ba81733ddc87ff13db7d290e28294b94204 SHA512 5ac0efe24024d713a007743a176219867d500d1d1ef7e04f4456eb46f0f2e99ea3e94eda10154e24db9420c7a4098201135be01e38624196ad627fdf588b4347 +EBUILD parse_type-0.6.2.ebuild 683 BLAKE2B 4eb22d09fc2277cdddf4fbfc8a8417d23cb1ddbc0d1017fe56c175f4268ce5a4e23a010f224119461dda5031daa15135729d74abe3490d5989fc21089d347255 SHA512 3e60c358154533d4c9c6b5556e770bee92f6e10cf320e9fa25dc0c1e63c464b6fa87721195d8a93ac3803d9f282214f4cc18db86f0f573f4f5fe78a27b00d527 MISC metadata.xml 401 BLAKE2B 38e88a68d1271796b0e160ca4266b0d35c135aebb3ae4c88ea609ebfc2407a2b8cd7332bcb4adc0ffb2188259d4bd41eaf22d53d0eaf1947078fcb253835e6de SHA512 ead81a56944702a5b717e6c1b909cc81ecc68194a08586a52ef5b46b533dd34ecdce1f8da098f6967e705c74cceb92c026b717f96056ac35f70134c8e1e5bfa3 diff --git a/dev-python/parse_type/parse_type-0.6.2.ebuild b/dev-python/parse_type/parse_type-0.6.2.ebuild index 7a06e2c06c0e..635bc52d0adb 100644 --- a/dev-python/parse_type/parse_type-0.6.2.ebuild +++ b/dev-python/parse_type/parse_type-0.6.2.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.org/project/parse-type/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" RDEPEND=" dev-python/parse[${PYTHON_USEDEP}] diff --git a/dev-python/poetry-plugin-export/Manifest b/dev-python/poetry-plugin-export/Manifest new file mode 100644 index 000000000000..9d5b8d080c0f --- /dev/null +++ b/dev-python/poetry-plugin-export/Manifest @@ -0,0 +1,3 @@ +DIST poetry_plugin_export-1.4.0.tar.gz 28553 BLAKE2B d2f7de4da9975cefde9ac02d9e4a36eada89fe00926eaf58d8ea402d57ef53209aa2e564b46616f0d71fa675512de6335a33a1714efe4a696f05c909a8313e45 SHA512 60fd1a63505e82f62372e7ec4e4908835f0556e86213b58ce836d3cf64bd6de8f83cbc965ad1a2b59c50ca3bf287675bda46b5a410a5f65078e091004eaf8ed9 +EBUILD poetry-plugin-export-1.4.0.ebuild 723 BLAKE2B a66933cde927d9b3c2d78ce66a9ae9ae4104ab84a8d3057dc878016d1b3bb3126f77fdfca9e40b25838d5931cdbaf403d3b5731b3c0820f2b87a86e1e9f715a8 SHA512 796eb177b651fceb18984d6b4a2945e0828f5180c508a75ff717c4ad69aeb772ba3385b62f2dfbc99e60d8881c17bc329e0c7cc931a4d7321f2e89df345c42a4 +MISC metadata.xml 514 BLAKE2B 27e1402c90d372d44302449b8b826a66a9795227e72a6b30ccdc316ff0146bb011b8a9fca613e8675ebe13c360d4ba77b6b30a057981e552e3f5762c3af6e65b SHA512 b214726af4d39d3f9a082d4e09e88d1fc63541f18cbdc31e9ceac88aa01ff44eb52cfbfdcca0994f5fd86b905ebbf39af2b0d083f7bca085c1a52c6cab52b630 diff --git a/dev-python/poetry-plugin-export/metadata.xml b/dev-python/poetry-plugin-export/metadata.xml new file mode 100644 index 000000000000..20f252723c38 --- /dev/null +++ b/dev-python/poetry-plugin-export/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <maintainer type="person"> + <email>martin-kokos@protonmail.com</email> + <name>Martin Mokry</name> + </maintainer> + <upstream> + <remote-id type="pypi">poetry-plugin-export</remote-id> + <remote-id type="github">python-poetry/poetry-plugin-export</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/poetry-plugin-export/poetry-plugin-export-1.4.0.ebuild b/dev-python/poetry-plugin-export/poetry-plugin-export-1.4.0.ebuild new file mode 100644 index 000000000000..b69f11168144 --- /dev/null +++ b/dev-python/poetry-plugin-export/poetry-plugin-export-1.4.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A plugin that allows the export of locked packages to various formats" +HOMEPAGE=" + https://python-poetry.org/ + https://github.com/python-poetry/poetry-plugin-export + https://pypi.org/project/poetry-plugin-export/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/poetry-core-1.6.0[${PYTHON_USEDEP}] +" + +DEPEND=" + test? ( + dev-python/poetry[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-python/poetry/Manifest b/dev-python/poetry/Manifest new file mode 100644 index 000000000000..bf581597b74d --- /dev/null +++ b/dev-python/poetry/Manifest @@ -0,0 +1,3 @@ +DIST poetry-1.5.1.tar.gz 1469755 BLAKE2B ac60d6aabe69b1e46a6fbc188579034e716a470384571a611952489d175485cf997636c9206a53e29be073582e672f8010ab5f8f13b58a12dc644279753f903e SHA512 863bc4ea43b6fc5b340f50f007c76d2c253223d6bd55ea5c1ead4bc353c3d4cd85d51372a774276e14d9fca733fac9c2f582892fec950b74f25dc188dafa7a96 +EBUILD poetry-1.5.1.ebuild 3928 BLAKE2B 961203605de46d649decc8dbec26b8ee52571cd569ab0d383f6b371f38897059ec7f20c89d919586e15c8157d0a9c3b29679efe87a05efaadb9b5f404e8dbeec SHA512 d2813f9ba955a8f3d1867b1f2b61cd470706684740fe34ca3b6636a5d02239d2e16c6ca5ee5baf7b417e64054b09974b18c8540557049559ad7a1137cd920664 +MISC metadata.xml 486 BLAKE2B 7757afe2f964f49a04a600ec80af8511387c3a80105c9050755e1815cac148734f540e4da8c1da401c15a63bf5d0a8200ed6a5e1c09e5dacc7d39f5f59dd343f SHA512 541063e55b4dc5b927ef4ff6b385663bbf978d13ac6644c2537483ec42f211780cab4d881b159894dfe86519b4655c80bcfe17cdb90a2e033077b390a3842f46 diff --git a/dev-python/poetry/metadata.xml b/dev-python/poetry/metadata.xml new file mode 100644 index 000000000000..a87ee8e5007b --- /dev/null +++ b/dev-python/poetry/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <maintainer type="person"> + <email>martin-kokos@protonmail.com</email> + <name>Martin Mokry</name> + </maintainer> + <upstream> + <remote-id type="pypi">poetry</remote-id> + <remote-id type="github">python-poetry/poetry</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/poetry/poetry-1.5.1.ebuild b/dev-python/poetry/poetry-1.5.1.ebuild new file mode 100644 index 000000000000..9fa3a6a19ab3 --- /dev/null +++ b/dev-python/poetry/poetry-1.5.1.ebuild @@ -0,0 +1,92 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A frontend for poetry - a python dependency management and packaging tool" +HOMEPAGE=" + https://python-poetry.org/ + https://github.com/python-poetry/poetry + https://pypi.org/project/poetry/" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/poetry-core-1.6.1[${PYTHON_USEDEP}] + >=dev-python/poetry-plugin-export-1.4.0[${PYTHON_USEDEP}] + >=dev-python/build-0.10.0[${PYTHON_USEDEP}] + >=dev-python/cleo-2.0.0[${PYTHON_USEDEP}] + >=dev-python/crashtest-0.4.1[${PYTHON_USEDEP}] + >=dev-python/dulwich-0.21.2[${PYTHON_USEDEP}] + >=dev-python/installer-0.7.0[${PYTHON_USEDEP}] + >=dev-python/jsonschema-4.10.0[${PYTHON_USEDEP}] + >=dev-python/keyring-23.9.0[${PYTHON_USEDEP}] + >=dev-python/packaging-20.4[${PYTHON_USEDEP}] + >=dev-python/pexpect-4.7.0[${PYTHON_USEDEP}] + >=dev-python/pkginfo-1.9.4[${PYTHON_USEDEP}] + >=dev-python/platformdirs-3.0.0[${PYTHON_USEDEP}] + >=dev-python/requests-2.18[${PYTHON_USEDEP}] + >=dev-python/requests-toolbelt-0.10.1[${PYTHON_USEDEP}] + >=dev-python/shellingham-1.5.0[${PYTHON_USEDEP}] + >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] + >=dev-python/tomlkit-0.11.6[${PYTHON_USEDEP}] + >=dev-python/trove-classifiers-2022.5.19[${PYTHON_USEDEP}] + >=dev-python/virtualenv-20.22.0[${PYTHON_USEDEP}] + >=dev-python/cachecontrol-0.12.9[${PYTHON_USEDEP}] +" + +DEPEND=" + test? ( + >=dev-python/deepdiff-6.3.1[${PYTHON_USEDEP}] + >=dev-python/httpretty-1.0[${PYTHON_USEDEP}] + >=dev-python/pytest-mock-3.9[${PYTHON_USEDEP}] + >=dev-python/pytest-xdist-3.1[${PYTHON_USEDEP}] + ) +" + +src_prepare() { + # Dependency on abandoned package cachy has been removed from poetry https://github.com/python-poetry/poetry/pull/5868 + # and remains in tests only for time being, so we can skip them. + # removal of tests upstream https://github.com/python-poetry/poetry/pull/7437 + sed -e "s/from cachy import CacheManager/from unittest import mock; CacheManager = mock.Mock # Gentoo ebuild patched/g" \ + -i tests/console/commands/cache/conftest.py \ + -i tests/utils/test_cache.py || die + sed -e 's:"cachy_file_cache", ::g' \ + -i tests/utils/test_cache.py || die + + distutils-r1_src_prepare +} + +EPYTEST_DESELECT=( + # Dependency on abandoned package cachy has been removed from poetry https://github.com/python-poetry/poetry/pull/5868 + # and remains in tests only for time being, so we can skip them. + # removal of tests upstream https://github.com/python-poetry/poetry/pull/7437 + tests/console/commands/cache/test_clear.py::test_cache_clear_all + tests/console/commands/cache/test_clear.py::test_cache_clear_all_no + tests/console/commands/cache/test_clear.py::test_cache_clear_pkg + tests/console/commands/cache/test_clear.py::test_cache_clear_pkg_no + tests/utils/test_cache.py::test_cachy_compatibility + + # Tests require network (they run `pip install ...`) + tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_directories + tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_git + tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_git_with_subdirectories + tests/installation/test_pip_installer.py::test_uninstall_git_package_nspkg_pth_cleanup + tests/installation/test_executor.py::test_executor_should_write_pep610_url_references_for_non_wheel_files + tests/installation/test_installer.py::test_installer_with_pypi_repository + + # Works with network, but otherwise: Backend 'poetry.core.masonry.api' is not available. + tests/installation/test_chef.py::test_prepare_sdist + tests/installation/test_chef.py::test_prepare_directory + tests/installation/test_chef.py::test_prepare_directory_with_extensions + tests/installation/test_chef.py::test_prepare_directory_editable +) + +distutils_enable_tests pytest |