Date: Fri, 27 Mar 2015 13:12:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382402 - in head/devel: . py-sortedcontainers Message-ID: <201503271312.t2RDCULl050980@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Mar 27 13:12:29 2015 New Revision: 382402 URL: https://svnweb.freebsd.org/changeset/ports/382402 QAT: https://qat.redports.org/buildarchive/r382402/ Log: New port: devel/py-sortedcontainers SortedContainers is an Apache2 licensed containers library, written in pure-Python, and fast as C-extensions. WWW: http://www.grantjenks.com/docs/sortedcontainers/ Added: head/devel/py-sortedcontainers/ head/devel/py-sortedcontainers/Makefile (contents, props changed) head/devel/py-sortedcontainers/distinfo (contents, props changed) head/devel/py-sortedcontainers/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Mar 27 12:26:22 2015 (r382401) +++ head/devel/Makefile Fri Mar 27 13:12:29 2015 (r382402) @@ -4058,6 +4058,7 @@ SUBDIR += py-smmap SUBDIR += py-snack SUBDIR += py-snackwich + SUBDIR += py-sortedcontainers SUBDIR += py-spark SUBDIR += py-speaklater SUBDIR += py-sqlcc Added: head/devel/py-sortedcontainers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sortedcontainers/Makefile Fri Mar 27 13:12:29 2015 (r382402) @@ -0,0 +1,19 @@ +# Created by: antoine@FreeBSD.org +# $FreeBSD$ + +PORTNAME= sortedcontainers +PORTVERSION= 0.9.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Python Sorted Container Types: SortedList, SortedDict, and SortedSet + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/py-sortedcontainers/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sortedcontainers/distinfo Fri Mar 27 13:12:29 2015 (r382402) @@ -0,0 +1,2 @@ +SHA256 (sortedcontainers-0.9.5.tar.gz) = 22ec08595e02a961ce117395a8473957a585a8b1c8d9235a550ebbdf225691e3 +SIZE (sortedcontainers-0.9.5.tar.gz) = 31273 Added: head/devel/py-sortedcontainers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-sortedcontainers/pkg-descr Fri Mar 27 13:12:29 2015 (r382402) @@ -0,0 +1,4 @@ +SortedContainers is an Apache2 licensed containers library, written in +pure-Python, and fast as C-extensions. + +WWW: http://www.grantjenks.com/docs/sortedcontainers/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503271312.t2RDCULl050980>