dev-python/py-smbpasswd: Version bump, modernize to python-r1 suite

* EAPI=6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1814

Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2016-07-02 14:42:11 +02:00
parent 886325ef3d
commit 779e14a0a0
2 changed files with 26 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST py-smbpasswd-1.0.1.tar.gz 13153 SHA256 ea2eaca082c98a40f99ad1866b85a9e14e56af10bc9c90c69a7fb3a63cb8be4c SHA512 31a71d49108503867969709d7aad13f7c6e900bd3ee45b8f67cd254d63a9347e0bd4f5a2eebcf90e2c73efd86c63c02d79cd7af518db3e7dad5402d4c53d7683 WHIRLPOOL cfbbd14456a99880c7402f47320344f8a0dd9107bf815160e1376b954c813d64b0a692c13191c052314504014529be4eb7cac21ad2328aae604a4e72bcc2df38
DIST smbpasswd-1.0.2.tgz 13503 SHA256 736a2d2f20f135d7884e8b46b1588496476f8f2e383fe84b7b12d8ce17367602 SHA512 2136e14343037bdd014765c28b9e152c8edc774ce7cf531b0784148db42e88e3abc402389e9b58b2ed938681f42715783504f4854ffe269b02419f13979a7d6c WHIRLPOOL 34ddfe63bfb064897984a09e45d5611613e4dbdf4168139d6221e33cc0e5a76871310de4a8e27241967905a619756a3688c13bf3f858e8c28c314c58ed1458b4

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
MY_P="${PN#py-}-${PV}"
DESCRIPTION="Module capable of generating both LANMAN and NT password hashes, for e.g. Samba"
HOMEPAGE="https://barryp.org/software/py-smbpasswd/"
SRC_URI="https://barryp.org/static/media/software/download/${PN}/${PV}/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"