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

Collapse All | Expand All

(-)devel/py-ipython_genutils/Makefile (-20 lines)
Lines 1-20 Link Here
1
# Created by: Yuri Victorovich <yuri@rawbw.com>
2
# $FreeBSD$
3
4
PORTNAME=	ipython_genutils
5
PORTVERSION=	0.1.0
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	yuri@rawbw.com
11
COMMENT=	Vestigial utilities from IPython
12
13
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/COPYING.md
15
16
USES=		python
17
USE_PYTHON=	distutils autoplist
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)devel/py-ipython_genutils/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1475448847
2
SHA256 (ipython_genutils-0.1.0.tar.gz) = 3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6
3
SIZE (ipython_genutils-0.1.0.tar.gz) = 22255
(-)devel/py-ipython_genutils/pkg-descr (-3 lines)
Lines 1-3 Link Here
1
Vestigial utilities from IPython.
2
3
WWW: https://pypi.python.org/pypi/ipython_genutils

Return to bug 217958