./devel/py-cached-property, Decorator for caching properties in classes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.5.2nb1, Package name: py310-cached-property-1.5.2nb1, Maintainer: pkgsrc-users

A cached-property for decorating methods in classes.


Required to run:
[devel/py-setuptools] [lang/python27]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 11.957 KB

Version history: (Expand)


CVS history: (Expand)


   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-05-12 10:20:36 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: fix == vs. != confusion

Reported by adam
   2022-05-12 10:05:29 by Thomas Klausner | Files touched by this commit (4)
Log message:
*: do not use py-freezegun with python 2.7
   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-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-10-02 21:16:47 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cached-property: updated to 1.5.2

1.5.2:
* Add formal support for Python 3.8
* Remove formal support for Python 3.4
* Switch from Travis to GitHub actions
* Made tests pass flake8 for Python 2.7
   2018-11-02 12:54:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-cached-property: updated to 1.5.1

1.5.1:
Added formal support for Python 3.7
Removed formal support for Python 3.3