summaryrefslogtreecommitdiff
path: root/misc/todoman
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-02 20:07:20 +0000
committerwiz <wiz@pkgsrc.org>2016-08-02 20:07:20 +0000
commit823b58eb41fa0a7d18ac8bbacf07b974da278d4b (patch)
tree099424897e8f46a46f904a578f860837616164b8 /misc/todoman
parent6b650d7880ad78e9022f19d6a56952a1388c3a89 (diff)
downloadpkgsrc-823b58eb41fa0a7d18ac8bbacf07b974da278d4b.tar.gz
Import todoman-1.6.3 as misc/todoman.
Todoman is a simple, standards-based, CLI todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.
Diffstat (limited to 'misc/todoman')
-rw-r--r--misc/todoman/DESCR3
-rw-r--r--misc/todoman/Makefile34
-rw-r--r--misc/todoman/PLIST32
-rw-r--r--misc/todoman/distinfo6
4 files changed, 75 insertions, 0 deletions
diff --git a/misc/todoman/DESCR b/misc/todoman/DESCR
new file mode 100644
index 00000000000..f6471b59bda
--- /dev/null
+++ b/misc/todoman/DESCR
@@ -0,0 +1,3 @@
+Todoman is a simple, standards-based, CLI todo (aka: task) manager.
+Todos are stored into icalendar files, which means you can sync
+them via CalDAV using, for example, vdirsyncer.
diff --git a/misc/todoman/Makefile b/misc/todoman/Makefile
new file mode 100644
index 00000000000..bfceedb4f69
--- /dev/null
+++ b/misc/todoman/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2016/08/02 20:07:20 wiz Exp $
+
+DISTNAME= todoman-1.6.3
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/todoman/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/pimutils/todoman
+COMMENT= Simple CalDav-based todo manager
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-ansi-[0-9]*:../../misc/py-ansi
+DEPENDS+= ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
+DEPENDS+= ${PYPKGPREFIX}-icalendar-[0-9]*:../../time/py-icalendar
+DEPENDS+= ${PYPKGPREFIX}-parsedatetime-[0-9]*:../../time/py-parsedatetime
+DEPENDS+= ${PYPKGPREFIX}-click>=6.0:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
+DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
+# not sure why, but does not run without it installed
+DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+# TEST_DEPENDS
+BUILD_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
+# needed for "make test" with python-3.x
+#MAKE_ENV+= LC_CTYPE=en_US.UTF-8
+#MAKE_ENV+= LANG=en_US.UTF-8
+#MAKE_ENV+= LC_ALL=en_US.UTF-8
diff --git a/misc/todoman/PLIST b/misc/todoman/PLIST
new file mode 100644
index 00000000000..3edd8cf36bf
--- /dev/null
+++ b/misc/todoman/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2016/08/02 20:07:20 wiz Exp $
+bin/todo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/todoman/__init__.py
+${PYSITELIB}/todoman/__init__.pyc
+${PYSITELIB}/todoman/__init__.pyo
+${PYSITELIB}/todoman/__main__.py
+${PYSITELIB}/todoman/__main__.pyc
+${PYSITELIB}/todoman/__main__.pyo
+${PYSITELIB}/todoman/cli.py
+${PYSITELIB}/todoman/cli.pyc
+${PYSITELIB}/todoman/cli.pyo
+${PYSITELIB}/todoman/configuration.py
+${PYSITELIB}/todoman/configuration.pyc
+${PYSITELIB}/todoman/configuration.pyo
+${PYSITELIB}/todoman/main.py
+${PYSITELIB}/todoman/main.pyc
+${PYSITELIB}/todoman/main.pyo
+${PYSITELIB}/todoman/model.py
+${PYSITELIB}/todoman/model.pyc
+${PYSITELIB}/todoman/model.pyo
+${PYSITELIB}/todoman/ui.py
+${PYSITELIB}/todoman/ui.pyc
+${PYSITELIB}/todoman/ui.pyo
+${PYSITELIB}/todoman/version.py
+${PYSITELIB}/todoman/version.pyc
+${PYSITELIB}/todoman/version.pyo
diff --git a/misc/todoman/distinfo b/misc/todoman/distinfo
new file mode 100644
index 00000000000..1c43a458280
--- /dev/null
+++ b/misc/todoman/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/02 20:07:20 wiz Exp $
+
+SHA1 (todoman-1.6.3.tar.gz) = 3f850dfbea2ecdd887016fd48374cf82765267d0
+RMD160 (todoman-1.6.3.tar.gz) = ed9056f0869bf3d72aac5a24bf5c5f3a9fb49968
+SHA512 (todoman-1.6.3.tar.gz) = c36f50049520b7ac672b02da29024d5cee186255b35620ed9b483df761878cae8c9ed4ab4ae05a972b6135fe9b30bbbf18c2e5ac14eff85fb6707293059a04b6
+Size (todoman-1.6.3.tar.gz) = 23928 bytes