aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-scandir/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-09-30 14:45:58 +0000
committerRene Ladan <rene@FreeBSD.org>2017-09-30 14:45:58 +0000
commit8650ee2be0ea025e5ddeedcb7aab9b36693f5d80 (patch)
treeea4168e945de5334b114d6e264116a79a8c6db3c /sysutils/py-scandir/Makefile
parent05950f104604dec82db8af267c2748477bbd5dd7 (diff)
downloadports-8650ee2be0ea025e5ddeedcb7aab9b36693f5d80.tar.gz
ports-8650ee2be0ea025e5ddeedcb7aab9b36693f5d80.zip
sysutils/py-scandir: update to 1.6
Add a patch to somewhat deal with Unicode tests, they still fail but this might be unrelated to the port itself. Sort USES before USE_* Submitted by: portscout
Notes
Notes: svn path=/head/; revision=450995
Diffstat (limited to 'sysutils/py-scandir/Makefile')
-rw-r--r--sysutils/py-scandir/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/py-scandir/Makefile b/sysutils/py-scandir/Makefile
index 230a53e96303..79633bbdc119 100644
--- a/sysutils/py-scandir/Makefile
+++ b/sysutils/py-scandir/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= scandir
-PORTVERSION= 1.5
+PORTVERSION= 1.6
DISTVERSIONPREFIX= v
CATEGORIES= sysutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,12 +12,12 @@ COMMENT= Fast and featureful directory iterator
LICENSE= BSD3CLAUSE
-USE_GITHUB= yes
-GH_ACCOUNT= benhoyt
-
USES= python
USE_PYTHON= autoplist distutils
+USE_GITHUB= yes
+GH_ACCOUNT= benhoyt
+
do-test:
${PYTHON_CMD} ${WRKSRC}/test/run_tests.py