summaryrefslogtreecommitdiff
path: root/time/py-icalendar/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-03 13:19:56 +0000
committeradam <adam@pkgsrc.org>2018-04-03 13:19:56 +0000
commit01b847ee1aaf62646f54811feae121a9f1756f22 (patch)
tree8d0b5ed8caf55097caf7f5a280ef0873ba919c28 /time/py-icalendar/Makefile
parente10efd809dfd757363880154ebf29f8ddf42dbb5 (diff)
downloadpkgsrc-01b847ee1aaf62646f54811feae121a9f1756f22.tar.gz
py-icalendar: updated to 4.0.1
4.0.1: Added rudimentary command line interface. Readme, setup and travis updates. 4.0.0: Breaking changes: Drop support for Python 2.6 and 3.3.
Diffstat (limited to 'time/py-icalendar/Makefile')
-rw-r--r--time/py-icalendar/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/time/py-icalendar/Makefile b/time/py-icalendar/Makefile
index 4d514d50262..8d8881fff44 100644
--- a/time/py-icalendar/Makefile
+++ b/time/py-icalendar/Makefile
@@ -1,19 +1,22 @@
-# $NetBSD: Makefile,v 1.28 2017/09/04 17:02:10 adam Exp $
+# $NetBSD: Makefile,v 1.29 2018/04/03 13:19:56 adam Exp $
-DISTNAME= icalendar-3.11.7
+DISTNAME= icalendar-4.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/icalendar/}
MAINTAINER= mj@turner.org.za
-HOMEPAGE= http://icalendar.readthedocs.org/en/latest/
+HOMEPAGE= https://github.com/collective/icalendar
COMMENT= Python parser/generator for iCalendar files, as per RFC2445
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
+
+post-install:
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} icalendar icalendar${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"