parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit e61e7ed112898f816afc0e9fa92da945d568e936
parent f567349dfbd8b07091cd4ddf6c7bbdca1a296899
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  1 Oct 2017 22:44:55 +0200

dev-python/pysodium: Add 0.6.14

Diffstat:
Adev-python/pysodium/Manifest | 1+
Adev-python/pysodium/pysodium-0.6.14.ebuild | 23+++++++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/dev-python/pysodium/Manifest b/dev-python/pysodium/Manifest @@ -0,0 +1 @@ +DIST pysodium-0.6.14.tar.gz 13036 SHA256 b9e8ca5b5d92edf332de46717316fdbc2ef1282986a57a8bb21ab830f10f912c SHA512 fb17ae22888fbeb6119b01944d00d077f707e2a5dd3e2ad059cd124b30b756eea1dfbe92beb01c86fc9843cfe599c856cfac25819192cd3bcb46e6349b8570bb WHIRLPOOL 1625403e5ece603369bc7a5048d85b0a68421f649ef940e02d58231ad6534ddf5261773bbf4e83ee857c760cf488031fbcbb5963937cbcbe2e0702d3b728bff9 diff --git a/dev-python/pysodium/pysodium-0.6.14.ebuild b/dev-python/pysodium/pysodium-0.6.14.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +inherit distutils-r1 + +DESCRIPTION="Python bindings for libsodium" +HOMEPAGE="https://pypi.python.org/pypi/pysodium/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] +" +RDEPEND=" + dev-libs/libsodium +"