ports/devel/py-backports.cached-property/files/patch-setup.py
Po-Chuan Hsieh 54e8cf9f32
devel/py-backports.cached-property: Add py-backports.cached-property 1.0.1
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
2021-10-13 13:33:57 +08:00

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,