[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
286/420: gnu: Add python-poetry-plugin-export.
From: |
guix-commits |
Subject: |
286/420: gnu: Add python-poetry-plugin-export. |
Date: |
Tue, 26 Nov 2024 16:29:18 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit cb59907e6d04cbb6675cfab8ae4d8b06a5e00420
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 9 21:15:07 2024 +0000
gnu: Add python-poetry-plugin-export.
* gnu/packages/python-xyz.scm (python-poetry-plugin-export): New variable.
Change-Id: Ic7dfe9bc84c634bb17492246a3fbe20d2dda9b4d
---
gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 49b5a0abc9..6e220bfb63 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1873,6 +1873,30 @@ scatter plots, histograms and heatmaps in the terminal
using braille dots.")
the versioning system in PEP 517 build frontends.")
(license license:expat)))
+(define-public python-poetry-plugin-export
+ (package
+ (name "python-poetry-plugin-export")
+ (version "1.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "poetry_plugin_export" version))
+ (sha256
+ (base32 "0qgw6w4xaw7cz9ykw376c5hcg9v2k30lnmna6pc9b4ymhn51d9hz"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:tests? #f)) ;tests cycle with poetry
+ (native-inputs
+ (list python-poetry-core))
+ (propagated-inputs
+ (list python-pendulum))
+ (home-page "https://python-poetry.org/")
+ (synopsis "Poetry plugin to export the dependencies to various formats")
+ (description
+ "Poetry plugin to export the dependencies to various formats.")
+ (license license:expat)))
+
(define-public python-portpicker
(package
(name "python-portpicker")
- 388/420: gnu: python-vcrpy: Update to 6.0.2., (continued)
- 388/420: gnu: python-vcrpy: Update to 6.0.2., guix-commits, 2024/11/26
- 403/420: gnu: python-aiofiles: Fix indentation., guix-commits, 2024/11/26
- 413/420: gnu: python-jsonpickle: Update to 4.0.0., guix-commits, 2024/11/26
- 416/420: gnu: hypercorn: Update to 0.17.3., guix-commits, 2024/11/26
- 116/420: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/26
- 115/420: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/26
- 279/420: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/26
- 308/420: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/26
- 322/420: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/26
- 348/420: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/26
- 286/420: gnu: Add python-poetry-plugin-export.,
guix-commits <=
- 350/420: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/26
- 361/420: gnu: python-pydantic: Update to 1.10.19., guix-commits, 2024/11/26
- 329/420: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/26
- 362/420: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/26
- 365/420: gnu: Remove python-pytest-catchlog., guix-commits, 2024/11/26
- 341/420: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/26
- 369/420: gnu: Add python-pytest-lazy-fixtures., guix-commits, 2024/11/26
- 378/420: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/26
- 379/420: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/26
- 384/420: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/26