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

Collapse All | Expand All

(-)devel/py-pecan/Makefile (+17 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	pecan
4
PORTVERSION=	1.3.3
5
CATEGORIES=	devel python net
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	wjw@FreeBSD.org
10
COMMENT=	WSGI object-dispatching web framework
11
12
LICENSE=	BSD3CLAUSE
13
14
USES=		python
15
USE_PYTHON=	distutils autoplist
16
17
.include <bsd.port.mk>
(-)devel/py-pecan/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1572799326
2
SHA256 (pecan-1.3.3.tar.gz) = b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff
3
SIZE (pecan-1.3.3.tar.gz) = 120595
(-)devel/py-pecan/pkg-descr (+6 lines)
Line 0 Link Here
1
A WSGI object-dispatching web framework.
2
3
Designed to be lean and fast with few dependencies.
4
5
https://github.com/pecan/pecan/
6

Return to bug 241691