771a06bf94
Version 1.2.0.10 - Check add_reference methods to prevent NoneType has no attribute 'append' - Changes to STIXPackage to prevent the empty <stix:TTPs/> tag from appearing in serialization Version 1.2.0.9 - TTPs would fail to serialize XML Kill_Chains if no TTP was set - Added Python 3.8 to test harness Version 1.2.0.8 - Add xnl:Type to the PersonName element (CIQ) - Update the allowable values for PersonName and OrganisationName - Update tests per recent CybOX release Version 1.2.0.7 - Update package requirements
21 lines
679 B
Makefile
21 lines
679 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/05/13 21:49:04 adam Exp $
|
|
|
|
DISTNAME= stix-1.2.0.10
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= security python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stix/}
|
|
|
|
MAINTAINER= khorben@defora.org
|
|
HOMEPAGE= https://stixproject.github.io/
|
|
COMMENT= Python library for manipulating STIX content
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-cybox>=2.1.0.14:../../security/py-cybox
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml>=2.3:../../textproc/py-lxml
|
|
DEPENDS+= ${PYPKGPREFIX}-mixbox>=1.0.2:../../devel/py-mixbox
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|