mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
Python 3.8 adds great descriptor to functools: cached_property. Technically all required APIs was available since python 3.6, but it is what it is. This package is a backport of this functionality for python 3.6 and 3.7. WWW: https://github.com/penguinolog/backports.cached_property
10 lines
352 B
Python
10 lines
352 B
Python
--- setup.py.orig 2021-02-04 08:47:57 UTC
|
|
+++ setup.py
|
|
@@ -65,7 +65,6 @@ setuptools.setup(
|
|
"setuptools >= 21.0.0,!=24.0.0,"
|
|
"!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,"
|
|
"!=36.2.0",
|
|
- "wheel",
|
|
"setuptools_scm[toml]>=3.4",
|
|
],
|
|
install_requires=REQUIRED,
|