Date: Tue, 9 Feb 2016 09:50:29 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408544 - in head/devel: . py-total-ordering Message-ID: <201602090950.u199oTjl061351@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: truckman Date: Tue Feb 9 09:50:28 2016 New Revision: 408544 URL: https://svnweb.freebsd.org/changeset/ports/408544 Log: New port devel/py-total-ordering functools.total_ordering backport for Python 2.x Sponsored by: Farsight Security, Inc. Added: head/devel/py-total-ordering/ head/devel/py-total-ordering/Makefile (contents, props changed) head/devel/py-total-ordering/distinfo (contents, props changed) head/devel/py-total-ordering/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Feb 9 09:25:39 2016 (r408543) +++ head/devel/Makefile Tue Feb 9 09:50:28 2016 (r408544) @@ -4384,6 +4384,7 @@ SUBDIR += py-thrift SUBDIR += py-timelib SUBDIR += py-tipper + SUBDIR += total-ordering SUBDIR += py-tox SUBDIR += py-trace2html SUBDIR += py-traitlets Added: head/devel/py-total-ordering/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-total-ordering/Makefile Tue Feb 9 09:50:28 2016 (r408544) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= total-ordering +PORTVERSION= 0.1.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= truckman@FreeBSD.org +COMMENT= Backport functools.total_ordering to Python 2.x + +NO_ARCH= yes +USES= python:-2.7 +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/devel/py-total-ordering/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-total-ordering/distinfo Tue Feb 9 09:50:28 2016 (r408544) @@ -0,0 +1,2 @@ +SHA256 (total-ordering-0.1.0.tar.gz) = a14a2a138a52befaa02b3fd53eb3366f66da69020be299af3cf0b54c9441aacc +SIZE (total-ordering-0.1.0.tar.gz) = 1839 Added: head/devel/py-total-ordering/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-total-ordering/pkg-descr Tue Feb 9 09:50:28 2016 (r408544) @@ -0,0 +1,3 @@ +functools.total_ordering backport for Python 2.x + +WWW: https://github.com/kvesteri/total-ordering
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602090950.u199oTjl061351>