summaryrefslogtreecommitdiff
path: root/time/py-pendulum
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-02 09:16:47 +0000
committeradam <adam@pkgsrc.org>2019-05-02 09:16:47 +0000
commit7b4d12706da47598207ed1159e0627d93bcce7f1 (patch)
tree739ce3c24d64193963dcada706dedeb25fbac48a /time/py-pendulum
parenteb38054f8be30baefaab58664490868d1bc9e331 (diff)
downloadpkgsrc-7b4d12706da47598207ed1159e0627d93bcce7f1.tar.gz
Forget about Python 3.4
Diffstat (limited to 'time/py-pendulum')
-rw-r--r--time/py-pendulum/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/time/py-pendulum/Makefile b/time/py-pendulum/Makefile
index ade9a842efa..5ce37d3ade4 100644
--- a/time/py-pendulum/Makefile
+++ b/time/py-pendulum/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2018/11/14 10:31:58 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/05/02 09:16:47 adam Exp $
DISTNAME= pendulum-2.0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,12 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.6.0:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-tzdata>=2018.3:../../time/py-tzdata
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27 || ${_PYTHON_VERSION} == 34
+.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-typing-[0-9]*:../../devel/py-typing
-.endif
-
# XXX: C Extensions code is only supported with Python 3
-.if ${_PYTHON_VERSION} == 27
MAKE_ENV+= PENDULUM_EXTENSIONS=0
.endif