Nicolas Graves
fe6941a641
gnu: python-pendulum: Update to 3.1.0.
...
* gnu/packages/rust-crates.scm (pendulum): Record crates.
* gnu/packages/time.scm (python-pendulum): Update to 3.1.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:imported-modules, #:modules, #:phases>: Set them for
maturin. Remove former 'add-setup.py phase.
[native-inputs]: Add maturin, python-pytest, python-pytest-benchmark,
python-pytz, python-setuptools, python-time-machine, rust, rust:cargo.
[inputs]: Add pendulum cargo-inputs.
[propagated-inputs]: Replace python-pytzdata by python-tzdata.
[description]: Improve style.
Change-Id: I056ca219e52ccd9d61a083d3eba2e7f72c945926
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-27 21:45:44 +00:00
Nicolas Graves
b1179ad62d
gnu: python-pytzdata: Switch to pyproject.
...
* gnu/packages/time.scm (python-pytzdata):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Enable them.
<#:phases>: Add phase 'use-poetry-core.
[native-inputs]: Add python-poetry-core, python-pytest.
[description]: Improve style.
Change-Id: I98601c5448d1d467e882626a841410b936f81c72
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-27 21:45:44 +00:00
Nicolas Graves
46d4c36b03
gnu: python-tzlocal: Remove python-pytest-cov input.
...
* gnu/packages/time.scm (python-tzlocal)[native-inputs]: Remove
python-check-manifest and python-pytest-cov.
Change-Id: I507271ff12a48b00c81af49f03fd82dfaa1b6413
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-11-20 01:06:38 +00:00
Nicolas Graves
a8c7cfbd65
gnu: python-dateutil: Relax native-inputs requirements.
...
* gnu/packages/time.scm (python-dateutil)[arguments]
<#:test-flags>: Improve style.
<#:phases>: Add phase 'relax-pytest-cov-requirement.
[native-inputs]: Remove python-pytest-cov, python-wheel.
Change-Id: Id3c02340bb6ea416159cf00db42c9c506435fb20
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-11-20 01:06:37 +00:00
Sharlatan Hellseher
ca4d271222
gnu: python-strict-rfc3339: Move to time.
...
* gnu/packages/python-xyz.scm (python-strict-rfc3339): Move from here ...
* gnu/packages/time.scm: ... to here.
Change-Id: I3098ecf219fe4255c59611e293fd1a99a94eab37
2025-11-06 09:43:45 +00:00
Nicolas Graves
cb3853ae4a
gnu: termdown: Switch to pyproject.
...
* gnu/packages/time.scm (termdown):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
[native-inputs]: Add python-pytest. Remove python-wheel.
Change-Id: I0ce2fbccaf6d87c069325372621edb73c960452f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-10-23 13:29:23 +01:00
Sharlatan Hellseher
bcf17b7e00
gnu: python-dateutils: Skip tests.
...
* gnu/packages/time.scm (python-dateutils)[arguments] <tests?>: They
require twine.
[native-inputs]: Remove python-wheel.
Change-Id: I136b5cbfb1cf8ea74b2bd217810781c75c514300
2025-09-25 09:36:37 +01:00
Sharlatan Hellseher
79f23ee865
gnu: python-pyrfc3339: Update to 2.0.1.
...
* gnu/packages/time.scm (python-pyrfc3339): Update to 2.0.1.
[source]: Switch to git-fetch providing tests.
[build-system]: Use pyproject.
[arguments] <phases>: Add 'pre-check.
[propagated-inputs]: Remove python-pytz.
[native-inputs]: Remove python-nose; add python-pytest,
python-setuptools, and tzdata-for-tests.
Change-Id: I72c0fff1747b9c3bd806180325a64853be545f31
2025-09-25 09:36:16 +01:00
Sharlatan Hellseher
a47f40b30e
gnu: python-aniso8601: Update to 10.0.1.
...
* gnu/packages/time.scm (python-aniso8601): Update to 10.0.1.
[build-system]: Use pyproject.
[arguments] <test-backend>: Use 'unittest.
[home-page]: Fix it as the project migrated from BitBucket to CodeBerg.
[native-inputs]: Add python-setuptools.
Change-Id: Id87aa1d44c2f74f0f39f897dcffd87f23d05d513
2025-09-25 09:36:16 +01:00
Sharlatan Hellseher
43dd14030c
gnu: python-arrow: Update to 1.3.0.
...
* gnu/packages/time.scm (python-arrow): Update to 1.3.0.
[arguments] <test-flags>: Drop all tests skip options.
[propagated-inputs]: Add python-types-python-dateutil.
[native-inputs]: Remove python-chai, python-setuptools, and
python-wheel; add python-dateparser and python-flit-core.
Change-Id: I93b5c134fbf85f1d1a8a54938282f18a758ebb68
2025-09-25 09:35:48 +01:00
Sharlatan Hellseher
bf109f3d96
gnu: python-pytz: Switch to pypproject-build-system.
...
* gnu/packages/time.scm (python-pytz):
[build-system]: Use pypproject.
[arguments] <test-backend>: Use 'unittest.
[native-inputs]: Add python-setuptools.
Change-Id: Iad65c9a0a37306093c0b0364192aaa9d6ce0d011
2025-09-25 09:35:45 +01:00
wrobell
78aac7cf1a
gnu: python-dateutil: Update to version 2.9.0.
...
* gnu/packages/time.scm (python-dateutil)[source](patches): Remove
the dateutil patch.
* gnu/packages/patches/python-dateutil-pytest-compat.patch: Drop the
patch as seems not required with pytest 8 anymore.
* gnu/local.mk (dist_patch_DATA): Deregester patch.
Change-Id: I61ef23a2795f6cecc73bbd337759dd4e088d4807
2025-09-25 09:35:41 +01:00
fanquake
449b44a34a
gnu: datefudge: Update to 1.27.
...
* gnu/packages/time.scm (datefudge): Update to 1.27.
Signed-off-by: Andreas Enge <andreas@enge.fr >
2025-09-01 22:03:13 +02:00
Nicolas Graves
c08e55df4c
gnu: python-parsedatetime: Switch to pyproject.
...
* gnu/packages/time.scm (python-parsedatetime):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel. Remove
python-nose, python-pytest-runner.
[description]: Improve it.
Change-Id: Ib513ada340e504ea5b35297947e598641f0db2a7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-13 12:46:42 +01:00
Nicolas Graves
ea571d67f4
gnu: python-pytimeparse: Switch to pyproject.
...
* gnu/packages/time.scm (python-pytimeparse):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Add a 'cleanup phase. Replace the check phase.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: Ic8aa640789556b8583e24069291003063c794a29
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-08-07 18:33:35 +01:00
Nicolas Graves
ecd95a8d5a
gnu: python-iso8601: Update to 2.1.0 and add variant.
...
* gnu/packages/time.scm (python-iso8601): Update to 2.1.0.
(python-iso8601/pinned): New variable.
* gnu/packages/samba.scm (samba)[native-inputs]: Replace
python-iso8601 by python-iso8601/pinned.
Change-Id: I7e6fda6026eb6584bcbeaeaedada64472159276a
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-07-27 00:25:48 +01:00
Zheng Junjie
f982ca32f9
gnu: python-pytz: Update to 2025.1.
...
* gnu/packages/time.scm (python-pytz): Update to 2025.1.
Change-Id: I038f9f09f38322d95ad7137a058aab1a33572b0c
2025-07-18 20:17:28 +02:00
Zheng Junjie
35fa3910c7
gnu: python-tzdata: Update to 2025.1.
...
* gnu/packages/time.scm (python-tzdata): Update to 2025.1.
Change-Id: Ic93b66f549a6181f6a7ffff2055a239388bbf5ad
2025-07-18 20:17:28 +02:00
Sergey Trofimov
380282f3f5
gnu: packages: Fix broken descriptions.
...
A few description mistakenly use @{foo} instead of @code{foo} which
results in broken formatting in guix search.
* gnu/packages/bioinformatics.scm (umi-tools),
* gnu/packages/cran.scm (r-ggside),
* gnu/packages/crates-apple.scm: (rust-commoncrypto-0.2),
* gnu/packages/crates-io.scm: (rust-ndarray-rand-0.15),
* gnu/packages/emacs-xyz.scm (emacs-load-relative, emacs-el-x)
(emacs-helm-org-ql, emacs-consult-lsp),
* gnu/packages/golang-xyz.scm (go-github-com-songmu-gitconfig),
* gnu/packages/haskell-xyz.scm (ghc-text-short, ghc-validation),
* gnu/packages/image.scm (imgp),
* gnu/packages/perl-check.scm (perl-test-file-contents),
* gnu/packages/perl-web.scm (perl-uri-db),
* gnu/packages/perl.scm (perl-clipboard, perl-module-refresh),
* gnu/packages/python-xyz.scm (python-ddlparse, python-black-macchiato)
(python-pysendfile),
* gnu/packages/qt.scm (qt5compat),
* gnu/packages/ruby.scm (ruby-ruby-engine, ruby-httpclient),
* gnu/packages/sagemath.scm (python-memory-allocator),
* gnu/packages/spreadsheet.scm (sc-im),
* gnu/packages/time.scm (python-pendulum):
[description]: Fix malformed macros.
Change-Id: I3ed755a54aecf40bf0c5c982f9e70b7cd3689de7
Signed-off-by: Greg Hogan <code@greghogan.com >
2025-05-13 16:35:45 +00:00
Ahmad Draidi
4d5e16ee29
gnu: Add pps-tools.
...
* gnu/packages/time.scm (pps-tools): New variable.
Change-Id: I06a10988acbf4dcd684721e1bee6a2d0c6f2dac6
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2025-05-12 10:40:02 +02:00
Abhishek Cherath
1cde09675e
gnu: Add termdown.
...
* gnu/packages/time.scm (termdown): New variable.
Change-Id: I1532cb6828437bb6a4a6416237454529e4de1e07
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2025-02-27 15:44:33 +01:00
Sharlatan Hellseher
5a897c5c95
gnu: python-ciso8601: Update to 2.3.2.
...
* gnu/packages/time.scm (python-ciso8601): Update to 2.3.2.
[build-system]: Swap to pyrpoject-buid-system.
[native-inputs]: Remove python-pytz; add python-pytest,
python-setuptools, and python-wheel.
Change-Id: Ic1a4a329ca8e365976b490de7d7025299782ee41
2025-02-04 18:55:35 +00:00
h.nasajpour
60c1d26209
gnu: Add python-relativetimebuilder.
...
* gnu/packages/time.scm (python-relativetimebuilder): New variable
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Change-Id: I741f3524b22216a2e620f269f51c7f90bd0d0772
2025-02-04 18:30:13 +00:00
Sharlatan Hellseher
0d44363e82
gnu: go-github.com-nsf-termbox-go: Fix name.
...
* gnu/packages/golang-xyz.scm (go-github.com-nsf-termbox-go): Rename
variable to go-github-com-nsf-termbox-go.
(go-github-com-gizak-termui-v3) [propagated- inputs]: Remove
go-github.com-nsf-termbox-go; add go-github-com-nsf-termbox-go.
* gnu/packages/games.scm (harmonist) [inputs]: Remove
go-github.com-nsf-termbox-go; add go-github-com-nsf-termbox-go.
* gnu/packages/time.scm (countdown) [inputs]: Remove
go-github.com-nsf-termbox-go; add go-github-com-nsf-termbox-go.
Change-Id: I621304593cc00cdf8bcf9acc0f8e1064682e0d3f
2025-01-21 23:42:27 +00:00
Sharlatan Hellseher
2405669021
gnu: packages/time: Remove golang module.
...
* gnu/packages/time.scm: As all Golang dependencies were shifted to
corresponded submodules, remove not required "golang" module from used
ones.
Change-Id: Idc13006a935c334ff8cd0e99e14888c7bf3984cf
2025-01-21 23:42:21 +00:00
Ricardo Wurmus
ff4a9b282d
gnu: python-isodate: Update to 0.7.2.
...
* gnu/packages/time.scm (python-isodate): Update to 0.7.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-six; add python-pytest, python-setuptools,
python-setuptools-scm, and python-wheel.
Change-Id: I5ba64eb433e39c0bbb0360273f822d95ea7c63d3
2025-01-20 21:37:27 +01:00
Vinicius Monego
ab81e930a4
gnu: Add python-pytz-deprecation-shim.
...
* gnu/packages/time.scm (python-pytz-deprecation-shim): New variable.
Change-Id: I481ea9818444d9a14efcf7b11d44c68a5f2fec3f
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com >
2025-01-01 13:05:04 +01:00
Nicolas Graves
3c2943b621
gnu: build-system/pyproject: Add missing native-inputs.
...
* gnu/packages/bioinformatics.scm (python-ega-download-client)
[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/databases.scm (datasette)[native-inputs]: Add
python-pip.
* gnu/packages/django.scm (python-django-localflavor,
python-django-contact-form)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/graphviz.scm (python-uqbar)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/jupyter.scm (python-jupyterlab-server)[native-inputs]:
Add python-wheel.
(python-nbstripout)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/machine-learning.scm (python-captum,
python-linear-operator, python-gpytorch)[native-inputs]: Add
python-setuptools.
* gnu/packages/music.scm (abjad, abjad-ext-rmarkers,
abjed-ext-nauert, python-mutagen)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/package-management.scm
(python-conda-package-handling)[native-inputs]: Add python-setuptools
and python-wheel.
(conda)[native-inputs]: Add python-wheel.
* gnu/packages/python-check.scm (python-pyinstrument,
python-pytest-testmon, python-pytest-trio, python-nbval,
python-pytest-toolbox)[native-inputs]: Add python-setuptools and
python-wheel.
(python-nptyping)[native-inputs]: Add python-setuptools.
* gnu/packages/python-check.scm (python-dask-expr)[native-inputs]:
Add python-setuptools and python-wheel.
* gnu/packages/python-web.scm (parfive, python-aioftp, python-hupper,
python-sanic, python-mechanicalsoup, python-tinycss, python-aiostream,
python-cbor2, gunicorn)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/python-xyz.scm (python-apprise, python-jaraco-classes,
python-sparse, python-shtab, python-pyan3)[native-inputs]: Add
python-setuptools.
(python-jupytext, python-orderedmultidict, python-identify, python-nodeenv,
python-cfgv, python-zarr, python-multipart, python-nbconvert, python-cram,
python-immutables, python-numpydoc, python-cairosvg, python-unidecode,
python-black, python-multidict, python-mpv-jsonipc, python-humanize,
python-cmd2)[native-inputs]: Add python-setuptools and python-wheel.
(python-partd, python-dask, python-zarr)[native-inputs]: Add
python-wheel.
(python-nbconvert)[propagated-inputs]: Add texlive-etoolbox. Remove
duplicate textlive-jknapltx.
(python-isort)[native-inputs]: Add python-pip.
* gnu/packages/simulation.scm (python-fenics-dijitso)[native-inputs]:
Add python-setuptools and python-wheel.
* gnu/packages/sphinx.scm (python-pydata-sphinx-theme,
python-sphinx-autodoc-typehints)[native-inputs]: Add
python-setuptools.
* gnu/packages/syndication.scm (tuir)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/terminals.scm (python-halo)[native-inputs]: Add
python-setuptools and python-wheel.
* gnu/packages/time.scm (python-arrow, python-dateutil)
[native-inputs]: Add python-setuptools and python-wheel.
* gnu/packages/version-control.scm (pre-commit)[native-inputs]: Add
python-setuptools and python-wheel. Remove input labels.
* gnu/packages/virtualization.scm (python-qemu-qmp,
python-transient)[native-inputs]: Add python-setuptools and
python-wheel.
* gnu/packages/xorg.scm (python-xcffib)[native-inputs]: Add
python-setuptools and python-wheel.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
Change-Id: Id61cf8cdc47bd4c2871c0a9c8e9a5bfd51157df0
2024-12-13 20:18:58 +00:00
Nicolas Graves
48c92942ab
gnu: python-dateutil: Move to pyproject-build-system.
...
* gnu/packages/time.scm (python-dateutil): Improve package style.
[build-system]: Move to pyproject-build-system.
[arguments]: Use <#:test-flags> instead of check phase replacement.
Change-Id: I252fbe47f04ba6a2fbcc497565cbf6e352f9d06c
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2024-12-13 20:18:50 +00:00
Nicolas Graves
c5de62092a
gnu: python-arrow: Move to pyproject-build-system.
...
* gnu/packages/time.scm (python-arrow): Improve package style.
[build-system]: Move to pyproject-build-system.
[arguments]: Moving check replacement phase from <#:phases> to
equivalent <#:test-flags>.
Change-Id: I7e3d356610d624855c3898ccdbfb308ce9f6e627
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr >
2024-12-13 20:18:50 +00:00
Lars-Dominik Braun
6d97c15911
gnu: Add python-setuptools/python-wheel where necessary.
...
Changes to pyproject-build-system require explicit dependency on
setuptools/wheel.
Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5
2024-12-13 20:18:25 +00:00
Lars-Dominik Braun
fdc0fefd46
build-system/pyproject: Use python-sans-pip-wrapper as default-python.
...
Also adds python-setuptools and python-wheel to relevant packages,
either to native-inputs or to propagated inputs if the pkg_resources
Python module is loaded at runtime.
* guix/build-system/pyproject.scm (default-python): Default to
python-sans-pip-wrapper.
Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4
2024-12-13 20:15:41 +00:00
Efraim Flashner
3be993d963
gnu: datefudge: Update to 1.26.
...
* gnu/packages/time.scm (datefudge): Update to 1.26.
[source]: Update source URIs. Remove patch.
[arguments]: Adjust make-flags to allow cross-compiling and set the
version string. Remove custom 'patch-makefile phase.
* gnu/packages/patches/datefudge-gettimeofday.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I8b53f9a9c3eb900ce5bceaa864ed701fb3cd3dc4
2024-08-31 10:45:01 +02:00
Zheng Junjie
0f1ed70bee
gnu: python-pytz: Update to 2023.3.post1.
...
* gnu/packages/time.scm (python-pytz): Update to 2023.3.post1.
Change-Id: Ia8b4a58127be7acc9a188ae1eaffa61a05842e05
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com >
2024-08-31 10:44:30 +02:00
Josselin Poiret
44fe89f795
gnu: python-tzdata: Update to 2023.4.
...
* gnu/packages/time.scm (python-tzdata): Update to 2023.4.
Change-Id: Ic7e68392f69cbf2048e6588c8810d45beacebb10
2024-08-31 10:44:29 +02:00
Sharlatan Hellseher
8f70fb90a2
gnu: packages/golang: Set default go version to 1.21.
...
Golang versions 1.17 (02 Aug 2022), 1.18 (01 Feb 2023), 1.19 (06 Sep
2023) and 1.20 (06 Feb 2024) are EOL <https://endoflife.date/go >.
These changes set preferable default version to the minimal currently
maintained one e.g. 1.21
* gnu/packages/golang.scm (go): Set default to go-1.21, add annotation
for the future maintenance.
Remove field <#:go> setting Golang version to go-1.18, go-1.19, 1.20 and
1.21:
* gnu/packages/admin.scm
* gnu/packages/configuration-management.scm
* gnu/packages/databases.scm
* gnu/packages/disk.scm
* gnu/packages/education.scm
* gnu/packages/file-systems.scm
* gnu/packages/finance.scm
* gnu/packages/golang-check.scm
* gnu/packages/golang-crypto.scm
* gnu/packages/golang-web.scm
* gnu/packages/golang-xyz.scm
* gnu/packages/golang.scm
* gnu/packages/high-availability.scm
* gnu/packages/ipfs.scm
* gnu/packages/irc.scm
* gnu/packages/messaging.scm
* gnu/packages/networking.scm
* gnu/packages/syncthing.scm
* gnu/packages/textutils.scm
* gnu/packages/time.scm
* gnu/packages/version-control.scm
* gnu/packages/video.scm
Change-Id: Ieba6a5d7a18423f838d14c02ad55a2ba9c8559eb
2024-07-15 12:17:48 +01:00
Sharlatan Hellseher
4259ca9925
gnu: countdown: Remove input labels.
...
* gnu/packages/time.scm (countdown) [native-inputs]: Remove labels.
Change-Id: Ic2ebb39885ae351da5987721f92c1e21e1e15b58
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher
bc4a097d8b
gnu: countdown: Update to 1.5.0.
...
* gnu/packages/time.scm (countdown): Update to 1.5.0.
[native-inputs]: Remove go-github-com-mattn-go-runewidth.
Change-Id: I6a1267721abf2fd1dde4cfe75ddf40a7cb1ed6ed
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher
702d01a596
gnu: tz: Refresh package style.
...
* gnu/packages/time.scm (tz): [arguments]: Swap to list
style. <#:phases>: Swap to default 'check phase. Set <#:install-source?>
to #t.
[inputs]: Remove labels.
[description]: Fix indentation.
Change-Id: Id375585c926535015f5c4b8b9964fa455de7ca41
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher
0c1f85084a
gnu: tz: Update to 0.7.0.
...
* gnu/packages/time.scm (tz): Update to 0.7.0.
[inputs]: Add go-github-com-tkuchiki-go-timezone.
Change-Id: I6984763a1235f79f5845b79eada0134a5c20f236
2024-04-06 13:14:45 +01:00
Sharlatan Hellseher
5abebf71e9
gnu: go-github-com-mattn-go-runewidth: Move to golang-xyz.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/check.scm: Add (gnu packages golang-xyz) module.
* gnu/packages/disk.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/time.scm: Likewise.
* gnu/packages/weather.scm: Likewise.
Change-Id: I80f8b4c31c0fd8fee7c190a7740513ee139646d4
2024-04-06 13:14:43 +01:00
Juliana Sims
30fdec3754
gnu: Add rdate.
...
* gnu/packages/time.scm (rdate): New variable.
Change-Id: I12217c62fe17a93bdb5364f807804eea7fc57a23
Signed-off-by: Andreas Enge <andreas@enge.fr >
2024-03-08 10:38:21 +01:00
Liliana Marie Prikler
bba0676e86
gnu: python-tzlocal: Update to 5.2.
...
* gnu/packages/time.scm (python-tzlocal): Update to 5.2.
[source]: Fetch from git.
[build-system]: Use pyproject-build-system
[propagated-inputs]: Remove python-pytz. Add python-tzdata.
[native-inputs]: Add python-check-manifest, python-pytest, and
python-pytest-cov.
2024-02-03 10:55:06 +01:00
Liliana Marie Prikler
bbb9b66316
gnu: Add python-tzdata.
...
* gnu/packages/time.scm (python-tzdata): New variable.
* gnu/packages/base.scm (tzdata): Update comment.
2024-02-03 10:55:06 +01:00
Nguyễn Gia Phong
da4305e9b3
gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.
...
* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14.
(go-github.com-mattn-go-runewidth): Remove, and change users to to refer
to 'go-github-com-mattn-go-runewidth'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org >
2023-06-21 00:10:50 +02:00
Ricardo Wurmus
452fec7226
gnu: python-arrow: Update to 1.2.3.
...
* gnu/packages/time.scm (python-arrow): Update to 1.2.3.
2023-05-10 19:27:08 +02:00
Ricardo Wurmus
ff3c55bb98
gnu: Add python-dateutils.
...
* gnu/packages/time.scm (python-dateutils): New variable.
2023-05-10 19:27:07 +02:00
Sharlatan Hellseher
5a70b9b924
gnu: Add python-timezonefinder.
...
* gnu/packages/time.scm (python-timezonefinder): New variable.
* gnu/packages/geo.scm (h3-3, python-h3-3): New variables. The latest
compatible versions to build python-timezonefinder.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il >
2023-05-08 12:42:09 +03:00
Greg Hogan
3547ecc3fa
gnu: python-isodate: Update to 0.6.1.
...
* gnu/packages/time.scm (python-isodate): Update to 0.6.1.
Signed-off-by: Christopher Baines <mail@cbaines.net >
2023-03-27 16:40:58 +01:00
Marius Bakke
431df1214e
gnu: python-dateutil: Adjust tests for Pytest 7.
...
* gnu/packages/patches/python-dateutil-pytest-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/time.scm (python-dateutil)[source](patches): New field.
2022-08-13 12:28:46 +02:00