diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:33:40 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:33:40 +0000 |
commit | 975063ae8a4ae281053f0bb6f05b21254a72683a (patch) | |
tree | e6fc619dab2db501f33f4dd7aae4ab38c894b962 /px/packages/python-xyz.scm | |
parent | 2f1eb37341aa3e06a57502644739fc470dce8f90 (diff) |
px: Remove python-pylint-2.5.3.
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index cb01480..d64c37a 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -294,25 +294,6 @@ It give you an easy way to pass from raw mail to Python object that you can use in your code.") (license license:asl2.0))) -(define-public python-pylint-2.5.3 - (package - (inherit python-pylint) - (name "python-pylint") - (version "2.5.3") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/PyCQA/pylint") - (commit (string-append "pylint-" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "04cgbh2z1mygar63plzziyz34yg6bdr4i0g63jp256fgnqwb1bi3")))) - (arguments - `(#:tests? #f - #:phases (modify-phases %standard-phases - (delete 'sanity-check)))))) - (define-public python-simplejson-3.17.0 (package (inherit python-simplejson) |