From c632ecbeed83a1a53af4831a95045fffe3b9cbb0 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 18 Nov 2013 02:50:37 +0000 Subject: py-bcrypt added as a dep (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3) --- dev-python/passlib/ChangeLog | 8 +++++++- dev-python/passlib/passlib-1.6.1-r1.ebuild | 31 ++++++++++++++++++++++++++++++ dev-python/passlib/passlib-1.6.1.ebuild | 30 ----------------------------- 3 files changed, 38 insertions(+), 31 deletions(-) create mode 100644 dev-python/passlib/passlib-1.6.1-r1.ebuild delete mode 100644 dev-python/passlib/passlib-1.6.1.ebuild (limited to 'dev-python') diff --git a/dev-python/passlib/ChangeLog b/dev-python/passlib/ChangeLog index 9bec7bc958b6..03fea6e1f151 100644 --- a/dev-python/passlib/ChangeLog +++ b/dev-python/passlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/passlib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.5 2013/11/17 22:02:23 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/ChangeLog,v 1.6 2013/11/18 02:50:37 prometheanfire Exp $ + +*passlib-1.6.1-r1 (18 Nov 2013) + + 18 Nov 2013; Matthew Thode + +passlib-1.6.1-r1.ebuild, -passlib-1.6.1.ebuild: + py-bcrypt added as a dep 17 Nov 2013; Matthew Thode passlib-1.6.1.ebuild: adding python 3.2 and 3.3 support for bug 487904 diff --git a/dev-python/passlib/passlib-1.6.1-r1.ebuild b/dev-python/passlib/passlib-1.6.1-r1.ebuild new file mode 100644 index 000000000000..584ec7e9edcb --- /dev/null +++ b/dev-python/passlib/passlib-1.6.1-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1-r1.ebuild,v 1.1 2013/11/18 02:50:37 prometheanfire Exp $ + +EAPI=5 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) + +inherit distutils-r1 + +DESCRIPTION="Password hashing framework supporting over 20 schemes" +HOMEPAGE="http://code.google.com/p/passlib/" +SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="test doc" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/py-bcrypt[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" +RDEPEND="" + +python_test() { + nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}" +} + +python_install_all() { + distutils-r1_python_install_all + use doc && dodoc docs/{*.rst,requirements.txt,lib/*.rst} +} diff --git a/dev-python/passlib/passlib-1.6.1.ebuild b/dev-python/passlib/passlib-1.6.1.ebuild deleted file mode 100644 index 7671335b36fb..000000000000 --- a/dev-python/passlib/passlib-1.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/passlib/passlib-1.6.1.ebuild,v 1.5 2013/11/17 22:02:23 prometheanfire Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="Password hashing framework supporting over 20 schemes" -HOMEPAGE="http://code.google.com/p/passlib/" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="test doc" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] )" -RDEPEND="" - -python_test() { - nosetests -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - distutils-r1_python_install_all - use doc && dodoc docs/{*.rst,requirements.txt,lib/*.rst} -} -- cgit v1.2.3-65-gdbad