From owner-svn-ports-all@freebsd.org Mon Jun 25 19:33:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E054101CB87; Mon, 25 Jun 2018 19:33:11 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AAF78AB57; Mon, 25 Jun 2018 19:33:11 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 116CD1808; Mon, 25 Jun 2018 19:33:11 +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 w5PJXAkP075611; Mon, 25 Jun 2018 19:33:10 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5PJXAhl075610; Mon, 25 Jun 2018 19:33:10 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806251933.w5PJXAhl075610@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 25 Jun 2018 19:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473333 - head/devel/py-ordered-set X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/devel/py-ordered-set X-SVN-Commit-Revision: 473333 X-SVN-Commit-Repository: ports 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.26 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: Mon, 25 Jun 2018 19:33:11 -0000 Author: antoine Date: Mon Jun 25 19:33:10 2018 New Revision: 473333 URL: https://svnweb.freebsd.org/changeset/ports/473333 Log: Update to 3.0.0 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 Mon Jun 25 19:02:35 2018 (r473332) +++ head/devel/py-ordered-set/Makefile Mon Jun 25 19:33:10 2018 (r473333) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ordered-set -PORTVERSION= 2.0.2 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,14 @@ COMMENT= MutableSet that remembers its order, so that LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} NO_ARCH= yes USES= python USE_PYTHON= distutils autoplist do-test: - @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} nosetests-${PYTHON_VER}) + @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER} test.py) .include Modified: head/devel/py-ordered-set/distinfo ============================================================================== --- head/devel/py-ordered-set/distinfo Mon Jun 25 19:02:35 2018 (r473332) +++ head/devel/py-ordered-set/distinfo Mon Jun 25 19:33:10 2018 (r473333) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493231479 -SHA256 (ordered-set-2.0.2.tar.gz) = 942cad5d7d5b0760d5cbe93dfb385ac2ed402ca1d48c9f4e102d7d5cce3a90eb -SIZE (ordered-set-2.0.2.tar.gz) = 4881 +TIMESTAMP = 1529873353 +SHA256 (ordered-set-3.0.0.tar.gz) = a34399fe6aa78358aaa00129d67c65b4aa099adfc023731b1d756c85776a89bb +SIZE (ordered-set-3.0.0.tar.gz) = 7237