deskutils/py-todoman: Update to 4.0.0
Changes: https://github.com/pimutils/todoman/blob/v4.0.0/CHANGELOG.rst PR: 256060
This commit is contained in:
parent
3129d487b0
commit
c4b3317ca2
@ -1,5 +1,5 @@
|
||||
PORTNAME= todoman
|
||||
DISTVERSION= 3.9.0
|
||||
DISTVERSION= 4.0.0
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,8 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENCE
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click-log>=0.2.1:devel/py-click-log@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=7.1<8.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=7.1<9.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}humanize>0:devel/py-humanize@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}icalendar>=4.0.3:devel/py-icalendar@${PY_FLAVOR} \
|
||||
@ -24,12 +23,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atomicwrites>0:devel/py-atomicwrites@${PY_FL
|
||||
${PYTHON_PKGNAMEPREFIX}vdirsyncer>0:deskutils/py-vdirsyncer@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.5+
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= ${EXAMPLESDIR}/todoman.conf.sample \
|
||||
PLIST_FILES= ${EXAMPLESDIR}/config.py.sample \
|
||||
share/zsh/site-functions/_todoman
|
||||
|
||||
post-install:
|
||||
@ -37,6 +36,6 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/contrib/completion/zsh/_todo \
|
||||
${STAGEDIR}${PREFIX}/share/zsh/site-functions/_todoman
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} todoman.conf.sample ${STAGEDIR}${EXAMPLESDIR})
|
||||
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} config.py.sample ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1607109164
|
||||
SHA256 (todoman-3.9.0.tar.gz) = e7e5cab13ecce0562b1f13f46ab8cbc079caed4b462f2371929f8a4abff2bcbe
|
||||
SIZE (todoman-3.9.0.tar.gz) = 62813
|
||||
TIMESTAMP = 1621520139
|
||||
SHA256 (todoman-4.0.0.tar.gz) = 4c4d0c6533da8d553f3dd170c9c4ff3752eb11fd7177ee391414a39adfef60ad
|
||||
SIZE (todoman-4.0.0.tar.gz) = 65974
|
||||
|
9
deskutils/py-todoman/pkg-message
Normal file
9
deskutils/py-todoman/pkg-message
Normal file
@ -0,0 +1,9 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The config file format changed from version 3 to 4.
|
||||
|
||||
See https://github.com/pimutils/todoman/blob/v4.0.0/CHANGELOG.rst
|
||||
EOM
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user