Index: head/devel/Makefile =================================================================== --- head/devel/Makefile +++ head/devel/Makefile @@ -4858,6 +4858,7 @@ SUBDIR += py-tinyrpc SUBDIR += py-tipper SUBDIR += py-tooz + SUBDIR += py-toposort SUBDIR += py-total-ordering SUBDIR += py-tox SUBDIR += py-trace2html Index: head/devel/py-toposort/Makefile =================================================================== --- head/devel/py-toposort/Makefile +++ head/devel/py-toposort/Makefile @@ -0,0 +1,20 @@ +# Created by: Ed Schouten +# $FreeBSD$ + +PORTNAME= toposort +PORTVERSION= 1.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ed@FreeBSD.org +COMMENT= Topological sorting algorithm for Python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES?= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Index: head/devel/py-toposort/distinfo =================================================================== --- head/devel/py-toposort/distinfo +++ head/devel/py-toposort/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1502893729 +SHA256 (toposort-1.5.tar.gz) = dba5ae845296e3bf37b042c640870ffebcdeb8cd4df45adaa01d8c5476c557dd +SIZE (toposort-1.5.tar.gz) = 10294 Index: head/devel/py-toposort/pkg-descr =================================================================== --- head/devel/py-toposort/pkg-descr +++ head/devel/py-toposort/pkg-descr @@ -0,0 +1,3 @@ +Implementation of a topological sorting algorithm for Python. + +WWW: https://bitbucket.org/ericvsmith/toposort