Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 08:36:27 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499965 - head/devel/py-circuits
Message-ID:  <201904250836.x3P8aR6j061869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904250836.x3P8aR6j061869>