Commit graph

27 commits

Author SHA1 Message Date
kleink
5231d4c407 Update py-vobject to 0.9.5.
0.9.5
-----

* Make ics_diff.py work with Python 3
* Huge changes to text encoding for Python 2/3 compatibility
* Autogenerate DTSTAMP if not provided
* Fix getrruleset() for Python 3 and in the case that addRDate=True
* Update vCard property validation to match specifications
* Handle offset-naive and offset-aware datetimes in recurrence rules
* Improved documentation for multi-value properties
2017-08-01 18:12:38 +00:00
kleink
18c8407958 Update py-vobject to 0.9.4.1.
0.9.4.1
-------

* Pickling/deepcopy hotfix (#60)
2017-02-20 14:51:02 +00:00
wiz
22dab1a442 Updated py-vobject to 0.9.4.
0.9.4

    improved PEP8 compliance (#53)
    improved Python 3 compatibility (#55)
    improved encoding/decoding (#49, #58) - thanks @pbiering!
    correct handling of pytz timezones (#45) - thanks @Achimh3011!

0.9.3

    Fixed use of doc in setup.py for -OO mode (#19) - thanks @dsanders11!
    Added python3 compatibility for base64 encoding (#21) - thanks @prauscher!
    Fixed ORG fields with multiple components (#23) - thanks @untitaker!
    Removed stray HTML entity in README (#26) - thanks @inglesp!
    Updated README.md to show example of adding "ORG" to a vCard (#28) - thanks @Tamerz!
    Handle pytz timezones in iCalendar serialization (#33) - thanks @medmunds!
    Use logging instead of printing to stdout (#35) - thanks @lucc!
2017-01-20 22:38:29 +00:00
jperkin
cf32c4d741 Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00
wiz
506755884d Downgrade py-vobject to 0.9.2
Due to

https://github.com/eventable/vobject/issues/39
2016-10-31 16:28:27 +00:00
wiz
1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00
wiz
2f75871a54 Add ALTERNATIVES file for py-vobject. 2016-08-27 15:45:35 +00:00
wiz
fcd949ffd1 Updated py-vobject to 0.9.3.
26 August 2016

vobject 0.9.3 released

Release Notes

    Fixed use of doc in setup.py for -OO mode
    Added python3 compatibility for base64 encoding
    Fixed ORG fields with multiple components
    Handle pytz timezones in iCalendar serialization
    Use logging instead of printing to stdout

13 March 2016

vobject 0.9.2 released

Release Notes

    Better line folding for utf-8 strings
    Convert unicode to utf-8 to be StringIO compatible

16 February 2016

vobject 0.9.1 released

Release Notes

    Removed lock on dateutil version (>=2.4.0 now works)

3 February 2016

vobject 0.9.0 released

Release Notes

    Python 3 compatible
    Updated version of dateutil (2.4.0)
    More comprehensive unit tests available in tests.py
    Performance improvements in iteration
    Test files are included in PyPI download package

28 January 2016

vobject 0.8.2 released

Release Notes

    Removed unnecessary ez_setup call from setup.py
2016-08-27 15:45:19 +00:00
wiz
ad0031c15e Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
adam
7f3b4730ad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
wiz
3ec156f142 Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
2014-12-31 13:57:25 +00:00
wiz
5b14a73f63 Fix packaging with py-setuptools-0.8. 2014-12-16 13:23:19 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wiz
aa67e11089 Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
2014-01-25 10:29:56 +00:00
wiz
7cfcd21e9e Convert to use versioned_dependencies.mk. 2014-01-16 10:41:53 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
cheusov
06a79af084 Self-conflict; ++pkgrevision 2012-10-03 23:55:20 +00:00
wiz
14bb88c4c9 Set LICENSE and improve COMMENT. 2011-03-01 11:29:05 +00:00
tron
2ffbaf3d20 Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".

Approved by Thomas Klausner.
2009-09-23 09:54:45 +00:00
wiz
3ae3d6aa7d Allow python26. 2009-08-27 17:16:20 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
kleink
a3b5a8a548 Handle in-situ update of distfile, which fixes the remaining py24
compatibility issue in change_tz.  Bump PKGREVISION.
2009-02-27 00:05:02 +00:00
kleink
933c81c176 Update textproc/py-vobject to 0.8.1c. Changes since 0.8.1b:
* Tweaked change_tz.py to keep it 2.4 compatible
2009-02-26 22:52:48 +00:00
kleink
e4f467449b Require Python 2.5: change_tz.py uses the tenary operator, in spite
of $HOMEPAGE advertising at least 2.4 being required.

Bump PKGREVISION.
2009-02-25 08:23:27 +00:00
kleink
9cb3c77505 Complete PLIST. Bump PKGREVISION. 2009-02-18 16:56:23 +00:00
kleink
c3810799fa Initial import of py-vobject-0.8.1b.
VObject simplifies the process of parsing and creating iCalendar and
vCard objects.
2009-02-18 16:38:41 +00:00