[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50282] [PATCH 5/5] gnu: Remove python2-pysqlite.
From: |
Pierre Langlois |
Subject: |
[bug#50282] [PATCH 5/5] gnu: Remove python2-pysqlite. |
Date: |
Mon, 30 Aug 2021 20:13:45 +0100 |
* gnu/packages/databases.scm (python2-pysqlite): Remove.
---
gnu/packages/databases.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 884830262e..7e521bed8f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2924,30 +2924,6 @@ on localhost.")
(define-public python2-ccm
(package-with-python2 python-ccm))
-(define-public python2-pysqlite
- (package
- (name "python2-pysqlite")
- (version "2.8.3")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pysqlite" version))
- (sha256
- (base32
- "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp"))))
- (build-system python-build-system)
- (inputs
- `(("sqlite" ,sqlite)))
- (arguments
- `(#:python ,python-2 ; incompatible with Python 3
- #:tests? #f)) ; no test target
- (home-page "https://github.com/ghaering/pysqlite")
- (synopsis "SQLite bindings for Python")
- (description
- "Pysqlite provides SQLite bindings for Python that comply to the
-Database API 2.0T.")
- (license license:zlib)))
-
(define-public python-sqlalchemy
(package
(name "python-sqlalchemy")
--
2.33.0