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: Wed, 3 Jan 2018 23:35:34 +0000 (UTC) [thread overview]
Message-ID: <1515022514.d4ef5ed2ab3ade7ac59adb112616cb3bf6f65fa1.mgorny@gentoo> (raw)
commit: d4ef5ed2ab3ade7ac59adb112616cb3bf6f65fa1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:29:59 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 23:35:14 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ef5ed2
dev-python/flask-security: Clean old up
dev-python/flask-security/Manifest | 1 -
.../flask-security/flask-security-1.7.4.ebuild | 46 ----------------------
2 files changed, 47 deletions(-)
diff --git a/dev-python/flask-security/Manifest b/dev-python/flask-security/Manifest
index 22082580afe..8cd75873bc5 100644
--- a/dev-python/flask-security/Manifest
+++ b/dev-python/flask-security/Manifest
@@ -1,2 +1 @@
-DIST Flask-Security-1.7.4.tar.gz 41467 BLAKE2B 73b62285cd1829727e4f675b86e85e4c581ea8f7f34a813038b38bbb54ab5bfae050de2e8fff07d65fa0902ea984971efd4dee1b8572e259abfd9a512ee70c2c SHA512 9d0f7db3250f6cab5af4e60cdffd2fffe28ef2dc30e38a479eb91f04c559308b5c530784fc4d9bbf410fd3f6060830f150b8cdb56a3a2d650c4873a14e09b622
DIST Flask-Security-1.7.5.tar.gz 42261 BLAKE2B b71170e83acadf036f8b7d2ab6d2cf6521ee06109bb1cb45801a10fa20c050ae5f933df4414ce57d1c9dabed60b068eeab3e0a0f6d318f092680ac7f5e775cfb SHA512 41fd806d35746bdc212aa4ab01af678d39765a6d4df42cd19c87b8a2060374112d3e8a5f2fc243e88906505d6a942b9a824cf19a29b2c0eebacde9299534ffc9
diff --git a/dev-python/flask-security/flask-security-1.7.4.ebuild b/dev-python/flask-security/flask-security-1.7.4.ebuild
deleted file mode 100644
index bdf86b22f3e..00000000000
--- a/dev-python/flask-security/flask-security-1.7.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_PN="Flask-Security"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Simple security for Flask apps"
-HOMEPAGE="http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN}"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-# packages of this type require local running instances of databases
-# which then require connect to localhost
-RESTRICT="test"
-
-RDEPEND=">=dev-python/flask-0.9[${PYTHON_USEDEP}]
- >=dev-python/itsdangerous-0.17[${PYTHON_USEDEP}]
- >=dev-python/passlib-1.6.1[${PYTHON_USEDEP}]
- >=dev-python/flask-login-0.1.3[${PYTHON_USEDEP}]
- >=dev-python/flask-mail-0.7.3[${PYTHON_USEDEP}]
- >=dev-python/flask-wtf-0.8[${PYTHON_USEDEP}]
- >=dev-python/flask-principal-0.3.3[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
- dev-python/flask-mongoengine[${PYTHON_USEDEP}]
- dev-python/flask-peewee[${PYTHON_USEDEP}]
- dev-python/bcrypt[${PYTHON_USEDEP}]
- dev-python/simplejson[${PYTHON_USEDEP}]
- )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
- nosetests || die "Testing failed with ${EPYTHON}"
-}
next reply other threads:[~2018-01-03 23:35 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-03 23:35 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 8:24 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
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=1515022514.d4ef5ed2ab3ade7ac59adb112616cb3bf6f65fa1.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