pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-fastimport Import py27-fastimport-0.9.4 as de...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5683f1cdd775
branches: trunk
changeset: 652698:5683f1cdd775
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Jun 07 08:19:04 2015 +0000
description:
Import py27-fastimport-0.9.4 as devel/py-fastimport.
This package provides a parser for and generator of the Git fastimport
format.
diffstat:
devel/py-fastimport/DESCR | 2 +
devel/py-fastimport/Makefile | 19 +++++++++++++++
devel/py-fastimport/PLIST | 53 ++++++++++++++++++++++++++++++++++++++++++++
devel/py-fastimport/distinfo | 5 ++++
4 files changed, 79 insertions(+), 0 deletions(-)
diffs (95 lines):
diff -r 8541aa80c217 -r 5683f1cdd775 devel/py-fastimport/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-fastimport/DESCR Sun Jun 07 08:19:04 2015 +0000
@@ -0,0 +1,2 @@
+This package provides a parser for and generator of the Git fastimport
+format.
diff -r 8541aa80c217 -r 5683f1cdd775 devel/py-fastimport/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-fastimport/Makefile Sun Jun 07 08:19:04 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/06/07 08:19:04 wiz Exp $
+
+DISTNAME= fastimport-0.9.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel scm
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jelmer/}
+GITHUB_PROJECT= python-fastimport
+GITHUB_TAG= ${DISTNAME}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jelmer/python-fastimport
+COMMENT= Fastimport parser and generator in Python
+LICENSE= gnu-gpl-v2
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.9.4
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8541aa80c217 -r 5683f1cdd775 devel/py-fastimport/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-fastimport/PLIST Sun Jun 07 08:19:04 2015 +0000
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/07 08:19:04 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/fastimport/__init__.py
+${PYSITELIB}/fastimport/__init__.pyc
+${PYSITELIB}/fastimport/__init__.pyo
+${PYSITELIB}/fastimport/commands.py
+${PYSITELIB}/fastimport/commands.pyc
+${PYSITELIB}/fastimport/commands.pyo
+${PYSITELIB}/fastimport/dates.py
+${PYSITELIB}/fastimport/dates.pyc
+${PYSITELIB}/fastimport/dates.pyo
+${PYSITELIB}/fastimport/errors.py
+${PYSITELIB}/fastimport/errors.pyc
+${PYSITELIB}/fastimport/errors.pyo
+${PYSITELIB}/fastimport/helpers.py
+${PYSITELIB}/fastimport/helpers.pyc
+${PYSITELIB}/fastimport/helpers.pyo
+${PYSITELIB}/fastimport/parser.py
+${PYSITELIB}/fastimport/parser.pyc
+${PYSITELIB}/fastimport/parser.pyo
+${PYSITELIB}/fastimport/processor.py
+${PYSITELIB}/fastimport/processor.pyc
+${PYSITELIB}/fastimport/processor.pyo
+${PYSITELIB}/fastimport/processors/__init__.py
+${PYSITELIB}/fastimport/processors/__init__.pyc
+${PYSITELIB}/fastimport/processors/__init__.pyo
+${PYSITELIB}/fastimport/processors/filter_processor.py
+${PYSITELIB}/fastimport/processors/filter_processor.pyc
+${PYSITELIB}/fastimport/processors/filter_processor.pyo
+${PYSITELIB}/fastimport/processors/query_processor.py
+${PYSITELIB}/fastimport/processors/query_processor.pyc
+${PYSITELIB}/fastimport/processors/query_processor.pyo
+${PYSITELIB}/fastimport/tests/__init__.py
+${PYSITELIB}/fastimport/tests/__init__.pyc
+${PYSITELIB}/fastimport/tests/__init__.pyo
+${PYSITELIB}/fastimport/tests/test_commands.py
+${PYSITELIB}/fastimport/tests/test_commands.pyc
+${PYSITELIB}/fastimport/tests/test_commands.pyo
+${PYSITELIB}/fastimport/tests/test_dates.py
+${PYSITELIB}/fastimport/tests/test_dates.pyc
+${PYSITELIB}/fastimport/tests/test_dates.pyo
+${PYSITELIB}/fastimport/tests/test_errors.py
+${PYSITELIB}/fastimport/tests/test_errors.pyc
+${PYSITELIB}/fastimport/tests/test_errors.pyo
+${PYSITELIB}/fastimport/tests/test_filter_processor.py
+${PYSITELIB}/fastimport/tests/test_filter_processor.pyc
+${PYSITELIB}/fastimport/tests/test_filter_processor.pyo
+${PYSITELIB}/fastimport/tests/test_helpers.py
+${PYSITELIB}/fastimport/tests/test_helpers.pyc
+${PYSITELIB}/fastimport/tests/test_helpers.pyo
+${PYSITELIB}/fastimport/tests/test_parser.py
+${PYSITELIB}/fastimport/tests/test_parser.pyc
+${PYSITELIB}/fastimport/tests/test_parser.pyo
diff -r 8541aa80c217 -r 5683f1cdd775 devel/py-fastimport/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-fastimport/distinfo Sun Jun 07 08:19:04 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/07 08:19:04 wiz Exp $
+
+SHA1 (python-fastimport/fastimport-0.9.4.tar.gz) = a34c8a82db0a7b3d839bb8a4da7cf72c23bf0202
+RMD160 (python-fastimport/fastimport-0.9.4.tar.gz) = c2f85cfe5bc1f5b28f83669a30a3336d4b659712
+Size (python-fastimport/fastimport-0.9.4.tar.gz) = 32481 bytes
Home |
Main Index |
Thread Index |
Old Index