aboutsummaryrefslogblamecommitdiff
path: root/security/py-tuf/Makefile
blob: 513edd695d582bd19f5c14198b0c5251ead208cd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                               

                   
                     



                                       
                                

                                                              
                            
                    

                                             
 

                                                                                                         
 
                                  



                                              
                                                                                                 

                      
# Created by: Kubilay Kocak <koobs@FreeBSD.org>

PORTNAME=	tuf
PORTVERSION=	1.1.0
CATEGORIES=	security devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Framework for securing software update systems

LICENSE=	APACHE20 MIT
LICENSE_COMB=	dual
LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE
LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.19.1:www/py-requests@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}securesystemslib>=0.22.0:security/py-securesystemslib@${PY_FLAVOR}

USES=		pytest python:3.7+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

PYTEST_BROKEN_TESTS=	test_cleanup TestRepoExamples # uses files missing from pypi distribution

.include <bsd.port.mk>