dev-python/pyaes: Initial commit. Needed for net-misc/electrum, bug #612706

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Anthony G. Basile
2017-03-18 10:05:36 -04:00
parent 7c76bc1cc3
commit deada4b587
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST pyaes-1.6.0.tar.gz 28237 SHA256 9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e SHA512 32f6bf998b7e200fc73b4852873f60067ac056d646ae87cd8ab55f3ec99c9e26fa2b418b67ba0264a8016311a5f0eb2d40c8e7f917c0715e19f5c3dbf6a8238e WHIRLPOOL 255679d20d40d7a9134465b39365bd6e077601e7882c2f17dd2d1e4198b88712782bfdb8d5d5dc7a74f5c8e5f124da0d396a3aa94dd2a858f53ec45fd8af7a61

View 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>blueness@gentoo.org</email>
<name>Anthony G. Basile</name>
</maintainer>
<upstream>
<remote-id type="pypi">slowaes</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_4 )
inherit distutils-r1
DESCRIPTION="Pure-Python Implementation of the AES block-cipher and common modes of operation"
HOMEPAGE="https://pypi.python.org/pypi/pyaes"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPENDS="dev-python/setuptools"
#S=${WORKDIR}/${MY_P}