py-kb: Update to 0.1.7
Changes: 0.1.7 ----- * Fixed grep bug with pull request 89 * XDG Compliance: moving files to `$XDG_DATA_HOME/kb`, if it exists, and fall back to `$HOME/.local/share/kb` if that environment variable does not exist * Added kb to pkgsrc * Added stdin functionality to add artifacts. For example: `cat ../script.py | python -m kb add -t mycoolscript` `cat path/to/script.py | python -m kb add -t mycoolscript -c python_scripts` * Implemented the confirmation mechanism for artifact removal
This commit is contained in:
parent
46944d4083
commit
a6dee516da
3 changed files with 7 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2022/01/05 15:40:59 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2022/09/28 18:58:01 leot Exp $
|
||||
|
||||
DISTNAME= kb-manager-0.1.6
|
||||
DISTNAME= kb-manager-0.1.7
|
||||
EGGNAME= ${DISTNAME:S/-manager//}
|
||||
PKGNAME= ${PYPKGPREFIX}-${EGGNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kb-manager/}
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/05/29 10:22:25 leot Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2022/09/28 18:58:01 leot Exp $
|
||||
bin/kb
|
||||
${PYSITELIB}/kb/.coverage
|
||||
${PYSITELIB}/kb/__init__.py
|
||||
${PYSITELIB}/kb/__init__.pyc
|
||||
${PYSITELIB}/kb/__init__.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 10:09:50 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2022/09/28 18:58:01 leot Exp $
|
||||
|
||||
BLAKE2s (kb-manager-0.1.6.tar.gz) = a50c2739584d47807acc9987bc214220a4c7306892e6b034d36f161546d61e80
|
||||
SHA512 (kb-manager-0.1.6.tar.gz) = 543d1377675f0bb170b3bc4a95b10dd2edb74301215f9be38100449d833ad97cb867ff8c82991d07bfafc977113b70ee1c1ec3ac34fe8fdf0f2e8261862d2098
|
||||
Size (kb-manager-0.1.6.tar.gz) = 86846 bytes
|
||||
BLAKE2s (kb-manager-0.1.7.tar.gz) = 38d51d6dcc0abfe81994025b6f67e9be7d9059dc31a86da714ee43cadf63d83a
|
||||
SHA512 (kb-manager-0.1.7.tar.gz) = f0dff69a5e95339ea22d0a9d1260473f7b0b6ace184936896e164172aecb77672e9e0a228159abc95e50f30de2ec9ca5185ffbd825dce87edfec267bc56c75dc
|
||||
Size (kb-manager-0.1.7.tar.gz) = 14498580 bytes
|
||||
|
|
Loading…
Reference in a new issue