Date: Sat, 29 Feb 2020 11:25:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527412 - head/devel/py-black Message-ID: <202002291125.01TBPCCk081385@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 29 11:25:12 2020 New Revision: 527412 URL: https://svnweb.freebsd.org/changeset/ports/527412 Log: Reset maintainership - While I'm here: - Sort RUN_DEPENDS - Update pkg-descr - Update WWW - Take maintainership PR: 244483 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Modified: head/devel/py-black/Makefile head/devel/py-black/pkg-descr Modified: head/devel/py-black/Makefile ============================================================================== --- head/devel/py-black/Makefile Sat Feb 29 11:25:05 2020 (r527411) +++ head/devel/py-black/Makefile Sat Feb 29 11:25:12 2020 (r527412) @@ -1,24 +1,25 @@ # $FreeBSD$ PORTNAME= black -DISTVERSION= 19.3b0 +PORTVERSION= 19.3b0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= neel@neelc.org -COMMENT= Python code formatter +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Uncompromising code formatter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=18.1.0:devel/py-attrs@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}attrs>=18.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=6.5:devel/py-click@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0.9.4:textproc/py-toml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}toml>=0.9.4:textproc/py-toml@${PY_FLAVOR} USES= python:3.6+ -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes do-test: Modified: head/devel/py-black/pkg-descr ============================================================================== --- head/devel/py-black/pkg-descr Sat Feb 29 11:25:05 2020 (r527411) +++ head/devel/py-black/pkg-descr Sat Feb 29 11:25:12 2020 (r527412) @@ -1,6 +1,12 @@ Black is the uncompromising Python code formatter. By using it, you agree to -cease control over minutiae of hand-formatting. In return, Black gives you -speed, determinism, and freedom from pycodestyle nagging about formatting. You -will save time and mental energy for more important matters. +cede control over minutiae of hand-formatting. In return, Black gives you speed, +determinism, and freedom from pycodestyle nagging about formatting. You will +save time and mental energy for more important matters. -WWW: https://github.com/ambv/black +Blackened code looks the same regardless of the project you're reading. +Formatting becomes transparent after a while and you can focus on the content +instead. + +Black makes code review faster by producing the smallest diffs possible. + +WWW: https://github.com/psf/black
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002291125.01TBPCCk081385>