# 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-matplotlib-scalebar # py-matplotlib-scalebar/Makefile # py-matplotlib-scalebar/distinfo # py-matplotlib-scalebar/pkg-descr # py-matplotlib-scalebar/files # py-matplotlib-scalebar/files/patch-setup.py # echo c - py-matplotlib-scalebar mkdir -p py-matplotlib-scalebar > /dev/null 2>&1 echo x - py-matplotlib-scalebar/Makefile sed 's/^X//' >py-matplotlib-scalebar/Makefile << '3a2b68366229c28c8205407bc5278879' X# Created by: Rainer Hurling X# $FreeBSD$ X XPORTNAME= matplotlib-scalebar XPORTVERSION= 0.6.1 XCATEGORIES= math python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= rhurlin@gwdg.de XCOMMENT= Artist for matplotlib to display a scale bar X XLICENSE= MIT X XBUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} X XUSES= python X XNO_ARCH= yes XUSE_PYTHON= autoplist distutils X X.include 3a2b68366229c28c8205407bc5278879 echo x - py-matplotlib-scalebar/distinfo sed 's/^X//' >py-matplotlib-scalebar/distinfo << '0f620577df64424c58163c3c4b7e6f35' XTIMESTAMP = 1572095638 XSHA256 (matplotlib-scalebar-0.6.1.tar.gz) = 85cec2bacf85aaf00a70cafa5786f7e66e7c0f6e9dc5c894fd6d1afaa7264ecd XSIZE (matplotlib-scalebar-0.6.1.tar.gz) = 31464 0f620577df64424c58163c3c4b7e6f35 echo x - py-matplotlib-scalebar/pkg-descr sed 's/^X//' >py-matplotlib-scalebar/pkg-descr << '845eb81d6b563d90820830efbf500c75' XProvides a new artist for matplotlib to display a scale bar, aka micron Xbar. It is particularly useful when displaying calibrated images plotted Xusing plt.imshow(...). X XWWW: https://pypi.org/project/matplotlib-scalebar/ 845eb81d6b563d90820830efbf500c75 echo c - py-matplotlib-scalebar/files mkdir -p py-matplotlib-scalebar/files > /dev/null 2>&1 echo x - py-matplotlib-scalebar/files/patch-setup.py sed 's/^X//' >py-matplotlib-scalebar/files/patch-setup.py << '3e11dec9b47f34174ec694b7cb1fa836' X--- setup.py.orig 2019-07-12 20:14:36 UTC X+++ setup.py X@@ -13,7 +13,7 @@ import versioneer X BASEDIR = os.path.abspath(os.path.dirname(__file__)) X X # Get the long description from the relevant file X-with open(os.path.join(BASEDIR, 'README.rst'), 'r') as f: X+with open(os.path.join(BASEDIR, 'README.rst'), 'r', encoding='utf-8') as f: X long_description = f.read() X X setup(name='matplotlib-scalebar', 3e11dec9b47f34174ec694b7cb1fa836 exit