90e5ea1222
This package represents the core of the Zope Component Architecture. Together with the 'zope.interface' package (devel/py-ZopeInterface), it provides facilities for defining, registering and looking up components. This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project.
14 lines
449 B
Makefile
14 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/01/16 19:32:25 bsiegert Exp $
|
|
|
|
DISTNAME= zope.component-4.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/zope.c/ZopeC/}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= https://pypi.python.org/packages/source/z/zope.component/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://docs.zope.org/zopetoolkit/
|
|
COMMENT= Zope Component Architecture modules
|
|
LICENSE= zpl
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|