2023-01-15 18:25:14 +03:00
|
|
|
# Copyright 1999-2023 Gentoo Authors
|
2022-04-04 22:05:23 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2023-03-18 09:46:53 +03:00
|
|
|
PYPI_NO_NORMALIZE=1
|
2023-01-15 18:25:14 +03:00
|
|
|
PYTHON_COMPAT=( python3_{9..11} )
|
2022-04-04 22:05:23 +03:00
|
|
|
|
2023-03-18 09:46:53 +03:00
|
|
|
inherit distutils-r1 pypi
|
2022-04-04 22:05:23 +03:00
|
|
|
|
|
|
|
DESCRIPTION="Python implementation of DES and TRIPLE DES"
|
|
|
|
HOMEPAGE="https://twhiteman.netfirms.com/des.html"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2023-03-04 10:41:37 +03:00
|
|
|
KEYWORDS="amd64 ~x86"
|