4a3c5c6754
4.4 Add support for Python 3.8, 3.9 and 3.10. Drop support for Python 3.4.
21 lines
654 B
Makefile
21 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/02/11 11:24:16 adam Exp $
|
|
|
|
DISTNAME= zope.deferredimport-4.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.deferredimport/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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-[0-9]*:../../www/py-zope.proxy
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
|
|
|
|
USE_LANGUAGES= #
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|