bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
20 lines
549 B
Makefile
20 lines
549 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:49 wiz Exp $
|
|
|
|
DISTNAME= zope.deprecation-4.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zope.deprecation/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/zopefoundation/zope.deprecation
|
|
COMMENT= Zope hookable
|
|
LICENSE= zpl-2.1
|
|
|
|
PYTHON_VERSIONED_DEPENDENCIES+= setuptools
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../lang/python/versioned_dependencies.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|