View | Details | Raw Unified | Return to bug 219505 | Differences between
and this patch

Collapse All | Expand All

(-)devel/py-incremental/Makefile (-19 lines)
Lines 1-19 Link Here
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
3
4
PORTNAME=	incremental
5
PORTVERSION=	16.10.1
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Library that versions your Python projects
12
13
LICENSE=	MIT
14
LICENSE_FILE=	${WRKSRC}/LICENSE
15
16
USES=		python
17
USE_PYTHON=	distutils autoplist
18
19
.include <bsd.port.mk>
(-)devel/py-incremental/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1478963838
2
SHA256 (incremental-16.10.1.tar.gz) = 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342
3
SIZE (incremental-16.10.1.tar.gz) = 16066
(-)devel/py-incremental/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
A small library that versions your Python projects.
2
3
WWW: https://pypi.python.org/pypi/incremental

Return to bug 219505