From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-security/
Date: Thu, 26 Aug 2021 08:24:39 +0000 (UTC) [thread overview]
Message-ID: <1629966135.8f81cb4a983a28be31b742b4a7f66395b7ced23f.mgorny@gentoo> (raw)
commit: 8f81cb4a983a28be31b742b4a7f66395b7ced23f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 08:22:15 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 08:22:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f81cb4a
dev-python/flask-security: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-security/Manifest | 1 -
.../flask-security/flask-security-4.0.1.ebuild | 63 ----------------------
2 files changed, 64 deletions(-)
diff --git a/dev-python/flask-security/Manifest b/dev-python/flask-security/Manifest
index b44047c4770..92d390d2833 100644
--- a/dev-python/flask-security/Manifest
+++ b/dev-python/flask-security/Manifest
@@ -1,3 +1,2 @@
DIST flask-security-3.4.5.gh.tar.gz 348928 BLAKE2B 9890227e9775c4a28fc364affb0bf767407463d514f6dc3cd359dd8a026e8325d943a547f294f6363a276f9e7d97336c526dd45f4549c7cfaff2d6ef9ef0316a SHA512 f9ac7f46b2e1ab7dbb44ba925b01e16304e8f8d6d5d56f4e558d07b80dfffa59f04c2597e17c00a7d7ae11be3a97c78ccf8d79993b7451be4a7f75f85bc89f6f
-DIST flask-security-4.0.1.gh.tar.gz 389071 BLAKE2B 38e352dab5fe687211240011d844a1d5f6c0b5fcbb10752960f7ff5de14f5aa2e30ed9bdadda6684a3bc99e176edb7b8937d99322b4c131e22e87b273896c391 SHA512 ea541cb40679432dea67ffc0bc640147c518e07b7e83a01e3beacc156d0a9198a33da3f458a9219b04148c011f1a26f1a4019a216904239efea3b57e65f3cb45
DIST flask-security-4.1.0.gh.tar.gz 406508 BLAKE2B 84da1a563630e4935fecd616ccb51b2421854b502ce9e5b1c328fef358a2c80946ec1308199cf4dffa4fd07ac65ba104bfb9cdb8956916c5ec3fc39da79472a0 SHA512 b31a48abd2f1ccbc79707b377799adcc8f5530a045437d49d28fa5b47187c98993339a05fac35e4677e46ded99df40b8d8a379f9d36c2b2020456520e99b8de6
diff --git a/dev-python/flask-security/flask-security-4.0.1.ebuild b/dev-python/flask-security/flask-security-4.0.1.ebuild
deleted file mode 100644
index e6b5dfd2826..00000000000
--- a/dev-python/flask-security/flask-security-4.0.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Simple security for Flask apps"
-HOMEPAGE="
- https://github.com/Flask-Middleware/flask-security/
- https://pypi.org/project/Flask-Security-Too/"
-SRC_URI="
- https://github.com/Flask-Middleware/flask-security/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/blinker-1.4[${PYTHON_USEDEP}]
- dev-python/cachetools[${PYTHON_USEDEP}]
- >=dev-python/flask-1.1.1[${PYTHON_USEDEP}]
- >=dev-python/flask-babelex-0.9.3[${PYTHON_USEDEP}]
- >=dev-python/flask-login-0.4.1[${PYTHON_USEDEP}]
- >=dev-python/flask-principal-0.4.0[${PYTHON_USEDEP}]
- >=dev-python/flask-wtf-0.14.3[${PYTHON_USEDEP}]
- >=dev-python/itsdangerous-1.1.0[${PYTHON_USEDEP}]
- >=dev-python/passlib-1.7.2[${PYTHON_USEDEP}]
- >=dev-python/python-email-validator-1.1.1[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- dev-python/Babel[${PYTHON_USEDEP}]
- test? (
- >=dev-python/argon2-cffi-19.1.0[${PYTHON_USEDEP}]
- >=dev-python/bcrypt-3.1.5[${PYTHON_USEDEP}]
- >=dev-python/cryptography-2.3.1[${PYTHON_USEDEP}]
- >=dev-python/flask-mail-0.9.1[${PYTHON_USEDEP}]
- >=dev-python/flask-sqlalchemy-2.3[${PYTHON_USEDEP}]
- >=dev-python/mongomock-3.19.0[${PYTHON_USEDEP}]
- >=dev-python/peewee-3.11.2[${PYTHON_USEDEP}]
- >=dev-python/phonenumbers-8.11.1[${PYTHON_USEDEP}]
- >=dev-python/pony-0.7.11[${PYTHON_USEDEP}]
- >=dev-python/psycopg-2.8.4:2[${PYTHON_USEDEP}]
- >=dev-python/pymysql-0.9.3[${PYTHON_USEDEP}]
- >=dev-python/pyqrcode-1.2[${PYTHON_USEDEP}]
- >=dev-python/zxcvbn-4.4.28[${PYTHON_USEDEP}]
- amd64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}] )
- arm64? ( >=dev-python/flask-mongoengine-0.9.5[${PYTHON_USEDEP}] )
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e 's@--cache-clear@-p no:httpbin@' pytest.ini || die
- distutils-r1_src_prepare
-}
-
-python_configure_all() {
- esetup.py compile_catalog
-}
next reply other threads:[~2021-08-26 8:24 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-26 8:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-07-29 10:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-security/ Arthur Zamarin
2022-05-21 17:35 Jakov Smolić
2022-04-20 7:47 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16 7:38 Sam James
2022-03-24 22:50 Jakov Smolić
2022-03-22 21:53 Michał Górny
2022-03-22 21:53 Michał Górny
2022-03-16 10:06 Michał Górny
2021-10-23 14:03 Arthur Zamarin
2021-10-16 5:56 Michał Górny
2021-10-15 22:42 Sam James
2021-09-23 8:16 Michał Górny
2021-09-11 22:09 Michał Górny
2021-08-26 4:41 Agostino Sarubbo
2021-07-24 8:23 Michał Górny
2021-05-06 10:06 Sam James
2021-04-13 21:49 Michał Górny
2021-04-13 21:49 Michał Górny
2021-04-03 6:59 Michał Górny
2021-03-02 4:39 Sam James
2021-01-12 12:03 Sam James
2021-01-11 23:56 Michał Górny
2021-01-11 23:56 Michał Górny
2021-01-11 23:56 Michał Górny
2020-09-18 14:48 Michał Górny
2020-09-04 4:58 Sam James
2020-08-22 8:09 Michał Górny
2020-08-18 8:55 Michał Górny
2020-07-28 12:48 Michał Górny
2020-06-24 7:07 Michał Górny
2020-03-17 7:23 Michał Górny
2020-02-05 21:28 Andreas Sturmlechner
2020-02-05 13:24 Michał Górny
2019-12-01 19:27 Andreas Sturmlechner
2018-07-10 21:47 Michał Górny
2018-06-24 14:09 Jason Zaman
2018-06-24 11:31 Pacho Ramos
2018-05-20 16:53 Aaron Swenson
2018-05-18 11:27 Aaron Swenson
2018-04-29 7:35 Michał Górny
2018-01-03 23:35 Michał Górny
2017-12-29 18:48 Mikle Kolyada
2017-12-19 15:46 Thomas Deutschmann
2016-11-06 11:25 Tiziano Müller
2016-02-14 18:56 Patrick Lauer
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=1629966135.8f81cb4a983a28be31b742b4a7f66395b7ced23f.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