Import py27-usagestats-0.3 as wip/py-usagestats.

This package is meant to easily get usage statistics from the users
of your program.

Statistics will be collected but won't be uploaded until the user opts
in. A message will be printed on stderr asking the user to explicitely
opt in or opt out
This commit is contained in:
Kamel Ibn Aziz Derouiche 2015-02-16 20:54:04 +00:00 committed by Thomas Klausner
parent eb3afbbfa7
commit 6b97ef054a
4 changed files with 38 additions and 0 deletions

6
py-usagestats/DESCR Normal file
View file

@ -0,0 +1,6 @@
This package is meant to easily get usage statistics from the users
of your program.
Statistics will be collected but won't be uploaded until the user opts
in. A message will be printed on stderr asking the user to explicitely
opt in or opt out

18
py-usagestats/Makefile Normal file
View file

@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2015/02/16 20:54:04 jihbed Exp $
DISTNAME= usagestats-0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= systutils python
MASTER_SITES= https://pypi.python.org/packages/source/u/usagestats/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/remram44/usagestats
COMMENT= Anonymous usage statistics collecter
LICENSE= apache-2.0
WRKSRC= ${WRKDIR}/usagestats-0.3
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

9
py-usagestats/PLIST Normal file
View file

@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2015/02/16 20:54:04 jihbed Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/usagestats.py
${PYSITELIB}/usagestats.pyc
${PYSITELIB}/usagestats.pyo

5
py-usagestats/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/02/16 20:54:05 jihbed Exp $
SHA1 (usagestats-0.3.tar.gz) = 8c23ab1b7bb558f9e2625ae6aba95b22be4d2ccd
RMD160 (usagestats-0.3.tar.gz) = bc202fa51841a19a36ecdffa4c662e6cf1b1504a
Size (usagestats-0.3.tar.gz) = 8879 bytes