diff --git a/dev-python/pyDes/Manifest b/dev-python/pyDes/Manifest new file mode 100644 index 000000000..30b58c231 --- /dev/null +++ b/dev-python/pyDes/Manifest @@ -0,0 +1 @@ +DIST pyDes-2.0.1.tar.gz 9878 SHA256 e2ab8e21d2b83e90d90dbfdcb6fb8ac0000b813238b7ecaede04f8435c389012 SHA512 9d2a048dd6f629713d93d5cfcf5eaccb45a28fd3942f6837baf492bc6d9f0fcd16a1611e467231e9abfa6756d1684b0848c2190195e9e772bed2e6574327885c WHIRLPOOL 1166f69afa4c1e364b24d0659c2afb157b0683fc39f70b1181ee67f8c46c3c3bf535d35d0d70e5d89f7d0853d60a28542eef3f918af07531f31ddf74ab88bb1f diff --git a/dev-python/pyDes/pyDes-2.0.1.ebuild b/dev-python/pyDes/pyDes-2.0.1.ebuild new file mode 100644 index 000000000..83b8b8c5c --- /dev/null +++ b/dev-python/pyDes/pyDes-2.0.1.ebuild @@ -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="" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 197b3d07a..f47c1c3dc 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -193,3 +193,4 @@ dev-python/tls_parser dev-python/frida-python +dev-python/pyDes