mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
textproc/py-yapf: update to 0.43.0
This commit is contained in:
parent
84798c546e
commit
1c2a279a53
2 changed files with 10 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= yapf
|
PORTNAME= yapf
|
||||||
PORTVERSION= 0.32.0
|
PORTVERSION= 0.43.0
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,10 +11,13 @@ WWW= https://github.com/google/yapf
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}platformdirs>=0:devel/py-platformdirs@${PY_FLAVOR}
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= concurrent distutils autoplist
|
USE_PYTHON= autoplist concurrent pep517 unittest
|
||||||
DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ${PYDISTUTILS_SETUP}
|
TEST_ARGS= discover -p '*_test.py' yapftests/
|
||||||
TEST_TARGET= test
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1643443638
|
TIMESTAMP = 1739972798
|
||||||
SHA256 (yapf-0.32.0.tar.gz) = a3f5085d37ef7e3e004c4ba9f9b3e40c54ff1901cd111f05145ae313a7c67d1b
|
SHA256 (yapf-0.43.0.tar.gz) = 00d3aa24bfedff9420b2e0d5d9f5ab6d9d4268e72afbf59bb3fa542781d5218e
|
||||||
SIZE (yapf-0.32.0.tar.gz) = 194820
|
SIZE (yapf-0.43.0.tar.gz) = 254907
|
||||||
|
|
Loading…
Add table
Reference in a new issue