Index: devel/py-prettyprinter/Makefile =================================================================== --- devel/py-prettyprinter/Makefile (nonexistent) +++ devel/py-prettyprinter/Makefile (working copy) @@ -0,0 +1,23 @@ +# Created by: Patrice Clement +# $FreeBSD$ + +PORTNAME= prettyprinter +PORTVERSION= 0.13.2 +PORTREVISION= 1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= monsieurp@gentoo.org +COMMENT= Syntax-highlighting, declarative and composable pretty printer + +LICENSE= MIT + +NO_ARCH= yes + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorful>=0:devel/py-colorful@${PY_FLAVOR} + +USES= python:3.5+ +USE_PYTHON= autoplist distutils + +.include Property changes on: devel/py-prettyprinter/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-prettyprinter/distinfo =================================================================== --- devel/py-prettyprinter/distinfo (nonexistent) +++ devel/py-prettyprinter/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530027144 +SHA256 (prettyprinter-0.13.2.tar.gz) = 31f4f04014138212be6520f89f2659785f01a40f133a65e8c74982526838b8bb +SIZE (prettyprinter-0.13.2.tar.gz) = 644753 Property changes on: devel/py-prettyprinter/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/py-prettyprinter/pkg-descr =================================================================== --- devel/py-prettyprinter/pkg-descr (nonexistent) +++ devel/py-prettyprinter/pkg-descr (working copy) @@ -0,0 +1,5 @@ +prettyprinter is a Syntax-highlighting, declarative and composable pretty +printer for Python 3.5+. It can also serve as a drop-in replacement for the +standard library pprint module. + +WWW: https://pypi.org/project/prettyprinter/ Property changes on: devel/py-prettyprinter/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property