pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/todoman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug  2 20:07:20 UTC 2016

Added Files:
        pkgsrc/misc/todoman: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/todoman/DESCR pkgsrc/misc/todoman/Makefile \
    pkgsrc/misc/todoman/PLIST pkgsrc/misc/todoman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/misc/todoman/DESCR
diff -u /dev/null pkgsrc/misc/todoman/DESCR:1.1
--- /dev/null   Tue Aug  2 20:07:20 2016
+++ pkgsrc/misc/todoman/DESCR   Tue Aug  2 20:07:20 2016
@@ -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.
Index: pkgsrc/misc/todoman/Makefile
diff -u /dev/null pkgsrc/misc/todoman/Makefile:1.1
--- /dev/null   Tue Aug  2 20:07:20 2016
+++ pkgsrc/misc/todoman/Makefile        Tue Aug  2 20:07:20 2016
@@ -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
Index: pkgsrc/misc/todoman/PLIST
diff -u /dev/null pkgsrc/misc/todoman/PLIST:1.1
--- /dev/null   Tue Aug  2 20:07:20 2016
+++ pkgsrc/misc/todoman/PLIST   Tue Aug  2 20:07:20 2016
@@ -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
Index: pkgsrc/misc/todoman/distinfo
diff -u /dev/null pkgsrc/misc/todoman/distinfo:1.1
--- /dev/null   Tue Aug  2 20:07:20 2016
+++ pkgsrc/misc/todoman/distinfo        Tue Aug  2 20:07:20 2016
@@ -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