[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
289/361: gnu: Remove python-poetry-core-1.0.
From: |
guix-commits |
Subject: |
289/361: gnu: Remove python-poetry-core-1.0. |
Date: |
Thu, 21 Nov 2024 06:29:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit d9cd3128ecd5792718448a476035f84a5656220e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 9 21:16:55 2024 +0000
gnu: Remove python-poetry-core-1.0.
* gnu/packages/python-build.scm (python-poetry-core-1.0): Delete variable.
Change-Id: I02e57215a54ec6d080bb3a844b7bc519ffa09af8
---
gnu/packages/python-build.scm | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 67819417cc..d924e3fd0b 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -554,26 +554,6 @@ order to make bootstrapping easier.")
"This package provides a library for installing Python wheels.")
(license license:expat)))
-(define-public python-poetry-core-1.0
- (package
- (name "python-poetry-core")
- (version "1.0.7")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "poetry-core" version))
- (sha256
- (base32 "01n2rbsvks7snrq3m1d08r3xz9q2715ajb62fdb6rvqnb9sirhcq"))))
- (build-system python-build-system)
- (home-page "https://github.com/python-poetry/poetry-core")
- (synopsis "Poetry PEP 517 build back-end")
- (description
- "The @code{poetry-core} module provides a PEP 517 build back-end
-implementation developed for Poetry. This project is intended to be
-a light weight, fully compliant, self-contained package allowing PEP 517
-compatible build front-ends to build Poetry managed projects.")
- (license license:expat)))
-
(define-public python-poetry-core
(package
(name "python-poetry-core")
- 258/361: gnu: python-scrapy: Fix build., (continued)
- 258/361: gnu: python-scrapy: Fix build., guix-commits, 2024/11/21
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/21
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/21
- 277/361: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/21
- 279/361: gnu: python-pysolr: Update to 3.10.0., guix-commits, 2024/11/21
- 281/361: gnu: beets: Use G-expressions., guix-commits, 2024/11/21
- 284/361: gnu: beets: Update to 2.0.0., guix-commits, 2024/11/21
- 286/361: gnu: Add python-poetry-plugin-export., guix-commits, 2024/11/21
- 285/361: gnu: Add python-sphinx-design., guix-commits, 2024/11/21
- 287/361: gnu: Add python-pypa-installer., guix-commits, 2024/11/21
- 289/361: gnu: Remove python-poetry-core-1.0.,
guix-commits <=
- 288/361: gnu: poetry: Fix build., guix-commits, 2024/11/21
- 291/361: gnu: Add python-rgbxy., guix-commits, 2024/11/21
- 302/361: gnu: Remove python-pluggy-next., guix-commits, 2024/11/21
- 304/361: gnu: python-pexpect: Improve package style., guix-commits, 2024/11/21
- 312/361: gnu: python-pytest-cov: Update to 6.0.0., guix-commits, 2024/11/21
- 299/361: gnu: python-pytest: Update to 8.3.3., guix-commits, 2024/11/21
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/21
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/21
- 311/361: gnu: python-coverage: Update to 7.6.7., guix-commits, 2024/11/21
- 315/361: gnu: python-cffi: Update to 1.17.1., guix-commits, 2024/11/21