forked from Lainports/freebsd-ports
devel/py-rq: Update to 1.15.1
* Make the port concurrent safe because since release 1.10 some CLI scripts are installed outside of Python's site-lib directory. PR: 275506 Approved by: maintainer timeout (14+ days)
This commit is contained in:
parent
bb1f23aa2d
commit
7a59772ca5
2 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= rq
|
||||
PORTVERSION= 1.11.1
|
||||
PORTVERSION= 1.15.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -12,10 +12,10 @@ LICENSE= BSD2CLAUSE
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=5.0.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}redis>=3.5.0:databases/py-redis@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}redis>=4.0.0:databases/py-redis@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1664124138
|
||||
SHA256 (rq-1.11.1.tar.gz) = 31c07e55255bdc05c804902d4e15779185603b04b9161b43c3e7bcac84b3343b
|
||||
SIZE (rq-1.11.1.tar.gz) = 63493
|
||||
TIMESTAMP = 1701605893
|
||||
SHA256 (rq-1.15.1.tar.gz) = 1f49f4ac1a084044bb8e95b3f305c0bf17e55618b08c18e0b60c080f12d6f008
|
||||
SIZE (rq-1.15.1.tar.gz) = 81462
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue