mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pyDes: new module, required by some small python scripts
This commit is contained in:
parent
85c1d2a7ac
commit
08e9ff4a66
3 changed files with 22 additions and 0 deletions
1
dev-python/pyDes/Manifest
Normal file
1
dev-python/pyDes/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pyDes-2.0.1.tar.gz 9878 SHA256 e2ab8e21d2b83e90d90dbfdcb6fb8ac0000b813238b7ecaede04f8435c389012 SHA512 9d2a048dd6f629713d93d5cfcf5eaccb45a28fd3942f6837baf492bc6d9f0fcd16a1611e467231e9abfa6756d1684b0848c2190195e9e772bed2e6574327885c WHIRLPOOL 1166f69afa4c1e364b24d0659c2afb157b0683fc39f70b1181ee67f8c46c3c3bf535d35d0d70e5d89f7d0853d60a28542eef3f918af07531f31ddf74ab88bb1f
|
||||
20
dev-python/pyDes/pyDes-2.0.1.ebuild
Normal file
20
dev-python/pyDes/pyDes-2.0.1.ebuild
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
|
||||
|
||||
IUSE="test"
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pure python implementation of DES and TRIPLE DES encryption algorithm"
|
||||
HOMEPAGE="http://twhiteman.netfirms.com/des.html"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
#DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
#PDEPEND=""
|
||||
|
|
@ -193,3 +193,4 @@ dev-python/tls_parser
|
|||
|
||||
dev-python/frida-python
|
||||
|
||||
dev-python/pyDes
|
||||
|
|
|
|||
Loading…
Reference in a new issue