summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-08-07 09:24:35 +0000
committeradam <adam@pkgsrc.org>2018-08-07 09:24:35 +0000
commite9c8c92119465fabb732541d23c47e5b3558bcb6 (patch)
treef9ece2b47e3270a7aaeb84f34b878ecdafb644c4 /lang/Makefile
parent838f4a6e1f24468cd72b7f5ed3d4d756a73638f5 (diff)
downloadpkgsrc-e9c8c92119465fabb732541d23c47e5b3558bcb6.tar.gz
py-paver: added version 1.3.4
Paver is a Python-based build/distribution/deployment scripting tool along the lines of Make or Rake. What makes Paver unique is its integration with commonly used Python libraries. Common tasks that were easy before remain easy. More importantly, dealing with your applications specific needs and requirements is also easy.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 683f05401ce..5298ab0a4c9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.488 2018/07/31 10:18:35 leot Exp $
+# $NetBSD: Makefile,v 1.489 2018/08/07 09:24:35 adam Exp $
#
COMMENT= Programming languages
@@ -193,6 +193,7 @@ SUBDIR+= py-hy
SUBDIR+= py-js2py
SUBDIR+= py-jsparser
SUBDIR+= py-parso
+SUBDIR+= py-paver
SUBDIR+= py-pyrex
SUBDIR+= py-python-lua
SUBDIR+= py-pythonz