From patchwork Wed Nov 10 03:07:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: phodina X-Patchwork-Id: 34374 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 7833227BBE3; Wed, 10 Nov 2021 03:09:09 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id ED51127BBE1 for ; Wed, 10 Nov 2021 03:09:08 +0000 (GMT) Received: from localhost ([::1]:41000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mkdz2-00036l-6F for patchwork@mira.cbaines.net; Tue, 09 Nov 2021 22:09:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52878) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mkdyw-00036T-Io for guix-patches@gnu.org; Tue, 09 Nov 2021 22:09:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:53196) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mkdyv-0005WK-T7 for guix-patches@gnu.org; Tue, 09 Nov 2021 22:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mkdyv-0005VV-LR for guix-patches@gnu.org; Tue, 09 Nov 2021 22:09:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#51739] [PATCH 2/3] gnu: Use license: prefix. References: In-Reply-To: Resent-From: phodina Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 10 Nov 2021 03:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51739 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "51739@debbugs.gnu.org" <51739@debbugs.gnu.org> Received: via spool by 51739-submit@debbugs.gnu.org id=B51739.163651368121083 (code B ref 51739); Wed, 10 Nov 2021 03:09:01 +0000 Received: (at 51739) by debbugs.gnu.org; 10 Nov 2021 03:08:01 +0000 Received: from localhost ([127.0.0.1]:36506 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mkdxx-0005Tm-9h for submit@debbugs.gnu.org; Tue, 09 Nov 2021 22:08:01 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:37660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mkdxv-0005TQ-IO for 51739@debbugs.gnu.org; Tue, 09 Nov 2021 22:08:00 -0500 Date: Wed, 10 Nov 2021 03:07:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1636513668; bh=SvgVPiNcaDulvnqMzTwYYd4SLA4TNFgqblVWhVF9dQg=; h=Date:To:From:Reply-To:Subject:From; b=CdUjll7EuoRoEt0q9imfhpH2RFjA5jayEfBOuemrOoXig0zpEOC6deVHLXpMIAOT1 9ozwZNIYXSzyW6C0UPipP9lv/w5wbjQ55PQWEHVti9f3P7fQf+bgG4d3RGZM/qAGbP 33APaF7mfLmsvuWJsrBHQfoFgdiu1eq9XD3TUcQ0= Message-ID: MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" Reply-to: phodina X-ACL-Warn: , phodina via Guix-patches X-Patchwork-Original-From: phodina via Guix-patches via From: phodina X-getmail-retrieved-from-mailbox: Patches * gnu/packages/time.scm (time, python-pytimeparse, python-pytzdata, python2-tzdata, python-pytz, python2-pytz, python-pendulum, python-dateutil, python2-dateutil, python-parsedatetime, python2-parsedatetime, python-ciso8601, python-tzlocal, python-isodate, python2-isodate, python-iso8601, python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339, python2-pyrfc3339, python-arrow, python-aniso8601, python2-aniso8601, datefudge, countdown) [license]: Prefix with license:. --- 2.33.1 diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index b60fab5db5..ce0f644194 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -50,7 +50,7 @@ (define-module (gnu packages time) #:use-module (guix build-system python) #:use-module (guix download) #:use-module (guix git-download) - #:use-module (guix licenses) + #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) (define-public time @@ -72,7 +72,7 @@ (define-public time "Time is a command that displays information about the resources that a program uses. The display output of the program can be customized or saved to a file.") - (license gpl3+))) + (license license:gpl3+))) (define-public python-pytimeparse (package @@ -92,7 +92,7 @@ (define-public python-pytimeparse (synopsis "Time expression parser") (description "This small Python module parses various kinds of time expressions.") - (license expat))) + (license license:expat))) (define-public python-pytzdata (package @@ -115,7 +115,7 @@ (define-public python-pytzdata (synopsis "Timezone database for Python") (description "This library provides a timezone database for Python.") - (license expat))) + (license license:expat))) (define-public python2-tzdata (package-with-python2 python-pytzdata)) @@ -139,7 +139,7 @@ (define-public python-pytz allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time. Almost all of the Olson timezones are supported.") - (license expat))) + (license license:expat))) (define-public python2-pytz (package-with-python2 python-pytz)) @@ -167,7 +167,7 @@ (define-public python-pendulum @{datetime} class, providing an alternative API. As it inherits from the standard @code{datetime} all @code{datetime} instances can be replaced by Pendulum instances.") - (license expat))) + (license license:expat))) (define-public python-dateutil (package @@ -208,7 +208,7 @@ (define-public python-dateutil ;; The license was changed from the three-clause BSD license to a dual ;; Apache 2.0/BSD-3 variant at 2017-12-01. Some code is only available as ;; BSD-3 still; but all new code is dual licensed (the user can choose). - (license (list bsd-3 asl2.0)))) + (license (list license:bsd-3 license:asl2.0)))) (define-public python2-dateutil (package-with-python2 python-dateutil)) @@ -236,7 +236,7 @@ (define-public python-parsedatetime (synopsis "Parse human-readable date/time text") (description "Parse human-readable date/time text.") - (license asl2.0))) + (license license:asl2.0))) (define-public python2-parsedatetime (package-with-python2 python-parsedatetime)) @@ -267,7 +267,7 @@ (define-public python-ciso8601 (description "The package ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects.") - (license expat))) + (license license:expat))) (define-public python-tzlocal (package @@ -305,7 +305,7 @@ (define-public python-tzlocal This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several distributions that's hard or impossible to figure out.") - (license expat))) + (license license:expat))) (define-public python-isodate (package @@ -326,7 +326,7 @@ (define-public python-isodate (description "Python-isodate is a python module for parsing and formatting ISO 8601 dates, time and duration.") - (license bsd-3))) + (license license:bsd-3))) (define-public python2-isodate (package-with-python2 python-isodate)) @@ -355,7 +355,7 @@ (define-public python-iso8601 (description "This module parses the most common forms of ISO 8601 date strings (e.g. @code{2007-01-14T20:34:22+00:00}) into @code{datetime} objects.") - (license expat))) + (license license:expat))) (define-public python2-iso8601 (package-with-python2 python-iso8601)) @@ -378,7 +378,7 @@ (define-public python-monotonic (description "This module provides a @code{monotonic()} function which returns the value (in fractional seconds) of a clock which never goes backwards.") - (license asl2.0))) + (license license:asl2.0))) (define-public python2-monotonic (package-with-python2 python-monotonic)) @@ -403,7 +403,7 @@ (define-public python-pyrfc3339 (synopsis "Python timestamp library") (description "Python library for generating and parsing RFC 3339-compliant timestamps.") - (license expat))) + (license license:expat))) (define-public python2-pyrfc3339 (package-with-python2 python-pyrfc3339)) @@ -445,7 +445,7 @@ (define-public python-arrow "Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.") - (license asl2.0))) + (license license:asl2.0))) (define-public python-aniso8601 (package @@ -510,7 +510,7 @@ (define-public datefudge "Utility that fakes the system time by pre-loading a small library that modifies the @code{time}, @code{gettimeofday} and @code{clock_gettime} system calls.") - (license gpl2))) + (license license:gpl2))) (define-public countdown (package @@ -537,4 +537,4 @@ (define-public countdown "Countdown provides a fancy text display while it counts down to zero from a starting point you provide. The user can pause and resume the countdown from the text user interface.") - (license expat))) + (license license:expat)))