mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
devel/py-django-rq: update to 1.2.0
Reported by: portscout
This commit is contained in:
parent
0afa5b8385
commit
1ff30715f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=477207
2 changed files with 10 additions and 6 deletions
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= django-rq
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -14,11 +13,12 @@ COMMENT= Provides Django integration for RQ (Redis Queue)
|
|||
LICENSE= MIT
|
||||
|
||||
TEST_DEPENDS= redis-server:databases/redis \
|
||||
${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}docutils>=0:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:devel/py-rq@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}rq>=0.12.0:devel/py-rq@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -28,6 +28,10 @@ USE_PYTHON= autoplist distutils
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rq
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's/coverage/coverage-${PYTHON_VERSION:S/python//}/' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${TEST_ENV} ${MAKE} ${TEST_ARGS}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1523703431
|
||||
SHA256 (rq-django-rq-v1.1.0_GH0.tar.gz) = 804f2038c9b40ad25f345cd305ce24100634c29a02a8c4aaf9ac4d31cbdd912e
|
||||
SIZE (rq-django-rq-v1.1.0_GH0.tar.gz) = 111681
|
||||
TIMESTAMP = 1532717150
|
||||
SHA256 (rq-django-rq-v1.2.0_GH0.tar.gz) = c285f807c642406e8d4bd5cc052058b3e610af739d54dca8f433ce383c443b44
|
||||
SIZE (rq-django-rq-v1.2.0_GH0.tar.gz) = 114854
|
||||
|
|
Loading…
Add table
Reference in a new issue