mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
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.
10 lines
223 B
INI
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'
|