View | Details | Raw Unified | Return to bug 216406
Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mccabe
4
PORTNAME=	mccabe
5
PORTVERSION=	0.3.1
5
PORTVERSION=	0.5.3
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 10-16 Link Here
10
MAINTAINER=	wg@FreeBSD.org
10
MAINTAINER=	wg@FreeBSD.org
11
COMMENT=	Ned's script to check McCabe complexity
11
COMMENT=	Ned's script to check McCabe complexity
12
12
13
USES=		python
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner
17
18
USES?=		python
14
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
NO_ARCH=	yes
15
21
16
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (mccabe-0.3.1.tar.gz) = 5f7ea6fb3aa9afe146d07fd6d5cedf788747d8b0c29e44732453c2b2db1e3d16
1
TIMESTAMP = 1485178997
2
SIZE (mccabe-0.3.1.tar.gz) = 7586
2
SHA256 (mccabe-0.5.3.tar.gz) = 16293af41e7242031afd73896fef6458f4cad38201d21e28f344fff50ae1c25e
3
SIZE (mccabe-0.5.3.tar.gz) = 8460

Return to bug 216406