Port details |
- py-icalendar Parser and generator of iCalender files for Python
- 4.0.3_2 devel =2 4.0.3_2Version of this port present on the latest quarterly branch.
- Maintainer: jun-g@daemonfreaks.com
- Port Added: 2005-05-17 03:10:37
- Last Update: 2024-04-13 14:47:51
- Commit Hash: 84a372a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD2CLAUSE
- WWW:
- https://github.com/collective/icalendar
- Description:
- The iCalender package is a parser/generator of iCalender files for use
with Python. It follows the RFC 2445 spec.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}icalendar>0:devel/py-icalendar@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-icalendar/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-icalendar
- pkg install py39-icalendar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-icalendar listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-icalendar
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1545839169
SHA256 (icalendar-4.0.3.tar.gz) = 07c2447a1d44cbb27c90b8c6a5c98e890cc1853c6223e2a52195cddec26c6356
SIZE (icalendar-4.0.3.tar.gz) = 77899
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-python-dateutil>0 : devel/py-python-dateutil@py39
- py39-pytz>0 : devel/py-pytz@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- deskutils/py-khal
- deskutils/py-todoman
- devel/py-recurring-ical-events
- devel/py-x-wr-timezone
- www/py-caldav
- www/py-xandikos
Configuration Options:
- ===> The following configuration options are available for py39-icalendar-4.0.3_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-icalendar
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.3_2 13 Apr 2024 14:47:51 |
Po-Chuan Hsieh (sunpoet) |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
4.0.3_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.0.3_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.3_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.3_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.0.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.3_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.0.3_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.0.3 11 Jan 2019 12:39:23 |
miwi |
- Update to 4.0.3
Changes by upstream:
https://github.com/collective/icalendar/compare/3.11.7...4.0.3
PR: 229901
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout |
3.11.7 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.11.7 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
3.11.7 16 Nov 2017 14:34:46 |
culot |
- Update to 3.11.7
PR: 223340
Submitted by: Sebastian Schwarz <seschwar@gmail.com>
Approved by: maintainer (timeout) |
3.11.1 12 Jun 2017 10:39:07 |
sunpoet |
Add py3-icalendar 3.11.1
- While I'm here:
- Fix indent
- Sort USE_PYTHON
PR: 219610
Submitted by: Rudolf Siegel <rs.os@t-online.de>
Approved by: maintainer (timeout, 15 days) |
3.11.1 30 Dec 2016 19:23:15 |
sunpoet |
- Update to 3.11.1
Changes: https://github.com/collective/icalendar/blob/master/CHANGES.rst
PR: 215654
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer) |
3.9.2 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
3.9.2 25 Apr 2016 16:47:29 |
pawel |
Fix build after last update:
===> Configuring for py27-icalendar-3.9.2
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 67
test_suite='icalendar.tests'
SyntaxError: keyword argument repeated
*** Error code 1
Approved by: just fix it |
3.9.2 23 Apr 2016 22:10:46 |
robak |
devel/py-icalendar: update 3.9.1 -> 3.9.2
PR: 208671
Submitted by: Junji Nakanishi <jun-g@daemonfreaks.com> (maintainer) |
3.9.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.9.1 14 Dec 2015 11:38:57 |
koobs |
devel/py-icalendar: Update to 3.9.1
* Update PORTVERSION and distinfo checksum (3.9.1) [1]
While I'm here:
* Add USE_PYTHON=concurrent support, deprecate DOCSDIR accordingly
* Add test target and patch setup.py to support test command
* Update pkg-descr WWW URL to match setup.py:url= field
Changes:
https://github.com/collective/icalendar/blob/3.9.1/CHANGES.rst
PR: 204935
Submitted by: maintainer <jun-g daemonfreaks com> [1] |
3.8.2 14 Dec 2015 11:02:39 |
koobs |
devel/py-icalendar: Allow build with Python 3.x
Allow building with Python 3.x (Supported since 3.6)
While I'm here,
* Add LICENSE_FILE
PR: 204935
Submitted by: Christian Geier <catcher+freebsdbugzilla lostpackets de>
Approved by: maintainer <jun-g daemonfreaks com>
MFH: 2015Q4 |
3.8.2 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
3.8.2 14 Aug 2014 17:04:31 |
mva |
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@ |
3.8.2 10 Aug 2014 06:06:13 |
culot |
- Update to 3.8.2
PR: ports/192460
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer) |
3.5 15 Apr 2014 01:24:12 |
swills |
- Stage [1]
- Fix LICENSE
- Avoid deprecated USE_PYDISTUTILS=easy_install
- Use automatic PLIST
PR: ports/188497 [1]
Submitted by: Bartek Rutkowski <ports@robakdesign.com> [1]
Approved by: portmgr@ (blanket) |
3.5 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
3.5 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.5 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
3.5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.5 19 Aug 2013 08:39:31 |
sunpoet |
- Update to 3.5
- While I'm here:
- Update USE_PYTHON
- Use PORTDOCS
- Sort MAN3
Changes: https://github.com/collective/icalendar/blob/master/CHANGES.rst
PR: ports/181370
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer) |
3.3 17 Apr 2013 08:24:37 |
culot |
- Update to 3.3
- Add LICENSE (BSD)
- Convert to optionsng
- Trim Makefile's header
Changes: http://icalendar.readthedocs.org/en/latest/changelog.html
PR: ports/177679
Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Approved by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer)
Feature safe: yes |
2.2 10 Oct 2011 00:53:12 |
sunpoet |
- Update to 2.2
Changes: http://codespeak.net/svn/iCalendar/trunk/CHANGES.txt
PR: ports/161451
Submitted by: Junji NAKANISHI <jun-g@daemonfreaks.com> (maintainer) |
2.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.1 25 Dec 2009 20:46:59 |
miwi |
- Update to 2.1
PR: 142021
Submitted by: "Junji NAKANISHI" <jun-g@daemonfreaks.com> (maintainer) |
2.0.1 14 Feb 2009 08:24:14 |
lwhsu |
- Update to 2.0.1
- Pass maintainership to submitter
PR: ports/131608
Submitted by: "Junji NAKANISHI" <jun-g AT daemonfreaks.com> |
1.2_1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.2_1 18 Apr 2007 05:51:30 |
lwhsu |
- Take maintainership of following ports, and do some minor fixes
devel/py-pytz
- Use CHEESESHOP in bsd.sites.mk
devel/py-icalendar
- Add backup MASTER_SITE
www/py-django
- Add backup MASTER_SITE
www/py-django-devel
www/py-clientform
- Add backup MASTER_SITE
www/py-mechanize
- Add backup MASTER_SITE
Approved by: clsung (mentor) |
1.2_1 04 Apr 2007 02:44:18 |
kevlo |
Reset maintainership |
1.2_1 14 Feb 2007 07:48:31 |
kevlo |
Zap extra PYICALENDAR_EGG
Submitted by: Li-Wen Hsu |
1.2_1 14 Feb 2007 02:01:04 |
kevlo |
Add devel/py-setuptool to BUILD_DEPENDS and RUN_DEPENDS.
PR: ports/109141
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |
1.2 21 Dec 2006 11:53:38 |
kevlo |
Update to 1.2
PR: ports/106948
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |
0.11 10 May 2006 06:51:10 |
kevlo |
Use DOCSDIR macro.
PR: ports/96886
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> |
0.11 25 Nov 2005 06:35:29 |
kevlo |
- Update to 0.11
- Update WWW |
0.9.3 17 May 2005 03:09:29 |
kevlo |
Initial import of icalendar 0.9.3.
The iCalender package is a parser/generator of iCalender files for
use with Python |