[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72125] [PATCH 2/4] gnu: Add python-omemo-dr.
From: |
宋文武 |
Subject: |
[bug#72125] [PATCH 2/4] gnu: Add python-omemo-dr. |
Date: |
Tue, 30 Jul 2024 20:01:00 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gisement <sisiutl@egregore.fun> writes:
> [...]
>
> +(define-public python-omemo-dr
> + (package
> + (name "python-omemo-dr")
> + (version "1.0.1")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "omemo-dr" version))
> + (sha256
> + (base32 "0qfk0b153cmc85icnlpfv8mjaqd2spa7hlipvndr8wqx4dvqr2ia"))))
> + (build-system python-build-system)
> + (home-page "https://pypi.org/project/omemo-dr/")
> + (synopsis "OMEMO Double Ratchet in Python")
> + (description
> + "Initial codebase was forked from
> + https://github.com/tgalal/python-axolotl but has since been heavily
> + rewritten.")
Hello, It's not clear what this package does from synopsis and
description, could you give a more descriptive one? Thanks.