Path to this page:
./
wip/py-decoratortools,
Class, function, and metaclass decorators
Branch: CURRENT,
Version: 1.8,
Package name: py27-decoratortools-1.8,
Maintainer: kamel.derouicheWant to use decorators, but still need to support Python 2.3?
Wish you could have class decorators, decorate arbitrary assignments,
or match decorated function signatures to their original functions?
Want to get metaclass features without creating metaclasses?
How about synchronized methods?
Required to run:[
devel/py-setuptools] [
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: c4cc286a557588ec4d45ebbbc6d848fdee107a19
Filesize: 28.873 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2014-12-31 14:58:18 by Thomas Klausner | Files touched by this commit (24) |
Log message:
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Fix various problems while here, including marking packages as not ready
for python-3.x.
|
2012-10-07 13:54:18 by Aleksej Saushev | Files touched by this commit (46) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-07-14 15:11:02 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
Import py26-decoratortools-1.8 as wip/py-decoratortools.
Want to use decorators, but still need to support Python 2.3?
Wish you could have class decorators, decorate arbitrary assignments,
or match decorated function signatures to their original functions?
Want to get metaclass features without creating metaclasses?
How about synchronized methods?
|