Commit graph

23 commits

Author SHA1 Message Date
wiz
7f84153239 Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
wiz
05f499c060 Update PYTHON_VERSIONS_INCOMPATIBLE comment. 2016-08-27 16:02:44 +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
23064a80b9 Add SHA512 digests for distfiles for misc category
Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.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-03 23:49:31 +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
df8837441e Add missing py-xdg dependency. Bump PKGREVISION. 2014-04-11 13:35:31 +00:00
wiz
ce373d77e5 Update to 0.7.0:
searching in the vcard chooser when merging addresses (press '/')
nice speedup in pc_query, thanks to Leandro Lucarella
better support for broken vcards
auto creating missing db directories
more bugfixes
2014-02-05 12:21:19 +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
19fb547659 Update to 0.6.1: now with man pages. 2013-11-26 13:46:30 +00:00
wiz
6c5e3dedf8 Update to 0.6.0:
25.11.2013: pyCardDAV v0.6 released

 This is mostly a bug fix release (thanks to Jamie McClelland for fixing
 two bugs), but also introduces keyring support (thanks to Steven Allen).
 Have a look at the README for further information on keyring support.
2013-11-26 12:17:12 +00:00
wiz
71cbc9468f Update to 0.5.1:
This is a bugfix release, if pyCardDAV is working fine for you,
there is no reason to upgrade.
2013-09-02 16:46:13 +00:00
wiz
970c9c1339 0.5.0 needs py-requests instead of py-curl and has a different license. 2013-06-16 10:30:35 +00:00
wiz
6fd15f3c27 Update to 0.5.0:
0.5
multi account support
support for more contenttypes/carddav servers
all vcards should have a UID (required by RFC 6352 and enforced by Owncloud 5)

0.4.2
searching for non ascii characters should work
doing an OPTIONS request now to check for carddav capabilities
  this should speed up the syncing process and increase compatibility (SOGo)

0.4.1
assorted bugfixes, see the git log

0.4.0
experimental write support in the backend
import & export vcards
import directly from mutt
speed increase in (initial) sync due to switching from pycurl to requests
detects removed cards on server and deletes them locally
can delete cards locally and on server
can handle base64 encoded images/sounds etc.
2013-06-16 10:25:09 +00:00
asau
9912a3809d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:57:15 +00:00
wiz
79434c2ac7 Update for python25 removal. 2012-10-03 22:14:00 +00:00
wiz
e20097afd1 Mark as not-compatible with python-2.5 -- runtime error due to missing
argparse.
2012-08-23 10:13:53 +00:00
wiz
b5e3db1080 Update to 0.3.4:
Bugfix so this works with davical>=1.1.
2012-08-11 12:03:59 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
wiz
2be604c96e Update to 0.3.3:
New sabredav/owncloud support, thanks Davide Gerhard.

    Fixes a bug where properties with no type parameters were not printed.

    This release also fixes a small database bug.

    The config file has a new entry (davserver) which you can set to either davical or sabredav (depending on your CardDAV server).

    Future: The source code has been cleaned up quite a bit (nearly every line of code has been touched) and some features have been added. Write support is nearly finished in the backend (but will probably not be included in the next release yet), but the frontend is still really buggy and a pain to use. If you want to have a look, check the repository out at github and check the branch write_support (but it might me broken).
2012-03-01 12:30:11 +00:00
joerg
2ee674dcff py-sqlite3 doesn't exist for Python 2.4. 2012-01-12 18:27:30 +00:00
wiz
1b1c77ff2d Update to 0.3.2:
this is a minor bugfix update, db deleting should not be necessary.
If everything is working fine at the moment, there is no need to
upgrade.
2012-01-10 23:30:09 +00:00
wiz
86aefd990c Initial import of py-carddav-0.3.1:
pyCardDAV is supposed to provide a simple way of accessing a CardDAV
resource, mainly for use with mutt's query_command, but it might
be of some use solo. pyCardDAV consists of pycardsyncer, a program
for syncing your CardDAV resource into a local database and of
pc_query, a program for querying the local database.
2012-01-08 15:20:31 +00:00