summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-18 21:55:07 +0000
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:12 +0200
commit8224c56e00f48814c23be35f6ae66d62ff3dce09 (patch)
treec9aa493d76c4bc34d706cb0ec68b0db6f1b5d7b2 /gnu/packages/python-xyz.scm
parentb0faa68d520ef0de1e8dac897721469b3a85e913 (diff)
gnu: Remove python-flake8-pie.
* gnu/packages/python-xyz.scm (python-flake8-pie): Delete variable. Change-Id: I094d1b46090473f4cdb19bf40088d717c574f778
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3a7a92a19b..65a3f2132a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16600,41 +16600,6 @@ expressions after the entire file has been read. This enables support for
first-class forward references that stub files use.")
(license license:expat)))
-;; XXX: Deprecated in upstream: This repository has been archived by the owner
-;; on Nov 30, 2024. It is now read-only.
-;; Consider to remove when nothing is depend on it.
-(define-public python-flake8-pie
- (package
- (name "python-flake8-pie")
- (version "0.16.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "flake8-pie" version))
- (sha256
- (base32 "1fhmwm8blimnfmi1cj8q0kqd77vskgjb794jbp837yh64ywvgp5q"))))
- (build-system pyproject-build-system)
- (arguments
- (list
- #:test-flags
- #~(list "-k" "not test_examples and not test_prefer_simple_any_all")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'use-poetry-core
- (lambda _
- ;; Patch to use the core poetry API.
- (substitute* "pyproject.toml"
- (("poetry.masonry.api") "poetry.core.masonry.api")))))))
- (native-inputs
- (list python-poetry-core
- python-pytest))
- (home-page "https://github.com/sbdchd/flake8-pie")
- (synopsis "Flake8 extension that implements lints")
- (description
- "This package provides a flake8 extension that implements miscellaneous
-lints.")
- (license license:bsd-2)))
-
(define-public python-flake8-quotes
(package
(name "python-flake8-quotes")