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

Collapse All | Expand All

(-)Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	munch
4
PORTVERSION=	2.2.0
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	lbartoletti@tuxfamily.org
10
COMMENT=	Python dict that provides attribute-style access (a la JavaScript)
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
15
16
USES=		python
17
USE_PYTHON=	autoplist distutils
18
19
.include <bsd.port.mk>
(-)distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1527877662
2
SHA256 (munch-2.2.0.tar.gz) = 62fb4fb318e965a464b088e6af52a63e0905a50500b770596a939d3855e7aa15
3
SIZE (munch-2.2.0.tar.gz) = 7108
(-)pkg-descr (+7 lines)
Line 0 Link Here
1
munch is a fork of David Schoonover's Bunch package, providing similar 
2
functionality. 99% of the work was done by him, and the fork was made mainly 
3
for lack of responsiveness for fixes and maintenance on the original code.
4
5
Munch is a dictionary that supports attribute-style access, a la JavaScript.
6
7
WWW: https://pypi.python.org/pypi/munch

Return to bug 228665