ports/devel/py-rq/Makefile
Kai Knoblich a62983b180 devel/py-rq: Update to 2.0.0
* Remove no-op PY_DEPENDS while I'm here.

* Add CONFLICTS_INSTALL entry which is needed due the newly created
  port devel/py-rq1.

Changelog:

https://github.com/rq/rq/releases/tag/v2.0

PR:		282649
Approved by:	skreuzer (maintainer)
MFH:		No (contains breaking changes)
2024-11-23 08:56:32 +01:00

26 lines
677 B
Makefile

PORTNAME= rq
PORTVERSION= 2.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Simple library for creating background jobs, and processing them
WWW= https://python-rq.org
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis>=4.0.0:databases/py-redis@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}-rq1
NO_ARCH= yes
.include <bsd.port.mk>