Port details |
- py-eventlib Library to make it easy to track events in python/django apps
- 0.1.5_4 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2018-01-13 08:14:26
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- Also Listed In: python
- License: LGPL3+
- Description:
- eventlib is an asynchronous event tracking app for Django. This library was
built upon the following values:
- It must be deadly simple to log an event
- It must be possible to track each event in different ways
- Each different "event handler" must be completely separate and fail gracefully
- The event system must be asynchronous, so let's use celery
- The library must be extensible
- 100% of test coverage is enough
WWW: https://pypi.org/project/eventlib/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}eventlib>0:devel/py-eventlib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-eventlib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-eventlib
- pkg install py39-eventlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-eventlib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-eventlib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1503510887
SHA256 (eventlib-0.1.5.tar.gz) = 0e33fdc2ab85c055902f0c0ef0bbb354ff2bf1335be7acd9eeb982e8facc5be9
SIZE (eventlib-0.1.5.tar.gz) = 11278
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-celery>=3.0.0 : devel/py-celery@py39
- py39-django32>=0 : www/py-django32@py39
- py39-ejson>=0 : devel/py-ejson@py39
- py39-logan>=0.5.0 : devel/py-logan@py39
- py39-redis2>=2.7.1 : databases/py-redis2@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- net/py-msrplib
- Configuration Options:
- No options to configure
- Options name:
- devel_py-eventlib
- USES:
- python:3.5+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.1.5_4 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
28 Apr 2022 10:02:15 0.1.5_4 |
Kai Knoblich (kai)  |
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859 |
06 Apr 2021 14:31:07 0.1.5_3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Jun 2020 18:00:59
0.1.5_3 |
sunpoet  |
Update RUN_DEPENDS: use Django 2.2
- Bump PORTREVISION for dependency change
PR: 247173
Submitted by: kai |
30 Sep 2019 09:42:50
0.1.5_2 |
kai  |
databases/py-rb, devel/py-eventlib: Use py-redis2 instead py-redis
Change RUN_DEPENDS to devel/py-redis2 as preparation for the upcoming update
of databases/py-redis to 3.x as both ports aren't compatible with the newer
py-redis version.
PR: 237237
Approved by: sunpoet (maintainer) |
07 Jul 2019 19:13:26
0.1.5_1 |
sunpoet  |
Cosmetic change |
10 Apr 2019 06:18:32
0.1.5_1 |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
20 Jun 2018 17:05:44
0.1.5 |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
0.1.5 |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
14 Jan 2018 07:07:13
0.1.5 |
sunpoet  |
Fix build with Python 3 |
13 Jan 2018 08:13:08
0.1.5 |
sunpoet  |
Add py-eventlib 0.1.5
eventlib is an asynchronous event tracking app for Django. This library was
built upon the following values:
- It must be deadly simple to log an event
- It must be possible to track each event in different ways
- Each different "event handler" must be completely separate and fail gracefully
- The event system must be asynchronous, so let's use celery
- The library must be extensible
- 100% of test coverage is enough
WWW: https://pypi.python.org/pypi/eventlib |