Remove outdated OS packages

Fix #606
This commit is contained in:
Markus Unterwaditzer 2017-03-31 13:21:15 +02:00
parent 22d7a88063
commit ef0ef1bdde
2 changed files with 12 additions and 10 deletions

View file

@ -22,6 +22,8 @@ copyright = (u'2014-{}, Markus Unterwaditzer & contributors'
release = vdirsyncer.__version__
version = '.'.join(release.split('.')[:2]) # The short X.Y version.
rst_epilog = '.. |vdirsyncer_version| replace:: %s' % release
exclude_patterns = ['_build']
pygments_style = 'sphinx'

View file

@ -11,24 +11,24 @@ The following packages are user-contributed. They may or may not be up-to-date:
- `ArchLinux (AUR) <https://aur.archlinux.org/packages/vdirsyncer>`_
- `Debian <https://packages.debian.org/sid/vdirsyncer>`_
- `Fedora <https://apps.fedoraproject.org/packages/vdirsyncer>`_
- `GNU Guix <https://www.gnu.org/software/guix/package-list.html#vdirsyncer>`_
- `Gentoo <https://packages.gentoo.org/packages/dev-python/vdirsyncer>`_
- `Ubuntu <http://packages.ubuntu.com/search?keywords=vdirsyncer>`_
- `OS X (homebrew) <http://braumeister.org/formula/vdirsyncer>`_
- `NixOS/Nix <https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/misc/vdirsyncer>`_
- `BSD (pkgsrc) <http://pkgsrc.se/time/py-vdirsyncer>`_
- `OpenBSD <http://ports.su/productivity/vdirsyncer>`_
.. note::
We only support the latest version of vdirsyncer, which is at the time of this
writing |vdirsyncer_version|. Please **do not file bugs if you use an older
version**.
We only support the latest version of vdirsyncer. Please do not file bugs
if you use an older version.
If there is no package for your distribution, you'll need to :ref:`install
vdirsyncer manually <manual-installation>`. There is an easy command to
copy-and-paste for this as well, but you should be aware of its consequences.
Some distributions have multiple release channels. Debian and Fedora for
example have a "stable" release channel that ships an older version of
vdirsyncer. Those versions aren't supported either.
If there is no suitable package for your distribution, you'll need to
:ref:`install vdirsyncer manually <manual-installation>`. There is an easy
command to copy-and-paste for this as well, but you should be aware of its
consequences.
.. _manual-installation: