summaryrefslogtreecommitdiff
path: root/dev-python/poetry-plugin-export
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/poetry-plugin-export')
-rw-r--r--dev-python/poetry-plugin-export/Manifest2
-rw-r--r--dev-python/poetry-plugin-export/poetry-plugin-export-1.10.1.ebuild29
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/poetry-plugin-export/Manifest b/dev-python/poetry-plugin-export/Manifest
index b27607bb7d6f..83a5a6e6fcca 100644
--- a/dev-python/poetry-plugin-export/Manifest
+++ b/dev-python/poetry-plugin-export/Manifest
@@ -1,2 +1,4 @@
DIST poetry_plugin_export-1.10.0.tar.gz 36849 BLAKE2B 1fd1214e36c7b7c07a8bac8182f8825a5fe41087e509d2ace24d526362f5c42e706139d4bd561a3ad1cd909dd3b15fdc17efa942fde801e3669a12e284d2ab04 SHA512 0c97dfbdf103f847282c65ee12e257e2a01cc0ddc657336ed0ab92c789eb085e776d5405ece9b462982299b5e13d760e135ac82f85566b31e567565348bec4ca
DIST poetry_plugin_export-1.10.0.tar.gz.provenance 9757 BLAKE2B dec402425f0fa6855c9b6ffa41b51d89174f0f0c2a84f2d5e8271b8cdc9b4a2a99da4c8be945e381c01260ad7fcbdb4a1cd6159a3055df4cfad3cd38859cdbbf SHA512 71d177a86b2a36e77fe94d38955193a5e72050bedfe4abebb9939065f979455781908b5a36ae35b073f0694bbe2049594028d9e569e7c1bfff96f006401f18f9
+DIST poetry_plugin_export-1.10.1.tar.gz 36955 BLAKE2B ab9a87008331917d1610f603544aafe90430b34e5ee81b99a66d6b0f463db2cb8762d102b4c32e3ccd2b5451cbe95be5cf3f867b04f5a452d27dd4b99d255428 SHA512 6f8f2adeee7390bb7e5b1b9d228da42095c3c9e88102c3c601c26988b56f68a1956c594c493592cfa2e8302a30faf631e5a758fbb756921463f23d9c2e9aaecb
+DIST poetry_plugin_export-1.10.1.tar.gz.provenance 10266 BLAKE2B a35f79d264f91555309142f001848f16062ef4c61bfc77456512070e8a65a663d8387f06aa27fd7ed59a221da5599ec1cbef895d3c6cf776dbe59aa2213d3275 SHA512 fc7a9a92f0fd41532318e056380a28c3efaf6247c9863310bd38b085ce22819c9a7d357d06bac1ee3d2458216f793d7d870b593d87b7138999982b22f92df1f3
diff --git a/dev-python/poetry-plugin-export/poetry-plugin-export-1.10.1.ebuild b/dev-python/poetry-plugin-export/poetry-plugin-export-1.10.1.ebuild
new file mode 100644
index 000000000000..a21539ea6863
--- /dev/null
+++ b/dev-python/poetry-plugin-export/poetry-plugin-export-1.10.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry-core
+PYPI_VERIFY_REPO=https://github.com/python-poetry/poetry-plugin-export
+PYTHON_COMPAT=( python3_{13..14} )
+
+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 ~arm64"
+
+RDEPEND="
+ >=dev-python/poetry-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/poetry-core-2.5.0[${PYTHON_USEDEP}]
+ >=dev-python/tomlkit-0.11.4[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( pytest-{mock,xdist} )
+distutils_enable_tests pytest