aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkoobs <koobs@FreeBSD.org>2016-01-10 01:34:18 +0800
committerkoobs <koobs@FreeBSD.org>2016-01-10 01:34:18 +0800
commit35f6f95c98ad01fe66880e15d122118e834fc982 (patch)
tree62bfe34d573e30eb95a5539eebb517147b25c30b /deskutils
parent81dc299da001d4fb43a444ca3d1fdc8b0737914a (diff)
downloadfreebsd-ports-gnome-35f6f95c98ad01fe66880e15d122118e834fc982.tar.gz
freebsd-ports-gnome-35f6f95c98ad01fe66880e15d122118e834fc982.tar.zst
freebsd-ports-gnome-35f6f95c98ad01fe66880e15d122118e834fc982.zip
deskutils/py-taskw: Update to 1.1.0
- Update PORTVERSION and distinfo checksum (1.1.0) - Update COMMENT to match setup.py:description - Note that LICENSE is GPLv3+ (3 or later) - Add minimum version to TEST_DEPENDS - Add NO_ARCH - Update test target
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/py-taskw/Makefile12
-rw-r--r--deskutils/py-taskw/distinfo4
2 files changed, 9 insertions, 7 deletions
diff --git a/deskutils/py-taskw/Makefile b/deskutils/py-taskw/Makefile
index 8bf3bdf39c7a..d2abd91a92a9 100644
--- a/deskutils/py-taskw/Makefile
+++ b/deskutils/py-taskw/Makefile
@@ -2,26 +2,28 @@
# $FreeBSD$
PORTNAME= taskw
-PORTVERSION= 1.0.3
+PORTVERSION= 1.1.0
CATEGORIES= deskutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
-COMMENT= Bindings for your taskwarrior database
+COMMENT= Python bindings for your taskwarrior database
-LICENSE= GPLv3
+LICENSE= GPLv3 # or later
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
${PYTHON_PKGNAMEPREFIX}dateutil>0:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:${PORTSDIR}/devel/py-nose
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.4:${PORTSDIR}/devel/py-nose
USES= python
USE_PYTHON= autoplist distutils
-regression-test: build
+NO_ARCH= yes
+
+do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>
diff --git a/deskutils/py-taskw/distinfo b/deskutils/py-taskw/distinfo
index a21fce961a87..f8b1c800dbc3 100644
--- a/deskutils/py-taskw/distinfo
+++ b/deskutils/py-taskw/distinfo
@@ -1,2 +1,2 @@
-SHA256 (taskw-1.0.3.tar.gz) = b640ec70fc0bbb4862589953488751b99509a9bd5480edf372f79a94ca5e47b9
-SIZE (taskw-1.0.3.tar.gz) = 38953
+SHA256 (taskw-1.1.0.tar.gz) = c81b2d83e6ad46f634171369a7f7d2f0d910f9a899faf789f1dd2ea7b27afa5c
+SIZE (taskw-1.1.0.tar.gz) = 39998