pkgsrc-WIP-changes archive

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

Add py-statsd



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Fri May 4 13:20:30 2018 -0400
Changeset:	348b9d64f38780ddb07e28f6374f61a453ff910a

Modified Files:
	Makefile
Added Files:
	py-statsd/DESCR
	py-statsd/Makefile
	py-statsd/PLIST
	py-statsd/distinfo

Log Message:
Add py-statsd

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

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

diffstat:
 Makefile           |  1 +
 py-statsd/DESCR    |  1 +
 py-statsd/Makefile | 16 ++++++++++++++++
 py-statsd/PLIST    | 24 ++++++++++++++++++++++++
 py-statsd/distinfo |  6 ++++++
 5 files changed, 48 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f361c4f446..74aaecc10f 100644
--- a/Makefile
+++ b/Makefile
@@ -3762,6 +3762,7 @@ SUBDIR+=	py-sshpt
 SUBDIR+=	py-ssp
 SUBDIR+=	py-stache
 SUBDIR+=	py-statgrap
+SUBDIR+=	py-statsd
 SUBDIR+=	py-stem
 SUBDIR+=	py-storm
 SUBDIR+=	py-strategies
diff --git a/py-statsd/DESCR b/py-statsd/DESCR
new file mode 100644
index 0000000000..7ad2fb9ce1
--- /dev/null
+++ b/py-statsd/DESCR
@@ -0,0 +1 @@
+Python client for the statsd daemon
diff --git a/py-statsd/Makefile b/py-statsd/Makefile
new file mode 100644
index 0000000000..e57aef7284
--- /dev/null
+++ b/py-statsd/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	statsd-3.2.2
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/statsd/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/jsocol/pystatsd/
+COMMENT=	Client for the statsd daemon
+LICENSE=	mit
+
+.include "../../lang/python/egg.mk"
+USE_LANGUAGES=	# none
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-statsd/PLIST b/py-statsd/PLIST
new file mode 100644
index 0000000000..451d8f1c93
--- /dev/null
+++ b/py-statsd/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/statsd/__init__.py
+${PYSITELIB}/statsd/__init__.pyc
+${PYSITELIB}/statsd/__init__.pyo
+${PYSITELIB}/statsd/client.py
+${PYSITELIB}/statsd/client.pyc
+${PYSITELIB}/statsd/client.pyo
+${PYSITELIB}/statsd/defaults/__init__.py
+${PYSITELIB}/statsd/defaults/__init__.pyc
+${PYSITELIB}/statsd/defaults/__init__.pyo
+${PYSITELIB}/statsd/defaults/django.py
+${PYSITELIB}/statsd/defaults/django.pyc
+${PYSITELIB}/statsd/defaults/django.pyo
+${PYSITELIB}/statsd/defaults/env.py
+${PYSITELIB}/statsd/defaults/env.pyc
+${PYSITELIB}/statsd/defaults/env.pyo
+${PYSITELIB}/statsd/tests.py
+${PYSITELIB}/statsd/tests.pyc
+${PYSITELIB}/statsd/tests.pyo
diff --git a/py-statsd/distinfo b/py-statsd/distinfo
new file mode 100644
index 0000000000..98856dbcf3
--- /dev/null
+++ b/py-statsd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (statsd-3.2.2.tar.gz) = 23a41517edaba2b0a6f2b3142b3da6be9e854b28
+RMD160 (statsd-3.2.2.tar.gz) = f1f9e299502c802a8b60c8b077714bf9d88bec8d
+SHA512 (statsd-3.2.2.tar.gz) = 7b9340e0c0ba3ad840d858152c3d78b77ea0573339da5384e92f43f2ebf801007fba865ae72644e3b5acaf4fcea61c8d15e2dacd95abf21d7b0f049a238d8ea4
+Size (statsd-3.2.2.tar.gz) = 24897 bytes


Home | Main Index | Thread Index | Old Index