pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/khard
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 6 08:09:26 UTC 2020
Modified Files:
pkgsrc/misc/khard: Makefile PLIST distinfo
Log Message:
khard: update to 0.16.0.
v0.16.0: 2020-04-04
- Require python >= 3.6
- Require either default_action or a subcommand
- Twinkle sound samples converted to .ogg (#228)
- Expand documentation
- Build and server documentation on https://khard.readthedocs.io/
- Allow display=formatted_name in config
- New --fields option for list subcommand
- Internal changes:
- Expanded the test suite
- Use of python type annotations, checked on travis
- Represent queries as custom data structures not regex
- Use custom loggers per module
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/misc/khard/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/khard/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/khard/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/khard/Makefile
diff -u pkgsrc/misc/khard/Makefile:1.23 pkgsrc/misc/khard/Makefile:1.24
--- pkgsrc/misc/khard/Makefile:1.23 Fri Mar 13 10:10:54 2020
+++ pkgsrc/misc/khard/Makefile Mon Apr 6 08:09:26 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/03/13 10:10:54 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/04/06 08:09:26 wiz Exp $
-DISTNAME= khard-0.15.1
-PKGREVISION= 1
+DISTNAME= khard-0.16.0
CATEGORIES= misc net
MASTER_SITES= ${MASTER_SITE_PYPI:=k/khard/}
#MASTER_SITES= ${MASTER_SITE_GITHUB:=scheibler/}
@@ -18,6 +17,8 @@ DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml-[0
DEPENDS+= ${PYPKGPREFIX}-Unidecode-[0-9]*:../../textproc/py-Unidecode
DEPENDS+= ${PYPKGPREFIX}-vobject>=0.9.4:../../textproc/py-vobject
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autoapi-[0-9]*:../../textproc/py-sphinx-autoapi
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-autodoc-typehints>=1.10:../../textproc/py-sphinx-autodoc-typehints
PYTHON_VERSIONS_INCOMPATIBLE= 27 # does not support python-2.x any longer
@@ -29,7 +30,7 @@ pre-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} -C doc SPHINXBUILD=sphinx-build-${PYVERSSUFFIX} SPHINXAPIDOC=sphinx-apidoc-${PYVERSSUFFIX} man
post-install:
- ${INSTALL_DATA} ${WRKSRC}/misc/khard/khard.conf.example ${DESTDIR}${PREFIX}/share/examples/khard
+ ${INSTALL_DATA} ${WRKSRC}/doc/source/examples/khard.conf.example ${DESTDIR}${PREFIX}/share/examples/khard
${INSTALL_DATA} ${WRKSRC}/doc/build/man/khard.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/python/application.mk"
Index: pkgsrc/misc/khard/PLIST
diff -u pkgsrc/misc/khard/PLIST:1.7 pkgsrc/misc/khard/PLIST:1.8
--- pkgsrc/misc/khard/PLIST:1.7 Fri Mar 13 10:10:54 2020
+++ pkgsrc/misc/khard/PLIST Mon Apr 6 08:09:26 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/03/13 10:10:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/04/06 08:09:26 wiz Exp $
bin/khard
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -29,6 +29,9 @@ ${PYSITELIB}/khard/config.pyc
${PYSITELIB}/khard/config.pyo
${PYSITELIB}/khard/data/config.spec
${PYSITELIB}/khard/data/template.yaml
+${PYSITELIB}/khard/formatter.py
+${PYSITELIB}/khard/formatter.pyc
+${PYSITELIB}/khard/formatter.pyo
${PYSITELIB}/khard/helpers.py
${PYSITELIB}/khard/helpers.pyc
${PYSITELIB}/khard/helpers.pyo
Index: pkgsrc/misc/khard/distinfo
diff -u pkgsrc/misc/khard/distinfo:1.11 pkgsrc/misc/khard/distinfo:1.12
--- pkgsrc/misc/khard/distinfo:1.11 Wed Nov 6 11:59:38 2019
+++ pkgsrc/misc/khard/distinfo Mon Apr 6 08:09:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2019/11/06 11:59:38 wiz Exp $
+$NetBSD: distinfo,v 1.12 2020/04/06 08:09:26 wiz Exp $
-SHA1 (khard-0.15.1.tar.gz) = 6d2e2e0c4d41f0f55f396b849f2aef3f9ff4f6e5
-RMD160 (khard-0.15.1.tar.gz) = 469964c5600438393eacc320687d642d85b94b6a
-SHA512 (khard-0.15.1.tar.gz) = 64ba1acf7e4046cd2e93034eb6e56fa38390993121880109a83411ef10839272b63e32c84efd9508230a93aed2b9a965f8333ed32344204f179ada936d9cce48
-Size (khard-0.15.1.tar.gz) = 5099734 bytes
+SHA1 (khard-0.16.0.tar.gz) = 66267de4c8a093d348890be67312b8d0b1790ec5
+RMD160 (khard-0.16.0.tar.gz) = 3a795da77b953daa4f885caf992baab371e251a4
+SHA512 (khard-0.16.0.tar.gz) = 3bc9c580ea3e1a4aa38366a50beaa7ae5ae40688100024ecef058cc899ac22ff9b47fbdb5279ee2377d8340edeb7e6e896c910f4f3d9a93ae4323952bb8765d4
+Size (khard-0.16.0.tar.gz) = 673659 bytes
Home |
Main Index |
Thread Index |
Old Index