[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71540] [PATCH 8/8] gnu: Remove python-poetry-core-1.0.
From: |
Antero Mejr |
Subject: |
[bug#71540] [PATCH 8/8] gnu: Remove python-poetry-core-1.0. |
Date: |
Fri, 14 Jun 2024 20:49:59 +0000 |
* gnu/packages/python-build.scm (python-poetry-core-1.0): Delete variable.
Change-Id: Ibf35d50d1c4210a4855ac71eaffa1147cbbbc1a7
---
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 7f16d2b27f..7ca741d744 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -525,26 +525,6 @@ (define-public python-pypa-build
order to make bootstrapping easier.")
(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")
--
2.45.1
- [bug#71540] [PATCH 0/5] gnu: poetry: Update to 1.7.1., (continued)
[bug#71540] [PATCH 2/8] gnu: Add python-poetry-plugin-export., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 1/8] gnu: Add python-installer., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 3/8] gnu: python-poetry-core: Update to 1.9.0., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 4/8] gnu: poetry: Update to 1.8.3., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 5/8] gnu: python-betamax: Update to 0.9.0., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 6/8] gnu: python-requests-toolbelt: Update to 1.0.0., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 7/8] gnu: python-jsonpickle: Update to 3.2.1., Antero Mejr, 2024/06/14
[bug#71540] [PATCH 8/8] gnu: Remove python-poetry-core-1.0.,
Antero Mejr <=