pkgsrc-WIP-changes archive

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

py-codecov: import codecov-2.0.15.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Apr 30 12:25:25 2019 +0000
Changeset:	272624bec09ae4eb0ed4073c010609c07d2f788c

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

Log Message:
py-codecov: import codecov-2.0.15.

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

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

diffstat:
 py-codecov/DESCR    |  1 +
 py-codecov/Makefile | 14 ++++++++++++++
 py-codecov/PLIST    | 15 +++++++++++++++
 py-codecov/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-codecov/DESCR b/py-codecov/DESCR
new file mode 100644
index 0000000000..204a53b80e
--- /dev/null
+++ b/py-codecov/DESCR
@@ -0,0 +1 @@
+Python report uploader for Codecov.
diff --git a/py-codecov/Makefile b/py-codecov/Makefile
new file mode 100644
index 0000000000..58526edf77
--- /dev/null
+++ b/py-codecov/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	codecov-2.0.15
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/codecov/}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/codecov/codecov-python
+COMMENT=	Python report uploader for Codecov
+LICENSE=	apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-codecov/PLIST b/py-codecov/PLIST
new file mode 100644
index 0000000000..83f3e3bd6f
--- /dev/null
+++ b/py-codecov/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+bin/codecov
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/codecov/__init__.py
+${PYSITELIB}/codecov/__init__.pyc
+${PYSITELIB}/codecov/__init__.pyo
+${PYSITELIB}/codecov/__main__.py
+${PYSITELIB}/codecov/__main__.pyc
+${PYSITELIB}/codecov/__main__.pyo
diff --git a/py-codecov/distinfo b/py-codecov/distinfo
new file mode 100644
index 0000000000..367374c3a8
--- /dev/null
+++ b/py-codecov/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (codecov-2.0.15.tar.gz) = 14413a9f747a18b9062684161b11a8ef7d3e7f14
+RMD160 (codecov-2.0.15.tar.gz) = 52d7e477be4e65f8e77e48a622bb7048f5e00c65
+SHA512 (codecov-2.0.15.tar.gz) = 8e4242c26e765df12eb467c5af625c41f34e5776776015a9df4ca7fd810e07f65200e3b4dcc536682bf3144ac97680d6b8f4d2fc285340f73c82fb648938110d
+Size (codecov-2.0.15.tar.gz) = 11352 bytes


Home | Main Index | Thread Index | Old Index