ports/devel/py-decopatch/files/patch-setup.cfg
Po-Chuan Hsieh 3892971a0e
devel/py-decopatch: Add py-decopatch 1.4.10
Because of a tiny oddity in the python language, writing decorators without help
can be a pain because you have to handle the no-parenthesis usage explicitly.
decopatch provides a simple way to solve this issue so that writing decorators
is simple and straightforward.
2023-09-11 11:00:45 +08:00

10 lines
223 B
INI

--- setup.cfg.orig 2022-03-01 08:57:14 UTC
+++ setup.cfg
@@ -27,7 +27,6 @@ classifiers =
[options]
setup_requires =
setuptools_scm
- pytest-runner
install_requires =
makefun>=1.5.0
funcsigs;python_version<'3.3'