Skip to content

Commit

Permalink
www/py-uwsgi_tasks: add port
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhuk-im committed Jun 17, 2024
1 parent bd781ec commit 2e27733
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions www/py-uwsgi_tasks/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
PORTNAME= uwsgi-tasks
PORTVERSION= 0.7.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= [email protected]
COMMENT= Asynchronous tasks management with UWSGI server
WWW= https://github.com/Bahus/uwsgi_tasks

LICENSE= MIT

RUN_DEPENDS= uwsgi-${PYTHON_VER}:www/uwsgi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/py-uwsgi_tasks/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1686885330
SHA256 (uwsgi-tasks-0.7.3.tar.gz) = f8a5dadad74f329bc4d3c6c5197c05c0ed9757fb8df1cdcb8ff324be105f0748
SIZE (uwsgi-tasks-0.7.3.tar.gz) = 18563
5 changes: 5 additions & 0 deletions www/py-uwsgi_tasks/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
UWSGI Tasks engine

This package makes it to use UWSGI signal framework for asynchronous
tasks management. It's more functional and flexible than cron scheduler,
and can be used as replacement for celery in many cases.

0 comments on commit 2e27733

Please sign in to comment.