guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: perl-parent: Part of Perl core.


From: guix-commits
Subject: 02/02: gnu: perl-parent: Part of Perl core.
Date: Tue, 25 Jun 2019 14:17:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6c6a049b13759c457c1d74951327e579df866900
Author: Efraim Flashner <address@hidden>
Date:   Tue Jun 25 21:06:12 2019 +0300

    gnu: perl-parent: Part of Perl core.
    
    * gnu/packages/perl.scm (perl-parent): Mark deprecated.
    (perl-file-temp, perl-moose)[propagated-inputs]: Remove perl-parent.
---
 gnu/packages/perl.scm | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d32905f..909b7fa 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3816,8 +3816,6 @@ slurping and spewing.  All functions are optionally 
exported.")
        (sha256
         (base32 "0pr3wrxrk93wy7dz9gsb1sgl77icrs8rh2mah6wms5cdi2ll5ch1"))))
     (build-system perl-build-system)
-    (propagated-inputs
-     `(("perl-parent" ,perl-parent)))
     (home-page "https://metacpan.org/release/File-Temp";)
     (synopsis "Return name and handle of a temporary file safely")
     (description "File::Temp can be used to create and open temporary files in
@@ -5615,7 +5613,6 @@ Moose and is optimised for rapid startup.")
        ("perl-package-stash" ,perl-package-stash)
        ("perl-package-stash-xs" ,perl-package-stash-xs)
        ("perl-params-util" ,perl-params-util)
-       ("perl-parent" ,perl-parent)
        ("perl-scalar-list-utils" ,perl-scalar-list-utils)
        ("perl-sub-exporter" ,perl-sub-exporter)
        ("perl-sub-name" ,perl-sub-name)
@@ -6945,22 +6942,7 @@ distributions.")
     (license (package-license perl))))
 
 (define-public perl-parent
-  (package
-    (name "perl-parent")
-    (version "0.237")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/C/CO/CORION/"
-                           "parent-" version ".tar.gz"))
-       (sha256
-        (base32 "1bnaadzf51g6zrpq6pvvgds2cc9d4w1vck7sapkd3hb5hmjdk28h"))))
-    (build-system perl-build-system)
-    (home-page "https://metacpan.org/release/parent";)
-    (synopsis "Establish an ISA relationship with base classes at compile 
time")
-    (description "Allows you to both load one or more modules, while setting
-up inheritance from those modules at the same time.")
-    (license (package-license perl))))
+  (deprecated-package "perl-parent" perl))
 
 (define-public perl-path-class
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]