From owner-svn-ports-head@freebsd.org Thu Apr 25 08:36:28 2019 Return-Path: Delivered-To: svn-ports-head@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 C4E5F15905A0; Thu, 25 Apr 2019 08:36:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 67C7770808; Thu, 25 Apr 2019 08:36:28 +0000 (UTC) (envelope-from koobs@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 55B462129B; Thu, 25 Apr 2019 08:36:28 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3P8aSfl061874; Thu, 25 Apr 2019 08:36:28 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3P8aR6j061869; Thu, 25 Apr 2019 08:36:27 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201904250836.x3P8aR6j061869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Thu, 25 Apr 2019 08:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499965 - head/devel/py-circuits X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-circuits X-SVN-Commit-Revision: 499965 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 67C7770808 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2019 08:36:29 -0000 Author: koobs Date: Thu Apr 25 08:36:27 2019 New Revision: 499965 URL: https://svnweb.freebsd.org/changeset/ports/499965 Log: devel/py-circuits: Update to 3.2 Changelog: https://circuits.readthedocs.io/en/latest/changes.html Modified: head/devel/py-circuits/Makefile head/devel/py-circuits/distinfo Modified: head/devel/py-circuits/Makefile ============================================================================== --- head/devel/py-circuits/Makefile Thu Apr 25 08:33:07 2019 (r499964) +++ head/devel/py-circuits/Makefile Thu Apr 25 08:36:27 2019 (r499965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= circuits -PORTVERSION= 3.1.0 +PORTVERSION= 3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,15 +13,13 @@ COMMENT= Asynchronous Component-based Event Applicatio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes - -post-extract: - ${FIND} ${WRKSRC} -type d -name __pycache__ -exec ${RM} -r {} + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest tests Modified: head/devel/py-circuits/distinfo ============================================================================== --- head/devel/py-circuits/distinfo Thu Apr 25 08:33:07 2019 (r499964) +++ head/devel/py-circuits/distinfo Thu Apr 25 08:36:27 2019 (r499965) @@ -1,2 +1,3 @@ -SHA256 (circuits-3.1.0.tar.gz) = 637b411fd5843d7bdbebafbf1c0683b9ec3e56ce5c87545ccac02d48592b774b -SIZE (circuits-3.1.0.tar.gz) = 2106769 +TIMESTAMP = 1556180197 +SHA256 (circuits-3.2.tar.gz) = b2fad9be2235f87480c194efc91eaeed3cb030c465d4697f1ca326ce3619bf9b +SIZE (circuits-3.2.tar.gz) = 174265