Index: head/devel/py-marrow.util/Makefile =================================================================== --- head/devel/py-marrow.util/Makefile (nonexistent) +++ head/devel/py-marrow.util/Makefile (revision 527453) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= marrow.util +PORTVERSION= 1.2.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Commonly shared Python utility subclasses and functions + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Property changes on: head/devel/py-marrow.util/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: head/devel/py-marrow.util/distinfo =================================================================== --- head/devel/py-marrow.util/distinfo (nonexistent) +++ head/devel/py-marrow.util/distinfo (revision 527453) @@ -0,0 +1,3 @@ +TIMESTAMP = 1583000300 +SHA256 (marrow.util-1.2.3.tar.gz) = 1e212c51abc1b04cf44aed836f33d7291b040d1e5f87fa61072ddef2743da26f +SIZE (marrow.util-1.2.3.tar.gz) = 17751 Property changes on: head/devel/py-marrow.util/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: head/devel/py-marrow.util/pkg-descr =================================================================== --- head/devel/py-marrow.util/pkg-descr (nonexistent) +++ head/devel/py-marrow.util/pkg-descr (revision 527453) @@ -0,0 +1,15 @@ +Marrow Utilities Collection + +This package contains many commonly reimplemented utility classes and functions +covering the following major areas: + - attribute, partial/subset, case-insensitive, and multi-value dicts + - py3k source compatibility (without using 2to3) + - string to rich datatype conversion of bools, simple arrays, and complex + keyword/tag parsing + - rich OOP helpers: nested list flattening, a NoDefault implementation, + dot-notation object loading, and a LRU cache + - path manipulation + - UTC, universal time constants, english to numerical month and DotW + conversion, and date field range constants + +WWW: https://github.com/marrow/util Property changes on: head/devel/py-marrow.util/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