summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-07-13 12:11:00 +0000
committeradam <adam@pkgsrc.org>2022-07-13 12:11:00 +0000
commit257436d498d94fb2dc69e778632bc9f1f2e370db (patch)
treef208f945c8330b5ca74f87329bad122e367410c6 /sysutils/Makefile
parentaa8e0a1d4119606022c8ef71509176ccddebe660 (diff)
downloadpkgsrc-257436d498d94fb2dc69e778632bc9f1f2e370db.tar.gz
py-invoke: added version 1.7.1
Invoke is a Python library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index c5490e202b1..d0da8ff9913 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1007 2022/07/08 14:40:06 wiz Exp $
+# $NetBSD: Makefile,v 1.1008 2022/07/13 12:11:00 adam Exp $
#
COMMENT= System utilities
@@ -560,6 +560,7 @@ SUBDIR+= py-diffoscope
SUBDIR+= py-eliot
SUBDIR+= py-filetype
SUBDIR+= py-google-compute-engine
+SUBDIR+= py-invoke
SUBDIR+= py-jeepney
SUBDIR+= py-kazoo
SUBDIR+= py-magic