pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-hglist Import of hglist as py-hglist to pkgsr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fad889bf529c
branches:  trunk
changeset: 650468:fad889bf529c
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Apr 23 10:45:58 2015 +0000

description:
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:

 devel/py-hglist/DESCR    |   2 ++
 devel/py-hglist/Makefile |  20 ++++++++++++++++++++
 devel/py-hglist/PLIST    |  11 +++++++++++
 devel/py-hglist/distinfo |   5 +++++
 4 files changed, 38 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 8801a5829684 -r fad889bf529c devel/py-hglist/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hglist/DESCR     Thu Apr 23 10:45:58 2015 +0000
@@ -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 -r 8801a5829684 -r fad889bf529c devel/py-hglist/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hglist/Makefile  Thu Apr 23 10:45:58 2015 +0000
@@ -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@localhost
+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 -r 8801a5829684 -r fad889bf529c devel/py-hglist/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hglist/PLIST     Thu Apr 23 10:45:58 2015 +0000
@@ -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 -r 8801a5829684 -r fad889bf529c devel/py-hglist/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-hglist/distinfo  Thu Apr 23 10:45:58 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index