public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passlib/
Date: Mon,  4 May 2020 11:35:10 +0000 (UTC)	[thread overview]
Message-ID: <1588592043.d58efeef2756a7ee4ab626e14d51b838a795bc18.mgorny@gentoo> (raw)

commit:     d58efeef2756a7ee4ab626e14d51b838a795bc18
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  4 11:34:03 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  4 11:34:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58efeef

dev-python/passlib: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/passlib/Manifest                |  1 -
 dev-python/passlib/passlib-1.7.1-r2.ebuild | 38 ------------------------------
 2 files changed, 39 deletions(-)

diff --git a/dev-python/passlib/Manifest b/dev-python/passlib/Manifest
index 2dc05f8ad0f..2da76b89308 100644
--- a/dev-python/passlib/Manifest
+++ b/dev-python/passlib/Manifest
@@ -1,2 +1 @@
-DIST passlib-1.7.1.tar.gz 645724 BLAKE2B f34e3bbc5a61ff71cc989fa26edb9f992909bfdcc6ca1b094ebc02fc9942eb1db1ea18fc3dd5bb7d9fcecf6b4bd82e93aba07c7ce63ec85452b5d7117a6e1968 SHA512 3d5f069cd4e44e5e87cdabc46845acbdd6c1eeedb7ce1f611aebee87b0f7af19009b6a47a10ec555fd84260b9f5c933c6429e325d30326de3869f05031674168
 DIST passlib-1.7.2.tar.gz 649654 BLAKE2B 40279113d9ff633cea47222f2d72af0abee78dc52a9b46adf66aaae213594eaae7f245cc80004f85b5055b882741b4bedfd81ee39132db23760d37a34e87ac6a SHA512 1ea0654b177b5ab2e1a7e5c3949642c34805ace6e4e4a0f82fafdb3f374edd99c667906ce598c335b668da049860648d5cbebb3e62d775898d5b0cb8cfc7bf53

diff --git a/dev-python/passlib/passlib-1.7.1-r2.ebuild b/dev-python/passlib/passlib-1.7.1-r2.ebuild
deleted file mode 100644
index 2c3f8d8ff2b..00000000000
--- a/dev-python/passlib/passlib-1.7.1-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
-
-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 ~arm ~arm64 ~hppa ~sparc x86"
-SLOT="0"
-IUSE="+bcrypt doc +scrypt test +totp"
-
-RDEPEND="bcrypt? ( dev-python/bcrypt[${PYTHON_USEDEP}] )
-	totp? ( dev-python/cryptography[${PYTHON_USEDEP}] )
-	scrypt? ( dev-python/scrypt[${PYTHON_USEDEP}] )"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-	"${FILESDIR}/passlib-1.7.1-tests.patch"
-)
-
-RESTRICT="!test? ( test )"
-
-python_test() {
-	nosetests -v -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:[~2020-05-04 11:35 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 11:35 Michał Górny [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-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-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=1588592043.d58efeef2756a7ee4ab626e14d51b838a795bc18.mgorny@gentoo \
    --to=mgorny@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