dev-python/pydes: new pkg; add 2.0.1
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
6d5bcec977
commit
6971e190ad
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 BLAKE2B 45a2d0575519afc389abe080f2c3a6751c5ee1f973e9e4370f24c5dbf9d85882e875682005eae3d749a2e11bffc3cd46868f83baa58f9e7e4feb7a25db641a14 SHA512 9d2a048dd6f629713d93d5cfcf5eaccb45a28fd3942f6837baf492bc6d9f0fcd16a1611e467231e9abfa6756d1684b0848c2190195e9e772bed2e6574327885c
|
11
dev-python/pydes/metadata.xml
Normal file
11
dev-python/pydes/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>xgqt@protonmail.com</email>
|
||||
<name>Maciej Barć</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">twhiteman/pyDes</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
22
dev-python/pydes/pydes-2.0.1.ebuild
Normal file
22
dev-python/pydes/pydes-2.0.1.ebuild
Normal file
@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
MY_PN="pyDes"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python implementation of DES and TRIPLE DES"
|
||||
HOMEPAGE="https://twhiteman.netfirms.com/des.html"
|
||||
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
Loading…
Reference in New Issue
Block a user