summaryrefslogtreecommitdiff
path: root/devel/py-hglist
diff options
context:
space:
mode:
authornros <nros>2015-04-23 10:45:58 +0000
committernros <nros>2015-04-23 10:45:58 +0000
commitf509cf4942ce28449c28390457e5b0de0259b783 (patch)
tree424b2062c736c602acbbe30a1ffab6be61ccb003 /devel/py-hglist
parentd8e371f8ae6368ced2b832d75dae3d87c976bf9a (diff)
downloadpkgsrc-f509cf4942ce28449c28390457e5b0de0259b783.tar.gz
Import of hglist as py-hglist to pkgsrc-current, packaged for wip by
nros. Hglist is an extension to Mercurial that adds an "hg list"/"hg ls" command. It is designed to provide better output than "hg manifest".
Diffstat (limited to 'devel/py-hglist')
-rw-r--r--devel/py-hglist/DESCR2
-rw-r--r--devel/py-hglist/Makefile20
-rw-r--r--devel/py-hglist/PLIST11
-rw-r--r--devel/py-hglist/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/devel/py-hglist/DESCR b/devel/py-hglist/DESCR
new file mode 100644
index 00000000000..40924ec285a
--- /dev/null
+++ b/devel/py-hglist/DESCR
@@ -0,0 +1,2 @@
+Hglist is an extension to Mercurial that adds an "hg list"/"hg ls"
+command. It is designed to provide better output than "hg manifest".
diff --git a/devel/py-hglist/Makefile b/devel/py-hglist/Makefile
new file mode 100644
index 00000000000..7677655b70c
--- /dev/null
+++ b/devel/py-hglist/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/04/23 10:45:58 nros Exp $
+
+DISTNAME= hglist-0.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= http://alastairs-place.net/projects/hglist/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://alastairs-place.net/projects/hglist/
+COMMENT= Mercurial ls command
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= # none
+
+DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-hglist/PLIST b/devel/py-hglist/PLIST
new file mode 100644
index 00000000000..8d5a90c4933
--- /dev/null
+++ b/devel/py-hglist/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2015/04/23 10:45:58 nros Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/hglist/__init__.py
+${PYSITELIB}/hglist/__init__.pyc
+${PYSITELIB}/hglist/__init__.pyo
+${PYSITELIB}/hglist/filters.py
+${PYSITELIB}/hglist/filters.pyc
+${PYSITELIB}/hglist/filters.pyo
+${PYSITELIB}/hglist/list_files.py
+${PYSITELIB}/hglist/list_files.pyc
+${PYSITELIB}/hglist/list_files.pyo
diff --git a/devel/py-hglist/distinfo b/devel/py-hglist/distinfo
new file mode 100644
index 00000000000..36af02f96c2
--- /dev/null
+++ b/devel/py-hglist/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/04/23 10:45:58 nros Exp $
+
+SHA1 (hglist-0.3.tar.gz) = aff7fdce5949c014a433ffe9adcdfe36cddc6e09
+RMD160 (hglist-0.3.tar.gz) = b63a7b93a16f9421fa47f8cbb9704326ce7bb8f9
+Size (hglist-0.3.tar.gz) = 14503 bytes