# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-black/ # py-black/pkg-descr # py-black/distinfo # py-black/Makefile # echo c - py-black/ mkdir -p py-black/ > /dev/null 2>&1 echo x - py-black/pkg-descr sed 's/^X//' >py-black/pkg-descr << 'f749c2a76737d86b4d3ee856ab9252eb' XBlack is the uncompromising Python code formatter. By using it, you agree to Xcease control over minutiae of hand-formatting. In return, Black gives you Xspeed, determinism, and freedom from pycodestyle nagging about formatting. You Xwill save time and mental energy for more important matters. X XWWW: https://github.com/ambv/black f749c2a76737d86b4d3ee856ab9252eb echo x - py-black/distinfo sed 's/^X//' >py-black/distinfo << 'e268852a4e1cb087159e9748a4f43f71' XTIMESTAMP = 1521251407 XSHA256 (ambv-black-18.3a1_GH0.tar.gz) = c25c0ddaa1736a3682475e2d980b7f797fa499f2a52c0951e7ef96e6d9e2ccf2 XSIZE (ambv-black-18.3a1_GH0.tar.gz) = 79327 e268852a4e1cb087159e9748a4f43f71 echo x - py-black/Makefile sed 's/^X//' >py-black/Makefile << 'e1ba0d022cb623412e65ecc30a81411a' X# $FreeBSD$ X XPORTNAME= black XPORTVERSION= 18.3a1 XCATEGORIES= devel XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= neel@neelc.org XCOMMENT= Python code formatter X XLICENSE= MIT X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ X ${PYTHON_PKGNAMEPREFIX}attrs>0:devel/py-attrs@${PY_FLAVOR} X XUSE_GITHUB= yes XGH_ACCOUNT= ambv X XUSES= python:3.6 XUSE_PYTHON= autoplist distutils XNO_ARCH= yes X X.include e1ba0d022cb623412e65ecc30a81411a exit