./devel/py-zope.deferredimport, Imports names that will only be resolved when used in the code

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


Branch: CURRENT, Version: 5.0, Package name: py310-zope.deferredimport-5.0, Maintainer: pkgsrc-users

=========================
``zope.deferredimport``
=========================

Often, especially for package modules, you want to import names for
convenience, but not actually perform the imports until necessary.
The zope.deferredimport package provided facilities for defining names
in modules that will be imported from somewhere else when used. You
can also cause deprecation warnings to be issued when a variable is
used.


Required to run:
[devel/py-setuptools] [lang/python37] [www/py-zope.proxy]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 18.932 KB

Version history: (Expand)


CVS history: (Expand)


   2023-06-29 22:11:07 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.deferredimport: updated to 5.0

5.0 (2023-06-29)
- Drop support for Python 2.7, 3.5, 3.6.
- Add support for Python 3.11.
   2023-04-30 14:16:20 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-zope.deferredimport: remove unused dependency, mark as not for python 2

Bump PKGREVISION for dependency change.
   2022-02-11 12:24:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zope.deferredimport: updated to 4.4

4.4
Add support for Python 3.8, 3.9 and 3.10.
Drop support for Python 3.4.
   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-09-01 01:07:07 by Thomas Klausner | Files touched by this commit (62)
Log message:
*: switch to versioned_dependencies.mk for py-setuptools
   2020-06-08 15:00:59 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zope.deferredimport: updated to 4.3.1

4.3.1:
- Avoid race condition in ``deferredmodule.ModuleProxy.__getattr__``