Bug 274580

Summary: [NEW PORT] devel/py-minimal-snowplow-tracker: Snowplow event tracker
Product: Ports & Packages Reporter: Pat Maddox <pat>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 274582    
Attachments:
Description Flags
new port none

Description Pat Maddox 2023-10-19 04:05:34 UTC
Created attachment 245729 [details]
new port
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-10-21 18:13:35 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a92113d5600ea70f07b891a5aa2946a10f0c0f5

commit 9a92113d5600ea70f07b891a5aa2946a10f0c0f5
Author:     Pat Maddox <pat@patmaddox.com>
AuthorDate: 2023-10-21 18:12:23 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-10-21 18:12:23 +0000

    devel/py-minimal-snowplow-tracker: new port

    Add analytics to your Python apps and Python games with the Snowplow event
    tracker for Python.

    With this tracker you can collect event data from your Python-based
    applications, games or Python web servers/frameworks.

    This is a fork of the original Snowplow Python tracker v0.8.0, with a number of
    changes:
    - All emitters except for the basic one removed
    - Tests converted to docker
    - All tracking event methods except for structured/unstructured removed
    - Python 3.7 supported

    PR:             274580
    Author:    Pat Maddox <pat@patmaddox.com>

 devel/Makefile                                    |  1 +
 devel/py-minimal-snowplow-tracker/Makefile (new)  | 19 +++++++++++++++++++
 devel/py-minimal-snowplow-tracker/distinfo (new)  |  3 +++
 devel/py-minimal-snowplow-tracker/pkg-descr (new) | 12 ++++++++++++
 4 files changed, 35 insertions(+)
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2023-10-21 18:14:07 UTC
Committed, thanks!