summaryrefslogtreecommitdiff
path: root/gnu/packages/magic-wormhole.scm
AgeCommit message (Collapse)Author
2024-04-06gnu: magic-wormhole: Update to 0.14.0.TakeV
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.14.0. [propagated-inputs]: Add python-iterable-io; and python-zipstream-ng. Change-Id: I1c91db96bf4a96ab1758925deaae87a174b4b03d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-03-23gnu: magic-wormhole: Fix home page.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server, magic-wormhole-transit-relay, magic-wormhole) [home-page]: Fix it after a lint warning of permanent redirection. Change-Id: Ie0e8a8b0af982e46c05ae7dfc8f375cc18632c67
2024-03-23gnu: magic-wormhole-transit-relay: Remove some native inputs.Sharlatan Hellseher
Remove python-check as no longer required. * gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay) [native-inputs]: Remove python-pyflakes and python-tox. Change-Id: I3908aa379aa4ca6445ecc1045d45da2381314a06
2024-03-23gnu: magic-wormhole-transit-relay: Fix indentation.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): Fix indentation. [description]: Start with a new line and adjust indentation. Change-Id: I65c978a332088c66c88e4459d26a1f78e3c9ffdc
2024-03-23gnu: magic-wormhole-mailbox-server: Fix indentation.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Fix indentation. [description]: Start with a new line and adjust indentation. Change-Id: I0a246de5dfdf5823b1b794728113207b6ca46ccc
2024-03-23gnu: magic-wormhole: Limit amount of loaded symbols.Sharlatan Hellseher
Select only 'pypi-uri from (gnu build-system python) exported symbols, rest is not required as the whole module uses just pyproject-build-system. Change-Id: I4928ad51bb915494d5234c48cc1d638dd4aa0aca
2024-03-23gnu: magic-wormhole-transit-relay: Simplify package.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay) Use G-expressions [build-system]: Swap to pyproject-build-system. [arguments] <#:phases>: Remove traling #t from lambda. [native-inputs]: Add python-pytest. Change-Id: I1d72d48768016067d1a6a24e47eb9144b36d38e4
2024-03-23gnu: magic-wormhole-mailbox-server: Simplify package.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server) [build-system]: Swap to pyproject-build-system. [arguments] <#:phases>: Remove 'patch-tests phase. [native-inputs]: Add python-pytest. Change-Id: I23085e927965c2191bad242a0fb07132cb30e99d
2024-03-23gnu: magic-wormhole: Add licenses prefix.Sharlatan Hellseher
Sort modules alphabetically and add prefix for licenses module. * gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server, magic-wormhole-transit-relay, magic-wormhole) [license]: Use prefix. Change-Id: I2eac5730c9257fe435af102541bea4cdd9c66845
2024-03-23gnu: magic-wormhole: Fix indentation.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm (magic-wormhole): Fix indentation. [description]: Start with a new line and fix indentation. Change-Id: I0d72dba2b5682c5bec71b6b5765d513f75c781f0
2024-03-23gnu: magic-wormhole: Simplify package.Sharlatan Hellseher
* gnu/packages/magic-wormhole.scm: Use G-expressions. [build-system]: Swap to pyproject-bulid-system. [arguments]: <#:phases>: Remove trailing #t from lambda. [native-inputs]: Add python-pytest. Remove python-noiseprototocl. [propagated-inputs]: Add python-noiseprototocl, listed as an optional install dependence. Change-Id: Ie00a23ed3d31ca46d200fa6dfc5404f7803aae14
2024-03-23gnu: magic-wormhole: Update to 0.13.0.normalmente
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.13.0. [native-inputs]: Add python-noiseprotocol to make tests pass. Change-Id: I59008f27081efcc3b558dad59bef6ebdc9b34f38 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2022-09-01gnu: Add missing imports for python-check.Liliana Marie Prikler
This fixes an issue introduced in 3bf5a19609560c7ba985eda66019eda15aaf4a86, which caused `guix pull', `guix time-machine', and a few other commands to fail. * gnu/packages/diffoscope.scm: Import python-check. * gnu/packages/django.scm: Likewise. * gnu/packages/logging.scm: Likewise. * gnu/packages/magic-wormhole.scm: Likewise. * gnu/packages/networking.scm: Likewise.
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2020-04-29gnu: Magic Wormhole: Update to 0.12.0.Leo Famulari
* gnu/packages/magic-wormhole.scm (magic-wormhole): Update to 0.12.0.
2020-04-29gnu: magic-wormhole-transit-relay: Update to 0.2.1.Leo Famulari
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): Update to 0.2.1.
2020-04-29gnu: magic-wormhole-mailbox-server: Update to 0.4.1.Leo Famulari
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Update to 0.4.1.
2019-02-19gnu: Add Magic-Wormhole.Leo Famulari
* gnu/packages/magic-wormhole.scm (magic-wormhole): New variable.
2019-02-19gnu: Add magic-wormhole-transit-relay.Leo Famulari
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): New variable.
2019-02-19gnu: Add magic-wormhole-mailbox-server.Leo Famulari
* gnu/packages/magic-wormhole.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.