Bug 274580 - [NEW PORT] devel/py-minimal-snowplow-tracker: Snowplow event tracker
Summary: [NEW PORT] devel/py-minimal-snowplow-tracker: Snowplow event tracker
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks: 274582
  Show dependency treegraph
 
Reported: 2023-10-19 04:05 UTC by Pat Maddox
Modified: 2023-10-21 18:14 UTC (History)
1 user (show)

See Also:


Attachments
new port (2.98 KB, patch)
2023-10-19 04:05 UTC, Pat Maddox
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!