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.
This commit is contained in:
parent
d104b6d627
commit
77a312d671
4 changed files with 22 additions and 10 deletions
1
time/py-icalendar/ALTERNATIVES
Normal file
1
time/py-icalendar/ALTERNATIVES
Normal file
|
@ -0,0 +1 @@
|
|||
bin/icalendar @PREFIX@/bin/icalendar@PYVERSSUFFIX@
|
|
@ -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"
|
||||
|
|
|
@ -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/cal.pyo
|
|||
${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/timezone_cache.pyo
|
|||
${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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue