1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

misc/py-mixpanel: new port - python API for mixpanel analytics

Sponsored by:	SkunkWerks, GmbH
This commit is contained in:
Dave Cottlehuber 2024-11-11 00:28:36 +00:00
parent 83f0b12489
commit 5221b16e2c
4 changed files with 43 additions and 0 deletions

View File

@ -458,6 +458,7 @@
SUBDIR += py-llm-claude-3
SUBDIR += py-log_symbols
SUBDIR += py-mffpy
SUBDIR += py-mixpanel
SUBDIR += py-mmcv
SUBDIR += py-mmdet
SUBDIR += py-mmengine

33
misc/py-mixpanel/Makefile Normal file
View File

@ -0,0 +1,33 @@
PORTNAME= mixpanel
DISTVERSION= 4.10.1
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= mixpanel-${PORTVERSION}
MAINTAINER= dch@FreeBSD.org
COMMENT= Python client library for Mixpanel Analytics API
WWW= https://mixpanel.com/help/reference/python \
https://github.com/mixpanel/mixpanel-python
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.44:devel/py-wheel@${PY_FLAVOR}
USES= python:3.10+ shebangfix
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
PORTDOCS= README.rst
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1730716232
SHA256 (mixpanel-4.10.1.tar.gz) = 29a6b5773dd34f05cf8e249f4e1d16e7b6280d6b58894551ce9a5aad7700a115
SIZE (mixpanel-4.10.1.tar.gz) = 9831

View File

@ -0,0 +1,6 @@
The Mixpanel Python library is designed to be used for scripting, or in
circumstances when a user isnt directly interacting with your application
on the web or a mobile device.
The Full API Reference, Library Source Code, and an Example Script is
documented in the GitHub repo.