From 041c048119f13e40527ccc20a0819fce4c8663a9 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:14:58 -0400 Subject: gnu: Remove python2-monotonic. * gnu/packages/time.scm (python2-monotonic): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index ca5e462680..496177323e 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -436,9 +436,6 @@ ISO 8601 dates, time and duration.") value (in fractional seconds) of a clock which never goes backwards.") (license asl2.0))) -(define-public python2-monotonic - (package-with-python2 python-monotonic)) - (define-public python-pyrfc3339 (package (name "python-pyrfc3339") -- cgit v1.2.3 From 17143c8c4d31a70349262976326bb1017ebee40b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:15:02 -0400 Subject: gnu: Remove python2-parsedatetime. * gnu/packages/time.scm (python2-parsedatetime): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 496177323e..7d1e296176 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -294,9 +294,6 @@ datetime module, available in Python 2.3+.") "Parse human-readable date/time text.") (license asl2.0))) -(define-public python2-parsedatetime - (package-with-python2 python-parsedatetime)) - (define-public python-ciso8601 (package (name "python-ciso8601") -- cgit v1.2.3 From 1e3beb327d54832192cbf2bb12e00def2ba30625 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:15:11 -0400 Subject: gnu: Remove python2-aniso8601. * gnu/packages/time.scm (python2-aniso8601): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 7d1e296176..779b6cb495 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -515,9 +515,6 @@ datetime type.") "This package contains a library for parsing ISO 8601 datetime strings.") (license bsd-3))) -(define-public python2-aniso8601 - (package-with-python2 python-aniso8601)) - (define-public datefudge (package (name "datefudge") -- cgit v1.2.3 From 391251a74ca230555277055e2ae23c59ee49116b Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:16:57 -0400 Subject: gnu: Remove python2-tzdata. * gnu/packages/time.scm (python2-tzdata): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 779b6cb495..9f41f352bb 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -119,9 +119,6 @@ expressions.") "This library provides a timezone database for Python.") (license expat))) -(define-public python2-tzdata - (package-with-python2 python-pytzdata)) - (define-public python-pytz (package (name "python-pytz") -- cgit v1.2.3 From 9257f235f09ce9da68b4329ee1ad888eb8e40f52 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:49:57 -0400 Subject: gnu: Remove python2-isodate. * gnu/packages/time.scm (python2-isodate): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 9f41f352bb..2930d1f3a7 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -378,9 +378,6 @@ under several distributions that's hard or impossible to figure out.") ISO 8601 dates, time and duration.") (license bsd-3))) -(define-public python2-isodate - (package-with-python2 python-isodate)) - (define-public python-iso8601 (package (name "python-iso8601") -- cgit v1.2.3 From 74f9e518c674e25ff4598c8887461bb26bbfb8ac Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:50:02 -0400 Subject: gnu: Remove python2-pyrfc3339. * gnu/packages/time.scm (python2-pyrfc3339): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 2930d1f3a7..4ff7b889ac 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -449,9 +449,6 @@ value (in fractional seconds) of a clock which never goes backwards.") timestamps.") (license expat))) -(define-public python2-pyrfc3339 - (package-with-python2 python-pyrfc3339)) - (define-public python-arrow (package (name "python-arrow") -- cgit v1.2.3 From dd722fc950ab7df501537254d0800c8ecbbd98a5 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 03:16:15 -0400 Subject: gnu: Remove python2-dateutil. * gnu/packages/time.scm (python2-dateutil): Delete variable. --- gnu/packages/time.scm | 40 ---------------------------------------- 1 file changed, 40 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 4ff7b889ac..314ffcc18f 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -229,46 +229,6 @@ datetime module, available in Python 2.3+.") ;; BSD-3 still; but all new code is dual licensed (the user can choose). (license (list bsd-3 asl2.0)))) -(define-public python2-dateutil - (package - (name "python2-dateutil") - (version "2.8.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "python-dateutil" version)) - (sha256 - (base32 - "11iy7m4bp2lgfkcl0r6xzf34bvk7ppjmsyn2ygfikbi72v6cl8q1")))) - (build-system python-build-system) - (arguments - `(#:python ,python-2 - #:phases (modify-phases %standard-phases - (replace 'check - (lambda _ - ;; Delete tests that depend on "freezegun" to avoid a - ;; circular dependency. - (delete-file "dateutil/test/test_utils.py") - (delete-file "dateutil/test/test_rrule.py") - - ;; XXX: Fails to get timezone from /etc/localtime. - (delete-file "dateutil/test/test_tz.py") - - (invoke "pytest" "-vv")))))) - (native-inputs - (list python2-pytest python2-pytest-cov python2-setuptools-scm)) - (propagated-inputs - (list python2-six)) - (home-page "https://dateutil.readthedocs.io/en/stable/") - (synopsis "Extensions to the standard datetime module") - (description - "The dateutil module provides powerful extensions to the standard -datetime module, available in Python 2.3+.") - ;; 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)))) - (define-public python-parsedatetime (package (name "python-parsedatetime") -- cgit v1.2.3 From 69e5efbcaf3be1822fd7ba9ece9842da0c0c95a4 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 03:21:09 -0400 Subject: gnu: Remove python2-pytz. * gnu/packages/time.scm (python2-pytz): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 314ffcc18f..4aba10e01e 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -140,9 +140,6 @@ 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))) -(define-public python2-pytz - (package-with-python2 python-pytz)) - (define-public python-pendulum (package (name "python-pendulum") -- cgit v1.2.3 From 979f6b6e1d33164ca3790f01d51101e17335b207 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 1 May 2022 03:21:12 -0400 Subject: gnu: Remove python2-iso8601. * gnu/packages/time.scm (python2-iso8601): Delete variable. --- gnu/packages/time.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'gnu/packages/time.scm') diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 4aba10e01e..185bb682f6 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -361,9 +361,6 @@ ISO 8601 dates, time and duration.") @code{2007-01-14T20:34:22+00:00}) into @code{datetime} objects.") (license expat))) -(define-public python2-iso8601 - (package-with-python2 python-iso8601)) - (define-public python-monotonic (package (name "python-monotonic") -- cgit v1.2.3