pkgsrc-WIP-changes archive

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

import py-teamcity-messages-1.28 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 00:55:35 2020 +0100
Changeset:	1c51b6b21ded2b70de91499ff6773af401734c3a

Added Files:
	py-teamcity/DESCR
	py-teamcity/Makefile
	py-teamcity/PLIST
	py-teamcity/distinfo

Log Message:
import py-teamcity-messages-1.28 to wip

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

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

diffstat:
 py-teamcity/DESCR    |  5 +++++
 py-teamcity/Makefile | 15 +++++++++++++++
 py-teamcity/PLIST    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-teamcity/distinfo |  6 ++++++
 4 files changed, 78 insertions(+)

diffs:
diff --git a/py-teamcity/DESCR b/py-teamcity/DESCR
new file mode 100644
index 0000000000..f68183766a
--- /dev/null
+++ b/py-teamcity/DESCR
@@ -0,0 +1,5 @@
+This package integrates Python with the TeamCity Continuous Integration
+(CI) server. It allows sending service messages from Python code.
+Additionally, it provides integration with the following testing
+frameworks and tools:py.test,nose,Django,unittest (Python standard library)
+Trial (Twisted),Flake8, Behave, PyLint
diff --git a/py-teamcity/Makefile b/py-teamcity/Makefile
new file mode 100644
index 0000000000..a96659f114
--- /dev/null
+++ b/py-teamcity/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	teamcity-messages-1.28
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-messages//}
+CATEGORIES=     devel python
+MASTER_SITES=   ${MASTER_SITE_PYPI:=t/teamcity-messages/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/JetBrains/teamcity-messages
+COMMENT=	Send test results to TeamCity continuous integration server
+LICENSE=	apache-2.0
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-teamcity/PLIST b/py-teamcity/PLIST
new file mode 100644
index 0000000000..03b4151ae0
--- /dev/null
+++ b/py-teamcity/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD$
+${PYSITELIB}/teamcity/__init__.py
+${PYSITELIB}/teamcity/__init__.pyc
+${PYSITELIB}/teamcity/__init__.pyo
+${PYSITELIB}/teamcity/common.py
+${PYSITELIB}/teamcity/common.pyc
+${PYSITELIB}/teamcity/common.pyo
+${PYSITELIB}/teamcity/context_managers.py
+${PYSITELIB}/teamcity/context_managers.pyc
+${PYSITELIB}/teamcity/context_managers.pyo
+${PYSITELIB}/teamcity/diff_tools.py
+${PYSITELIB}/teamcity/diff_tools.pyc
+${PYSITELIB}/teamcity/diff_tools.pyo
+${PYSITELIB}/teamcity/django.py
+${PYSITELIB}/teamcity/django.pyc
+${PYSITELIB}/teamcity/django.pyo
+${PYSITELIB}/teamcity/flake8_plugin.py
+${PYSITELIB}/teamcity/flake8_plugin.pyc
+${PYSITELIB}/teamcity/flake8_plugin.pyo
+${PYSITELIB}/teamcity/flake8_v2_plugin.py
+${PYSITELIB}/teamcity/flake8_v2_plugin.pyc
+${PYSITELIB}/teamcity/flake8_v2_plugin.pyo
+${PYSITELIB}/teamcity/flake8_v3_plugin.py
+${PYSITELIB}/teamcity/flake8_v3_plugin.pyc
+${PYSITELIB}/teamcity/flake8_v3_plugin.pyo
+${PYSITELIB}/teamcity/jb_behave_formatter.py
+${PYSITELIB}/teamcity/jb_behave_formatter.pyc
+${PYSITELIB}/teamcity/jb_behave_formatter.pyo
+${PYSITELIB}/teamcity/messages.py
+${PYSITELIB}/teamcity/messages.pyc
+${PYSITELIB}/teamcity/messages.pyo
+${PYSITELIB}/teamcity/nose_report.py
+${PYSITELIB}/teamcity/nose_report.pyc
+${PYSITELIB}/teamcity/nose_report.pyo
+${PYSITELIB}/teamcity/pylint_reporter.py
+${PYSITELIB}/teamcity/pylint_reporter.pyc
+${PYSITELIB}/teamcity/pylint_reporter.pyo
+${PYSITELIB}/teamcity/pytest_plugin.py
+${PYSITELIB}/teamcity/pytest_plugin.pyc
+${PYSITELIB}/teamcity/pytest_plugin.pyo
+${PYSITELIB}/teamcity/unittestpy.py
+${PYSITELIB}/teamcity/unittestpy.pyc
+${PYSITELIB}/teamcity/unittestpy.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/twisted/plugins/teamcity_plugin.py
+${PYSITELIB}/twisted/plugins/teamcity_plugin.pyc
+${PYSITELIB}/twisted/plugins/teamcity_plugin.pyo
diff --git a/py-teamcity/distinfo b/py-teamcity/distinfo
new file mode 100644
index 0000000000..cc8ba94649
--- /dev/null
+++ b/py-teamcity/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (teamcity-messages-1.28.tar.gz) = 48fa2faefb7e596242e9d35116a80ada9a9d62ae
+RMD160 (teamcity-messages-1.28.tar.gz) = 1f377e37705079ce28eb9fbc3e9319f57e591e50
+SHA512 (teamcity-messages-1.28.tar.gz) = 264e0fd3ec3c5b6a9620635935797f0a9dbbb16864f110e3dc4877b8ce03dd5b35b066aecdf61a1b0ffbb2496ad22468f993d3fefb0c9eee3d2caad1857621e7
+Size (teamcity-messages-1.28.tar.gz) = 32813 bytes


Home | Main Index | Thread Index | Old Index