public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Wed, 16 Mar 2016 08:31:51 +0000 (UTC)	[thread overview]
Message-ID: <1458117018.eca4953f23c239b50a5f7dbd67c1d5076033c3f7.dev-zero@gentoo> (raw)

commit:     eca4953f23c239b50a5f7dbd67c1d5076033c3f7
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 08:30:18 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 08:30:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca4953f

dev-python/passlib: rev-bump for py-3.5 compat and EAPI-6

Package-Manager: portage-2.2.28

 dev-python/passlib/passlib-1.6.5-r1.ebuild | 31 ++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/dev-python/passlib/passlib-1.6.5-r1.ebuild b/dev-python/passlib/passlib-1.6.5-r1.ebuild
new file mode 100644
index 0000000..2a10e68
--- /dev/null
+++ b/dev-python/passlib/passlib-1.6.5-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,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}]"
+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}
+}


             reply	other threads:[~2016-03-16  8:32 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-16  8:31 Tiziano Müller [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
2017-02-06 18:37 Patrick McLean
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=1458117018.eca4953f23c239b50a5f7dbd67c1d5076033c3f7.dev-zero@gentoo \
    --to=dev-zero@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