pkgsrc-WIP-changes archive

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

New package in wip: +py-bicho



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 27 19:45:26 2015 +0100
Changeset:	7201eba94e457ab89cf536f5a461189c68b4281b

Added Files:
	py-bicho/DESCR
	py-bicho/Makefile
	py-bicho/PLIST
	py-bicho/distinfo
	py-bicho/patches/patch-setup.py

Log Message:
New package in wip: +py-bicho

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7201eba94e457ab89cf536f5a461189c68b4281b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-bicho/DESCR                  |  5 ++++
 py-bicho/Makefile               | 23 ++++++++++++++++++
 py-bicho/PLIST                  | 52 +++++++++++++++++++++++++++++++++++++++++
 py-bicho/distinfo               |  7 ++++++
 py-bicho/patches/patch-setup.py | 22 +++++++++++++++++
 5 files changed, 109 insertions(+)

diffs:
diff --git a/py-bicho/DESCR b/py-bicho/DESCR
new file mode 100644
index 0000000..0460fef
--- /dev/null
+++ b/py-bicho/DESCR
@@ -0,0 +1,5 @@
+Bicho is a command line based tool used to analyze bug tracking systems.
+It creates a database with three tables. Bugs, which contains general
+information about bugs; Comments, which contains information about each comment
+found in the BTS; and Attachments, wich contains information about each
+attachment found. Also, each Comment and Attachment are associated with a Bug.
diff --git a/py-bicho/Makefile b/py-bicho/Makefile
new file mode 100644
index 0000000..ec8c67c
--- /dev/null
+++ b/py-bicho/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	bicho_0.9
+PKGNAME=	${PYPKGPREFIX}-bicho-0.9
+CATEGORIES=	devel
+MASTER_SITES=	https://github.com/downloads/MetricsGrimoire/Bicho/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/MetricsGrimoire/Bicho
+COMMENT=	Bug tracking system tool analyzer
+#LICENSE=	# TODO: (see mk/license.mk)
+
+WRKSRC=		${WRKDIR}/bicho-0.9
+
+USE_LANGUAGES=	# none
+PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-extract:
+	${MV} ${WRKSRC}/bin/bicho ${WRKSRC}/bin/bicho${PYVERSSUFFIX}
+
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bicho/PLIST b/py-bicho/PLIST
new file mode 100644
index 0000000..c8d2f40
--- /dev/null
+++ b/py-bicho/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD$
+bin/bicho2.7
+${PYSITELIB}/Bicho-${PKGVERSION}-py2.7.egg-info
+${PYSITELIB}/Bicho/Bicho.py
+${PYSITELIB}/Bicho/Bicho.pyc
+${PYSITELIB}/Bicho/Bicho.pyo
+${PYSITELIB}/Bicho/Config.py
+${PYSITELIB}/Bicho/Config.pyc
+${PYSITELIB}/Bicho/Config.pyo
+${PYSITELIB}/Bicho/__init__.py
+${PYSITELIB}/Bicho/__init__.pyc
+${PYSITELIB}/Bicho/__init__.pyo
+${PYSITELIB}/Bicho/backends/HTMLParser.py
+${PYSITELIB}/Bicho/backends/HTMLParser.pyc
+${PYSITELIB}/Bicho/backends/HTMLParser.pyo
+${PYSITELIB}/Bicho/backends/HTMLUtils.py
+${PYSITELIB}/Bicho/backends/HTMLUtils.pyc
+${PYSITELIB}/Bicho/backends/HTMLUtils.pyo
+${PYSITELIB}/Bicho/backends/__init__.py
+${PYSITELIB}/Bicho/backends/__init__.pyc
+${PYSITELIB}/Bicho/backends/__init__.pyo
+${PYSITELIB}/Bicho/backends/bg.py
+${PYSITELIB}/Bicho/backends/bg.pyc
+${PYSITELIB}/Bicho/backends/bg.pyo
+${PYSITELIB}/Bicho/backends/jira.py
+${PYSITELIB}/Bicho/backends/jira.pyc
+${PYSITELIB}/Bicho/backends/jira.pyo
+${PYSITELIB}/Bicho/backends/sf.py
+${PYSITELIB}/Bicho/backends/sf.pyc
+${PYSITELIB}/Bicho/backends/sf.pyo
+${PYSITELIB}/Bicho/common.py
+${PYSITELIB}/Bicho/common.pyc
+${PYSITELIB}/Bicho/common.pyo
+${PYSITELIB}/Bicho/db/__init__.py
+${PYSITELIB}/Bicho/db/__init__.pyc
+${PYSITELIB}/Bicho/db/__init__.pyo
+${PYSITELIB}/Bicho/db/database.py
+${PYSITELIB}/Bicho/db/database.pyc
+${PYSITELIB}/Bicho/db/database.pyo
+${PYSITELIB}/Bicho/db/mysql.py
+${PYSITELIB}/Bicho/db/mysql.pyc
+${PYSITELIB}/Bicho/db/mysql.pyo
+${PYSITELIB}/Bicho/info.py
+${PYSITELIB}/Bicho/info.pyc
+${PYSITELIB}/Bicho/info.pyo
+${PYSITELIB}/Bicho/main.py
+${PYSITELIB}/Bicho/main.pyc
+${PYSITELIB}/Bicho/main.pyo
+${PYSITELIB}/Bicho/utils.py
+${PYSITELIB}/Bicho/utils.pyc
+${PYSITELIB}/Bicho/utils.pyo
+man/man1/bicho.1
diff --git a/py-bicho/distinfo b/py-bicho/distinfo
new file mode 100644
index 0000000..f6391c1
--- /dev/null
+++ b/py-bicho/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (bicho_0.9.tar.gz) = f1c0ddaf0ba7a53b002edff999d9f5f9b1b5049a
+RMD160 (bicho_0.9.tar.gz) = 2d9431f9f447d522b881ef64e2f97f487fd7d341
+SHA512 (bicho_0.9.tar.gz) = 8b7200318553612971744fe372bc3775c1237a2d8bb9f75f3a1020340397c61833f1e68bb70291606bcff7152e9f32d964fe0e1fcb6c826b72930698bedfbfc9
+Size (bicho_0.9.tar.gz) = 257020 bytes
+SHA1 (patch-setup.py) = 431d420634906675fb9fe7c8dfe4aba93d2bd2c9
diff --git a/py-bicho/patches/patch-setup.py b/py-bicho/patches/patch-setup.py
new file mode 100644
index 0000000..cff705f
--- /dev/null
+++ b/py-bicho/patches/patch-setup.py
@@ -0,0 +1,22 @@
+$NetBSD$
+
+--- setup.py.orig	2011-06-28 10:58:38.000000000 +0000
++++ setup.py
+@@ -21,6 +21,9 @@
+ #          Francisco Rivas <frivas%libresoft.es@localhost>
+ #          Luis Cañas Díaz <lcanas%libresoft.es@localhost>
+ #
++
++import sys 
++
+ from distutils.core import setup
+ 
+ setup(name = "Bicho",
+@@ -30,5 +33,5 @@ setup(name = "Bicho",
+       description = "Analysis tool for Issue/Bug Tracking Systems",
+       url = "https://projects.libresoft.es/projects/bicho";,      
+       packages = ['Bicho', 'Bicho.backends', 'Bicho.db'],
+-      data_files = [('share/man/man1/',['doc/bicho.1'])],
+-      scripts = ["bin/bicho"])
++      data_files = [('man/man1/',['doc/bicho.1'])],
++      scripts = ["bin/bicho"+sys.version[0:3]])


Home | Main Index | Thread Index | Old Index