svn commit: r499965 - head/devel/py-circuits
Kubilay Kocak
koobs at FreeBSD.org
Thu Apr 25 08:36:29 UTC 2019
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
More information about the svn-ports-head
mailing list