Skip to content

Commit

Permalink
www/py-django-redis: Cosmetic change
Browse files Browse the repository at this point in the history
- Move TEST_* together
- Change +3.11 to 3.11+
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 9c51aa3 commit 816828e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions www/py-django-redis/Makefile
Expand Up @@ -14,24 +14,21 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}redis>=3.0.0:databases/py-redis@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>=0:devel/py-msgpack@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-django>0:devel/py-pytest-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-django>=0:devel/py-pytest-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} \
redis-server:databases/redis

USES= python
USE_PYTHON= autoplist concurrent distutils pytest

# Required for Python +3.11 as the 'cgi' module is deprecated and slated for
# removal in Python 3.13
# Required for Python 3.11+ as the cgi module is deprecated and slated for removal in Python 3.13
TEST_ARGS= -W ignore::DeprecationWarning

TEST_ENV= DJANGO_SETTINGS_MODULE=settings.sqlite \
PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}

CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/tests

NO_ARCH= yes

TEST_WRKSRC= ${WRKSRC}/tests
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*django-redis

.include <bsd.port.mk>

0 comments on commit 816828e

Please sign in to comment.