git: 2f766fbc6b95 - main - devel/py-babi_grammars: Fix build with setuptools 61.0.0+

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:25:36 UTC
The branch main has been updated by sunpoet:

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

commit 2f766fbc6b95b8d0231b0f997352eddc956e0bed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 04:15:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:55 +0000

    devel/py-babi_grammars: Fix build with setuptools 61.0.0+
    
    With hat:       python
---
 devel/py-babi_grammars/files/patch-setup.cfg | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/devel/py-babi_grammars/files/patch-setup.cfg b/devel/py-babi_grammars/files/patch-setup.cfg
new file mode 100644
index 000000000000..afb9a72a1cc9
--- /dev/null
+++ b/devel/py-babi_grammars/files/patch-setup.cfg
@@ -0,0 +1,10 @@
+--- setup.cfg.orig	2021-09-12 23:44:23 UTC
++++ setup.cfg
+@@ -56,6 +56,7 @@ classifiers = 
+ 	Programming Language :: Python :: Implementation :: PyPy
+ 
+ [options]
++py_modules = babi_grammars
+ python_requires = >=3.6.1
+ 
+ [options.data_files]