From owner-svn-ports-all@freebsd.org Thu Apr 27 21:12:48 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9F96D539B5; Thu, 27 Apr 2017 21:12:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8947B135; Thu, 27 Apr 2017 21:12:48 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3RLClWo069508; Thu, 27 Apr 2017 21:12:47 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3RLClvb069506; Thu, 27 Apr 2017 21:12:47 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201704272112.v3RLClvb069506@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 27 Apr 2017 21:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r439567 - head/devel/py-ordered-set X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 21:12:48 -0000 Author: antoine Date: Thu Apr 27 21:12:47 2017 New Revision: 439567 URL: https://svnweb.freebsd.org/changeset/ports/439567 Log: - Update to 2.0.2 - Add LICENSE_FILE - Add do-test target Modified: head/devel/py-ordered-set/Makefile head/devel/py-ordered-set/distinfo Modified: head/devel/py-ordered-set/Makefile ============================================================================== --- head/devel/py-ordered-set/Makefile Thu Apr 27 20:34:19 2017 (r439566) +++ head/devel/py-ordered-set/Makefile Thu Apr 27 21:12:47 2017 (r439567) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ordered-set -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,15 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= MutableSet that remembers its order, so that every entry has an index LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist +do-test: + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) + .include Modified: head/devel/py-ordered-set/distinfo ============================================================================== --- head/devel/py-ordered-set/distinfo Thu Apr 27 20:34:19 2017 (r439566) +++ head/devel/py-ordered-set/distinfo Thu Apr 27 21:12:47 2017 (r439567) @@ -1,3 +1,3 @@ -TIMESTAMP = 1477213204 -SHA256 (ordered-set-2.0.1.tar.gz) = 55567f094481ba204ffede0117ab563e19af050c7cbf33a9a23292b8cb2b0a0e -SIZE (ordered-set-2.0.1.tar.gz) = 3407 +TIMESTAMP = 1493231479 +SHA256 (ordered-set-2.0.2.tar.gz) = 942cad5d7d5b0760d5cbe93dfb385ac2ed402ca1d48c9f4e102d7d5cce3a90eb +SIZE (ordered-set-2.0.2.tar.gz) = 4881