aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-sphinxcontrib-towncrier/Makefile
blob: 3158862bf9c9974a0f8ffd4762ede0bdda6b5ecc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
                                       
                       










                                                                                    
                                                                                         






                                              
PORTNAME=	sphinxcontrib-towncrier
PORTVERSION=	0.2.1a0
CATEGORIES=	textproc python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RST directive for injecting a Towncrier-generated changelog draft

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \
		${PYTHON_PKGNAMEPREFIX}towncrier>=19.2:textproc/py-towncrier@${PY_FLAVOR}

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>