Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
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 |