Date: Thu, 23 Jul 2015 15:14:55 +0000 (UTC) From: Josh Paetzel <jpaetzel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392727 - in head/devel: . py-natural Message-ID: <201507231514.t6NFEt7N009967@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jpaetzel Date: Thu Jul 23 15:14:54 2015 New Revision: 392727 URL: https://svnweb.freebsd.org/changeset/ports/392727 Log: Welcome new port py-natural to the tree. Natural is a Python library to easily transform data into human-readable formats such as dates, time differences, numbers and sizes. Added: head/devel/py-natural/ head/devel/py-natural/Makefile (contents, props changed) head/devel/py-natural/distinfo (contents, props changed) head/devel/py-natural/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Jul 23 15:14:00 2015 (r392726) +++ head/devel/Makefile Thu Jul 23 15:14:54 2015 (r392727) @@ -4038,6 +4038,7 @@ SUBDIR += py-mx-experimental SUBDIR += py-mygpoclient SUBDIR += py-nagioscheck + SUBDIR += py-natural SUBDIR += py-ncurses SUBDIR += py-nose SUBDIR += py-notifier Added: head/devel/py-natural/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-natural/Makefile Thu Jul 23 15:14:54 2015 (r392727) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= natural +PORTVERSION= 0.1.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= jpaetzel@FreeBSD.org +COMMENT= Convert data to their natural (human-readable) format + +LICENSE= MIT + +USES= python +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/devel/py-natural/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-natural/distinfo Thu Jul 23 15:14:54 2015 (r392727) @@ -0,0 +1,2 @@ +SHA256 (natural-0.1.5.tar.gz) = 413da314cd6b07461c5910315ff9eae6cf366dfc63cec9309fbbbbe36f2441f7 +SIZE (natural-0.1.5.tar.gz) = 26309 Added: head/devel/py-natural/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-natural/pkg-descr Thu Jul 23 15:14:54 2015 (r392727) @@ -0,0 +1,3 @@ +Convert data to their natural (human-readable) format + +WWW: http://natural.readthedocs.org/en/latest/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507231514.t6NFEt7N009967>