Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/py-backports.cached-property,
Backport functools cached_property
Branch: CURRENT,
Version: 1.0.1nb1,
Package name: none-backports.cached-property-1.0.1nb1,
Maintainer: pkgsrc-usersPython 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.
Master sites:
Filesize: 7.256 KB
Version history: (Expand)
- (2023-07-31) Package deleted from pkgsrc
- (2022-11-07) Updated to version: none-backports.cached-property-1.0.1nb1
- (2022-01-05) Updated to version: py37-backports.cached-property-1.0.1nb1
- (2021-11-08) Package added to pkgsrc.se, version py37-backports.cached-property-1.0.1 (created)
CVS history: (Expand)
2023-07-30 17:36:34 by Adam Ciarcinski | Files touched by this commit (4) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
py-backports.cached-property: removed; included in Python 3.8+
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-01 11:28:09 by Thomas Klausner | Files touched by this commit (3) |
Log message:
*: not for python 2
|
2022-11-07 00:26:58 by Greg Troxel | Files touched by this commit (1) |
Log message:
devel/backports.cached-property-1.0.1: Drop 37
as this depends on things that no longer exist.
It should be removed, but this should fix the bulk scan failure.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-12-30 14:05:42 by Adam Ciarcinski | Files touched by this commit (125) |
Log message:
Forget about Python 3.6
|
2021-11-08 13:27:36 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
py-backports.cached-property: added version 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.
|