From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-login/
Date: Mon, 6 Jun 2022 09:53:26 +0000 (UTC) [thread overview]
Message-ID: <1654508424.2b8cffbedb8b20fb73f5528a74903de386bcc82a.mgorny@gentoo> (raw)
commit: 2b8cffbedb8b20fb73f5528a74903de386bcc82a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 09:40:24 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 09:40:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8cffbe
dev-python/flask-login: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flask-login/Manifest | 1 -
dev-python/flask-login/flask-login-0.6.0.ebuild | 38 -------------------------
2 files changed, 39 deletions(-)
diff --git a/dev-python/flask-login/Manifest b/dev-python/flask-login/Manifest
index 0a9dd00a5e68..9659e9ba34ce 100644
--- a/dev-python/flask-login/Manifest
+++ b/dev-python/flask-login/Manifest
@@ -1,2 +1 @@
-DIST flask-login-0.6.0.gh.tar.gz 47368 BLAKE2B 799591ec0bd538e6cc467a80b3a8891a97ee60bbfcf01eb6ba7be1ab48e7ea9be22e8777801621b39bf089c00d7914f7b045e4e6617e45d623354276ba7e245b SHA512 0766ef5702105bc2cea7082b2b2a9bebed282a9166757adbc91a02c4adcc291d41a3217e8b9566b6bb4778db4a1d2453edb0b7a727c9bff2673833d27b69148e
DIST flask-login-0.6.1.gh.tar.gz 48215 BLAKE2B eb1fa81aad9bd8cf663b3ea85649f90f39d7a91c4c771e697b0cb7d66c7e4a5994befbaad36a7deba6f5aea27e6f47ff616aa00cd073433851cf8a9248e4b3a3 SHA512 f220e24079923c669d1ce27fdbc7ff8e07e92bc947e2708034cb349176e33ae0adf36ef6c30e8328f592d9a3eb6d0796dc577033f07c33ef0bc48c13a11a942e
diff --git a/dev-python/flask-login/flask-login-0.6.0.ebuild b/dev-python/flask-login/flask-login-0.6.0.ebuild
deleted file mode 100644
index 7db16f6f14aa..000000000000
--- a/dev-python/flask-login/flask-login-0.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Login session support for Flask"
-HOMEPAGE="https://pypi.org/project/Flask-Login/"
-SRC_URI="
- https://github.com/maxcountryman/${PN}/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-python/flask-1.0.4[${PYTHON_USEDEP}]
- >=dev-python/werkzeug-1.0.1[${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- dev-python/asgiref[${PYTHON_USEDEP}]
- dev-python/blinker[${PYTHON_USEDEP}]
- dev-python/semantic_version[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_test() {
- epytest -p no:httpbin
-}
next reply other threads:[~2022-06-06 9:53 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-06 9:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 19:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-login/ Michał Górny
2023-10-30 19:01 Michał Górny
2023-10-30 18:09 Michał Górny
2023-05-30 18:47 Arthur Zamarin
2023-05-30 14:01 Michał Górny
2023-05-30 3:28 Sam James
2023-05-19 13:43 Michał Górny
2023-05-19 13:43 Michał Górny
2022-08-27 6:24 Michał Górny
2022-08-26 17:51 Arthur Zamarin
2022-07-26 14:11 Michał Górny
2022-06-06 9:29 Jakov Smolić
2022-05-02 8:27 Michał Górny
2022-03-30 18:45 Michał Górny
2022-03-08 17:11 Jakov Smolić
2021-05-20 21:37 Michał Górny
2021-01-18 14:52 Sam James
2020-11-14 19:00 Sam James
2020-10-19 20:13 Sam James
2020-09-13 9:04 Sam James
2020-09-13 8:59 Sam James
2020-08-18 8:55 Michał Górny
2020-07-03 7:43 Michał Górny
2020-06-24 7:07 Michał Górny
2020-03-27 9:16 Michał Górny
2020-03-17 7:23 Michał Górny
2020-02-11 11:42 Alexey Shvetsov
2020-02-05 21:28 Andreas Sturmlechner
2020-02-05 21:28 Andreas Sturmlechner
2020-02-05 13:24 Michał Górny
2019-12-01 19:27 Andreas Sturmlechner
2019-11-19 15:40 Agostino Sarubbo
2019-11-18 12:03 Agostino Sarubbo
2018-07-05 19:38 Louis Sautier
2018-06-24 11:31 Pacho Ramos
2017-01-18 11:57 Agostino Sarubbo
2017-01-17 16:22 Agostino Sarubbo
2016-01-07 19:51 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=1654508424.2b8cffbedb8b20fb73f5528a74903de386bcc82a.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