pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/todoman Import todoman-1.6.3 as misc/todoman.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c11eef4e4db
branches: trunk
changeset: 350681:6c11eef4e4db
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Aug 02 20:07:20 2016 +0000
description:
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:
misc/todoman/DESCR | 3 +++
misc/todoman/Makefile | 34 ++++++++++++++++++++++++++++++++++
misc/todoman/PLIST | 32 ++++++++++++++++++++++++++++++++
misc/todoman/distinfo | 6 ++++++
4 files changed, 75 insertions(+), 0 deletions(-)
diffs (91 lines):
diff -r 4ff20739d057 -r 6c11eef4e4db misc/todoman/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/todoman/DESCR Tue Aug 02 20:07:20 2016 +0000
@@ -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 -r 4ff20739d057 -r 6c11eef4e4db misc/todoman/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/todoman/Makefile Tue Aug 02 20:07:20 2016 +0000
@@ -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@localhost
+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 -r 4ff20739d057 -r 6c11eef4e4db misc/todoman/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/todoman/PLIST Tue Aug 02 20:07:20 2016 +0000
@@ -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 -r 4ff20739d057 -r 6c11eef4e4db misc/todoman/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/todoman/distinfo Tue Aug 02 20:07:20 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index