From edcf3d94d96d9d8355b00449fe4c35d855d1c15c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Sep 2016 16:46:24 +0000 Subject: Refres patch. --- debian/patches/0001-don-t-install-ics_diff.patch | 4 ++-- setup.py | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/patches/0001-don-t-install-ics_diff.patch b/debian/patches/0001-don-t-install-ics_diff.patch index d80f3fa..846e77f 100644 --- a/debian/patches/0001-don-t-install-ics_diff.patch +++ b/debian/patches/0001-don-t-install-ics_diff.patch @@ -7,12 +7,12 @@ Subject: don't install ics_diff 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py -index 9c21ad8..d84fa75 100755 +index a99507b..1589ec5 100755 --- a/setup.py +++ b/setup.py @@ -41,12 +41,6 @@ setup(name = "vobject", url = "http://eventable.github.io/vobject/", - download_url = 'https://github.com/eventable/vobject/tarball/0.9.1', + download_url = 'https://github.com/eventable/vobject/tarball/0.9.3', bugtrack_url = "https://github.com/eventable/vobject/issues", - entry_points = { - 'console_scripts': [ diff --git a/setup.py b/setup.py index a99507b..1589ec5 100755 --- a/setup.py +++ b/setup.py @@ -41,12 +41,6 @@ setup(name = "vobject", url = "http://eventable.github.io/vobject/", download_url = 'https://github.com/eventable/vobject/tarball/0.9.3', bugtrack_url = "https://github.com/eventable/vobject/issues", - entry_points = { - 'console_scripts': [ - 'ics_diff = vobject.ics_diff:main', - 'change_tz = vobject.change_tz:main' - ] - }, include_package_data = True, install_requires = ['python-dateutil >= 2.4.0'], platforms = ["any"], -- cgit v1.2.3