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

(-)devel/py-prettyprinter/Makefile (+23 lines)
Line 0 Link Here
1
# Created by: Patrice Clement <monsieurp@gentoo.org>
2
# $FreeBSD$
3
4
PORTNAME=       prettyprinter
5
PORTVERSION=    0.13.2
6
PORTREVISION=   1
7
CATEGORIES=     devel python
8
MASTER_SITES=   CHEESESHOP
9
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
10
11
MAINTAINER=     monsieurp@gentoo.org	
12
COMMENT=        Syntax-highlighting, declarative and composable pretty printer
13
14
LICENSE=        MIT
15
16
NO_ARCH=        yes
17
18
RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}colorful>=0:devel/py-colorful@${PY_FLAVOR}
19
20
USES=           python:3.5+
21
USE_PYTHON=     autoplist distutils
22
23
.include <bsd.port.mk>
(-)devel/py-prettyprinter/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1530027144
2
SHA256 (prettyprinter-0.13.2.tar.gz) = 31f4f04014138212be6520f89f2659785f01a40f133a65e8c74982526838b8bb
3
SIZE (prettyprinter-0.13.2.tar.gz) = 644753
(-)devel/py-prettyprinter/pkg-descr (+5 lines)
Line 0 Link Here
1
prettyprinter is a Syntax-highlighting, declarative and composable pretty
2
printer for Python 3.5+. It can also serve as a drop-in replacement for the
3
standard library pprint module.
4
5
WWW: https://pypi.org/project/prettyprinter/

Return to bug 229349