devel/py-circuits: Update to 3.2
Changelog: https://circuits.readthedocs.io/en/latest/changes.html
This commit is contained in:
parent
fb783a6a7f
commit
279707ffe7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499965
2 changed files with 6 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= circuits
|
||||
PORTVERSION= 3.1.0
|
||||
PORTVERSION= 3.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,16 +13,14 @@ COMMENT= Asynchronous Component-based Event Application Framework
|
|||
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue