8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
707 B
Makefile
23 lines
707 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:17 wiz Exp $
|
|
|
|
DISTNAME= mixbox-1.0.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mixbox/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/CybOXProject/mixbox
|
|
COMMENT= Utility library for cybox, maec, and stix packages
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-ordered-set-[0-9]*:../../devel/py-ordered-set
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ordered-set
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|