guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 07f54635ae7fe5bd059b7f6188854a21c0f8dbdd
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Aug 30 11:56:15 2025 +0200

    gnu: Remove pep module.
    
    * gnu/packages/pep.scm: Remove file.
    * gnu/local.mk (GNU_SYSTEM_MODULES), po/packages/POTFILES.in: Unregister
    file.
    
    Fixes: guix/guix#1692
    Change-Id: Id0fb24621509971f18d8be8420047859870c3f03
---
 gnu/local.mk            |  1 -
 gnu/packages/pep.scm    | 43 -------------------------------------------
 po/packages/POTFILES.in |  1 -
 3 files changed, 45 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 6dec1030c5..1acb49af74 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -537,7 +537,6 @@ GNU_SYSTEM_MODULES =                                \
   %D%/packages/pcre.scm                                \
   %D%/packages/pdf.scm                         \
   %D%/packages/pem.scm                         \
-  %D%/packages/pep.scm                         \
   %D%/packages/perl.scm                                \
   %D%/packages/perl-check.scm                  \
   %D%/packages/perl-compression.scm            \
diff --git a/gnu/packages/pep.scm b/gnu/packages/pep.scm
deleted file mode 100644
index 4bb8f91281..0000000000
--- a/gnu/packages/pep.scm
+++ /dev/null
@@ -1,43 +0,0 @@
-;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2020, 2021 Hartmut Goebel <[email protected]>
-;;;
-;;; This file is part of GNU Guix.
-;;;
-;;; GNU Guix is free software; you can redistribute it and/or modify it
-;;; under the terms of the GNU General Public License as published by
-;;; the Free Software Foundation; either version 3 of the License, or (at
-;;; your option) any later version.
-;;;
-;;; GNU Guix is distributed in the hope that it will be useful, but
-;;; WITHOUT ANY WARRANTY; without even the implied warranty of
-;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-;;; GNU General Public License for more details.
-;;;
-;;; You should have received a copy of the GNU General Public License
-;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
-
-(define-module (gnu packages pep)
-  #:use-module ((guix licenses) #:prefix license:)
-  #:use-module (guix packages)
-  #:use-module (guix git-download)
-  #:use-module (guix build-system gnu)
-  #:use-module (guix build-system python)
-  #:use-module (guix build-system pyproject)
-  #:use-module (gnu packages)
-  #:use-module (gnu packages base)
-  #:use-module (gnu packages boost)
-  #:use-module (gnu packages check)
-  #:use-module (gnu packages documentation)
-  #:use-module (gnu packages graphviz)
-  #:use-module (gnu packages java)
-  #:use-module (gnu packages linux)
-  #:use-module (gnu packages mail) ; for libetpan
-  #:use-module (gnu packages nettle)
-  #:use-module (gnu packages pkg-config)
-  #:use-module (gnu packages python-build)
-  #:use-module (gnu packages python-xyz)
-  #:use-module (gnu packages sequoia)
-  #:use-module (gnu packages sqlite)
-  #:use-module (gnu packages tls)
-  #:use-module (gnu packages xml))
-
diff --git a/po/packages/POTFILES.in b/po/packages/POTFILES.in
index b3d2eac14a..12bda0342b 100644
--- a/po/packages/POTFILES.in
+++ b/po/packages/POTFILES.in
@@ -296,7 +296,6 @@ gnu/packages/patchutils.scm
 gnu/packages/patool.scm
 gnu/packages/pdf.scm
 gnu/packages/pem.scm
-gnu/packages/pep.scm
 gnu/packages/perl-check.scm
 gnu/packages/perl-maths.scm
 gnu/packages/perl-web.scm

Reply via email to