forked from Lainports/freebsd-ports
textproc/py-griffe: Update to 1.4.1
* Support for Python 3.8 was dropped with version 1.4.1, thus remove the relevant parts in the Makefile that are no longer needed. Changelog since 1.3.2: https://github.com/mkdocstrings/griffe/blob/1.4.1/CHANGELOG.md
This commit is contained in:
parent
b6a614433f
commit
1b09a3931e
2 changed files with 6 additions and 12 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= griffe
|
||||
DISTVERSION= 1.3.2
|
||||
DISTVERSION= 1.4.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -18,7 +18,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.17.3:devel/py-jsonschema@${PY
|
|||
${PYTHON_PKGNAMEPREFIX}pytest-xdist>=3.3,1:devel/py-pytest-xdist@${PY_FLAVOR} \
|
||||
git:devel/git
|
||||
|
||||
USES= python
|
||||
USES= python:3.9+
|
||||
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||
|
||||
TEST_ARGS= -n ${MAKE_JOBS_NUMBER}
|
||||
|
|
@ -26,10 +26,4 @@ TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30900
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}astunparse>=1.6:devel/py-astunparse@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1728213629
|
||||
SHA256 (griffe-1.3.2.tar.gz) = 1ec50335aa507ed2445f2dd45a15c9fa3a45f52c9527e880571dfc61912fd60c
|
||||
SIZE (griffe-1.3.2.tar.gz) = 382540
|
||||
TIMESTAMP = 1728717972
|
||||
SHA256 (griffe-1.4.1.tar.gz) = 911a201b01dc92e08c0e84c38a301e9da5ec067f00e7d9f2e39bc24dbfa3c176
|
||||
SIZE (griffe-1.4.1.tar.gz) = 381239
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue