mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-pydes.
* gnu/packages/python-crypto.scm (python-pydes): New variable. Change-Id: I2a9ab9544211f2a5e8b3e8428ab795939ce0c22e
This commit is contained in:
parent
4797fb64ca
commit
1f892e09b3
1 changed files with 20 additions and 0 deletions
|
@ -1782,3 +1782,23 @@ against (name, birthdate, etc.)
|
||||||
in different situations.
|
in different situations.
|
||||||
@end enumerate")
|
@end enumerate")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pydes
|
||||||
|
(package
|
||||||
|
(name "python-pydes")
|
||||||
|
(version "2.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pyDes" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "04lh71f47y04vspfrdrq6a0hn060ibxvdp5z1pcr0gmqs8hqxaz2"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(native-inputs (list python-setuptools python-wheel))
|
||||||
|
(home-page "http://twhiteman.netfirms.com/des.html")
|
||||||
|
(synopsis
|
||||||
|
"Pure python implementation of the DES and TRIPLE DES encryption algorithms")
|
||||||
|
(description
|
||||||
|
"This package provides a pure Python implementation of the DES and
|
||||||
|
TRIPLE DES encryption algorithms.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue