pkgsrc/devel/py-zope.deferredimport/Makefile
taca 5a0a893769 devel/py-zope.deferredimport: add version 4.3
Add py-zope.deferredimport package version 4.3.

=========================
 ``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.
2018-10-28 15:13:13 +00:00

18 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/10/28 15:13:13 taca Exp $
DISTNAME= zope.deferredimport-4.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.deferredimport/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/zopefoundation/zope.deferredimport
COMMENT= Imports names that will only be resolved when used in the code
LICENSE= zpl-2.1
DEPENDS+= ${PYPKGPREFIX}-zope.proxy>=4.3.1:../../www/py-zope.proxy
USE_LANGUAGES= #
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"