Fix desktuils/py-khal after upgrade of devel/py-dateutil
The upgrade of devel/py-dateutil in r475926 to 2.7.3 broke packaging of desktuils/py-khal as that one pinned to <= 2.6.1. * remove the pinning of the version (0.9.9 should already be fixed to work with 2.7.x -- even if the information on that seems to be a bit conflicting) * while here, do some cosmetics on pkg-message Submitted by: lebarondemerde@privacychain.ch (maintainer)
This commit is contained in:
parent
a11d4e4879
commit
8fe1c0c541
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476161
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= khal
|
||||
DISTVERSION= 0.9.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -18,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>=0.1.7:devel/py-atomicwrites@${
|
||||
${PYTHON_PKGNAMEPREFIX}click>=3.2:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click-log>=0.2.0:devel/py-click-log@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil<=2.6.1:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}icalendar>=3.11.7:devel/py-icalendar@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||
|
11
deskutils/py-khal/files/patch-setup.py
Normal file
11
deskutils/py-khal/files/patch-setup.py
Normal file
@ -0,0 +1,11 @@
|
||||
--- setup.py.orig 2018-08-01 06:44:27 UTC
|
||||
+++ setup.py
|
||||
@@ -15,7 +15,7 @@ requirements = [
|
||||
'urwid',
|
||||
'pyxdg',
|
||||
'pytz',
|
||||
- 'python-dateutil<=2.6.1',
|
||||
+ 'python-dateutil',
|
||||
'configobj',
|
||||
# https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa
|
||||
'atomicwrites>=0.1.7',
|
@ -1,5 +1,5 @@
|
||||
####################################################################
|
||||
######################################################################
|
||||
|
||||
Khal needs LANG to be set to a UTF-8 locale (e.g. en_US.UTF-8) to run.
|
||||
|
||||
####################################################################
|
||||
######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user