git: 236208765b02 - 2022Q4 - textproc/py-citeproc-py-styles: Revert a7c2ddb5a20181f1835216965d25d526c9fcc50c

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 09 Oct 2022 20:03:30 UTC
The branch 2022Q4 has been updated by sunpoet:

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

commit 236208765b02be377210331a97fb393844f79ef9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-10-09 19:52:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-10-09 20:01:37 +0000

    textproc/py-citeproc-py-styles: Revert a7c2ddb5a20181f1835216965d25d526c9fcc50c
    
    py-pytest-runner version has been fixed in 85ecacb49d13e33e108d993bae784ef7141815cd.
    
    (cherry picked from commit 7fc0f283807f13f49c1db747b67c1e01c1af1dcf)
---
 textproc/py-citeproc-py-styles/files/patch-setup.py | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/textproc/py-citeproc-py-styles/files/patch-setup.py b/textproc/py-citeproc-py-styles/files/patch-setup.py
deleted file mode 100644
index bcc2ddb8b4b9..000000000000
--- a/textproc/py-citeproc-py-styles/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:44:42 UTC
-+++ setup.py
-@@ -27,7 +27,7 @@ for reqs in extras_require.values():
-     extras_require['all'].extend(reqs)
- 
- setup_requires = [
--    'pytest-runner>=2.6.2',
-+    'pytest-runner',
- ]
- 
- install_requires = [