pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-icalendar py-icalendar: updated to 4.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/fcf40d0cec93
branches: trunk
changeset: 378200:fcf40d0cec93
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 03 13:19:56 2018 +0000
description:
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:
time/py-icalendar/ALTERNATIVES | 1 +
time/py-icalendar/Makefile | 11 +++++++----
time/py-icalendar/PLIST | 10 +++++++++-
time/py-icalendar/distinfo | 10 +++++-----
4 files changed, 22 insertions(+), 10 deletions(-)
diffs (81 lines):
diff -r e30c49da63ca -r fcf40d0cec93 time/py-icalendar/ALTERNATIVES
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/py-icalendar/ALTERNATIVES Tue Apr 03 13:19:56 2018 +0000
@@ -0,0 +1,1 @@
+bin/icalendar @PREFIX@/bin/icalendar@PYVERSSUFFIX@
diff -r e30c49da63ca -r fcf40d0cec93 time/py-icalendar/Makefile
--- a/time/py-icalendar/Makefile Tue Apr 03 11:17:26 2018 +0000
+++ b/time/py-icalendar/Makefile Tue Apr 03 13:19:56 2018 +0000
@@ -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@localhost
-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"
diff -r e30c49da63ca -r fcf40d0cec93 time/py-icalendar/PLIST
--- a/time/py-icalendar/PLIST Tue Apr 03 11:17:26 2018 +0000
+++ b/time/py-icalendar/PLIST Tue Apr 03 13:19:56 2018 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2017/08/06 19:30:51 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/04/03 13:19:56 adam Exp $
+bin/icalendar${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@@ -14,6 +16,9 @@
${PYSITELIB}/icalendar/caselessdict.py
${PYSITELIB}/icalendar/caselessdict.pyc
${PYSITELIB}/icalendar/caselessdict.pyo
+${PYSITELIB}/icalendar/cli.py
+${PYSITELIB}/icalendar/cli.pyc
+${PYSITELIB}/icalendar/cli.pyo
${PYSITELIB}/icalendar/compat.py
${PYSITELIB}/icalendar/compat.pyc
${PYSITELIB}/icalendar/compat.pyo
@@ -90,3 +95,6 @@
${PYSITELIB}/icalendar/tools.py
${PYSITELIB}/icalendar/tools.pyc
${PYSITELIB}/icalendar/tools.pyo
+${PYSITELIB}/icalendar/windows_to_olson.py
+${PYSITELIB}/icalendar/windows_to_olson.pyc
+${PYSITELIB}/icalendar/windows_to_olson.pyo
diff -r e30c49da63ca -r fcf40d0cec93 time/py-icalendar/distinfo
--- a/time/py-icalendar/distinfo Tue Apr 03 11:17:26 2018 +0000
+++ b/time/py-icalendar/distinfo Tue Apr 03 13:19:56 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/09/04 17:02:10 adam Exp $
+$NetBSD: distinfo,v 1.21 2018/04/03 13:19:56 adam Exp $
-SHA1 (icalendar-3.11.7.tar.gz) = e23aaeb2da0846228c111c6e0f0710bdadc60323
-RMD160 (icalendar-3.11.7.tar.gz) = 17a34a26bfd42e20983af846bc75c0a1955ab90a
-SHA512 (icalendar-3.11.7.tar.gz) = 445dc7b9c8c7ee2ad3345c5a4e4bca92633cdabae95f3cab63dacf549d48b7578242566d236cac8d5a9df4158387cadc0f09327e1b3e5038d223687365bec884
-Size (icalendar-3.11.7.tar.gz) = 78330 bytes
+SHA1 (icalendar-4.0.1.tar.gz) = d97b032fb16d68655fed2c07f8e694a89175196e
+RMD160 (icalendar-4.0.1.tar.gz) = f0a5aecd36bc42eacdc843673e65cb4e85252412
+SHA512 (icalendar-4.0.1.tar.gz) = 0a432de05f2caa8d58db5209a84e4faed685f721b628fd8d5d06a0a3dff1d52eaa8e41c43eac3b781fa83563cd97884822d3d3acf06bc516b5f360f8a8a8106d
+Size (icalendar-4.0.1.tar.gz) = 77475 bytes
Home |
Main Index |
Thread Index |
Old Index