Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2022 19:52:47 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a93915c619dd - main - www/py-flask-security: Revert e493d628ba7e4be07a9b39d1c0fe64a4ec18a84c
Message-ID:  <202210091952.299Jql4J070614@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a93915c619dd91dd771dde3b7526cb44d93a3b7c

commit a93915c619dd91dd771dde3b7526cb44d93a3b7c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 19:52:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 19:52:24 +0000

    www/py-flask-security: Revert e493d628ba7e4be07a9b39d1c0fe64a4ec18a84c
    
    py-pytest-runner version has been fixed in 85ecacb49d13e33e108d993bae784ef7141815cd.
---
 www/py-flask-security/files/patch-setup.py | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/www/py-flask-security/files/patch-setup.py b/www/py-flask-security/files/patch-setup.py
deleted file mode 100644
index 4efe72b220fd..000000000000
--- a/www/py-flask-security/files/patch-setup.py
+++ /dev/null
@@ -1,13 +0,0 @@
-- fix the problem that Python thinks that the version 2.6.2 is greater than 6.0.0 for pytest-runner
-
---- setup.py.orig	2022-10-05 06:23:53 UTC
-+++ setup.py
-@@ -42,7 +42,7 @@ for reqs in extras_require.values():
- 
- setup_requires = [
-     'Babel>=1.3',
--    'pytest-runner>=2.6.2',
-+    'pytest-runner',
- ]
- 
- install_requires = [



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210091952.299Jql4J070614>