diff options
author | Sofian Brabez <sbz@FreeBSD.org> | 2016-06-14 21:19:10 +0000 |
---|---|---|
committer | Sofian Brabez <sbz@FreeBSD.org> | 2016-06-14 21:19:10 +0000 |
commit | a147eb1cc4789a1d93041f98bf7842a7a40f8dc5 (patch) | |
tree | 193392a40261b51348bdca1eab3fcd1609494fce | |
parent | Update databases/elixir-calecto to version 0.6.1. (diff) |
- Allow Python concurrent installation
- Use do-test target instead regression-test
- Bump PORTREVISION
PR: 199077
Submitted by: Roland Smith <rsmith at xs4all.nl>
Notes
Notes:
svn path=/head/; revision=416911
-rw-r--r-- | devel/pep8/Makefile | 5 | ||||
-rw-r--r-- | devel/pep8/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/pep8/Makefile b/devel/pep8/Makefile index ff286afd164a..79afca9f39f2 100644 --- a/devel/pep8/Makefile +++ b/devel/pep8/Makefile @@ -3,6 +3,7 @@ PORTNAME= pep8 PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +15,9 @@ LICENSE= MIT NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils py3kplist -regression-test: extract +do-test: extract @(cd ${WRKSRC}; ${PYTHON_CMD} ${PORTNAME}.py \ --doctest --testsuite=testsuite) diff --git a/devel/pep8/distinfo b/devel/pep8/distinfo index 6489fc51a7a4..75fab8870c40 100644 --- a/devel/pep8/distinfo +++ b/devel/pep8/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1465936744 SHA256 (pep8-1.7.0.tar.gz) = a113d5f5ad7a7abacef9df5ec3f2af23a20a28005921577b15dd584d099d5900 SIZE (pep8-1.7.0.tar.gz) = 79704 |