From: "Patrick McLean" <chutzpah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Mon, 6 Feb 2017 18:37:00 +0000 (UTC) [thread overview]
Message-ID: <1486406200.e31be839597eda54ed48405e762e71bd0a484ae6.chutzpah@gentoo> (raw)
commit: e31be839597eda54ed48405e762e71bd0a484ae6
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 6 18:36:40 2017 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Feb 6 18:36:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31be839
dev-python/passlib: Version bump to 1.7.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/passlib/Manifest | 1 +
dev-python/passlib/passlib-1.7.1.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/dev-python/passlib/Manifest b/dev-python/passlib/Manifest
index f3f0b7f..c36e8ce 100644
--- a/dev-python/passlib/Manifest
+++ b/dev-python/passlib/Manifest
@@ -1 +1,2 @@
DIST passlib-1.6.5.tar.gz 417044 SHA256 a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc SHA512 b5323834a0a7fc7e799882c512a2fcaddb0cbf4dbfb3ec578c9a9ea7a7f08349335cd3124fe2b379eef265ecdf9d823b7562951881710cf4dafff128a65c82d4 WHIRLPOOL ed9f190557fe9b1994dc30a38bdcdcd9c2275e6a32c17a8159b034c7dd49cf8531020f5c6e53301c1fca89b0e5abd1692072faa6e050fd8edbf877b197b8afae
+DIST passlib-1.7.1.tar.gz 645724 SHA256 3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0 SHA512 3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168 WHIRLPOOL b3c7e8587eb080ae9210bec3ff272ee0c4b644753ff5a80182496f6c8599f615480261528ad7ada2f8c785204631f57c38360f1f7c11e142daff0ad6441872f8
diff --git a/dev-python/passlib/passlib-1.7.1.ebuild b/dev-python/passlib/passlib-1.7.1.ebuild
new file mode 100644
index 00000000..ee580e1
--- /dev/null
+++ b/dev-python/passlib/passlib-1.7.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Password hashing framework supporting over 20 schemes"
+HOMEPAGE="https://bitbucket.org/ecollins/passlib/wiki/Home/"
+SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~arm64 ~x86"
+SLOT="0"
+IUSE="test doc"
+
+RDEPEND="dev-python/bcrypt[${PYTHON_USEDEP}]
+ dev-python/scrypt[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+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}
+}
next reply other threads:[~2017-02-06 18:37 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-06 18:37 Patrick McLean [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/ Michał Górny
2024-04-25 12:52 Michał Górny
2023-07-06 2:27 Sam James
2023-03-16 4:03 Michał Górny
2022-10-13 4:54 Michał Górny
2022-10-07 13:07 Michał Górny
2022-07-29 14:37 Michał Górny
2022-06-21 18:48 Arthur Zamarin
2022-06-21 18:32 Arthur Zamarin
2022-05-18 15:13 Michał Górny
2022-05-18 15:13 Michał Górny
2022-04-25 16:50 Sam James
2021-12-02 9:39 Michał Górny
2021-12-02 8:40 Arthur Zamarin
2021-11-28 14:42 Michał Górny
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-29 15:30 Arthur Zamarin
2021-10-27 8:42 Arthur Zamarin
2021-08-21 22:15 James Le Cuirot
2021-06-02 14:19 Michał Górny
2021-02-22 2:49 Joshua Kinard
2021-02-03 0:38 Andreas K. Hüttel
2020-11-28 13:42 Sam James
2020-11-28 13:41 Sam James
2020-11-22 12:26 Sergei Trofimovich
2020-11-17 19:10 Agostino Sarubbo
2020-11-17 18:55 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-11-15 23:29 Sam James
2020-11-15 5:19 Sam James
2020-10-08 20:57 Michał Górny
2020-10-08 20:57 Michał Górny
2020-08-22 9:15 Michał Górny
2020-07-14 15:57 Sam James
2020-07-14 13:19 Sam James
2020-07-05 9:27 Sergei Trofimovich
2020-07-02 17:05 Sergei Trofimovich
2020-07-01 12:21 Michał Górny
2020-06-16 19:33 Patrick McLean
2020-05-31 10:04 Sergei Trofimovich
2020-05-30 14:37 Michał Górny
2020-05-04 11:35 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-29 21:21 Sergei Trofimovich
2020-03-28 11:36 Michał Górny
2020-03-28 11:36 Michał Górny
2020-03-25 14:17 Agostino Sarubbo
2020-02-06 21:11 Sergei Trofimovich
2019-12-10 22:25 Sergei Trofimovich
2019-12-04 19:44 Sergei Trofimovich
2019-11-24 16:15 Aaron Bauman
2018-12-13 0:51 Patrick McLean
2017-03-26 4:16 Matt Thode
2017-03-08 2:53 Patrick McLean
2017-02-23 9:40 Michael Weber
2017-02-11 15:38 Matt Thode
2016-03-16 8:31 Tiziano Müller
2016-02-28 7:08 Matt Thode
2015-08-16 15:10 Justin Lecher
2015-08-10 5:33 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486406200.e31be839597eda54ed48405e762e71bd0a484ae6.chutzpah@gentoo \
--to=chutzpah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox