Date: Sun, 2 Aug 2009 13:29:59 GMT From: Simon de Vlieger <simon@ikanobori.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137351: New port: devel/py-bpython A fancy curses interface to the Python interpreter Message-ID: <200908021329.n72DTxW6023444@www.freebsd.org> Resent-Message-ID: <200908021340.n72De6NT019812@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137351 >Category: ports >Synopsis: New port: devel/py-bpython A fancy curses interface to the Python interpreter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 02 13:40:06 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Simon de Vlieger >Release: 7.1 >Organization: >Environment: >Description: I created a port for bpython (http://bpython-interpreter.org) The only warning portlint gives me is the lack of additional master sites. >How-To-Repeat: >Fix: Patch attached with submission follows: # 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-bpython/ # py-bpython/pkg-descr # py-bpython/Makefile # py-bpython/pkg-plist # py-bpython/distinfo # echo c - py-bpython/ mkdir -p py-bpython/ > /dev/null 2>&1 echo x - py-bpython/pkg-descr sed 's/^X//' >py-bpython/pkg-descr << 'b403c7121e8bc5142b96a03a9b78aea2' Xbpython is a fancy interface to the Python interprter for UNIX-like operating Xsystems. It is released under the MIT License and has the following features: X X- In-line syntax highlighting. X- Readline-like autocomplete with suggestions displayed as you type. X- Expected parameter list for any Python function. X- "Rewind" function to pop the last line of code from memory and re-evaluate. X- Send the code you've entered off to a pastebin. X- Save the code you've entered to a file. X- Auto-indentation. X XWWW: http://bpython-interpreter.org/ b403c7121e8bc5142b96a03a9b78aea2 echo x - py-bpython/Makefile sed 's/^X//' >py-bpython/Makefile << 'a4d52d6c87fd035c06c35ea8ad4099b1' X# New ports collection makefile for: py-bpython X# Date created: 2 August 2009 X# Whom: Simon de Vlieger (ikanobori) X# X# $FreeBSD$ X# X XPORTNAME= bpython XPORTVERSION= 0.9.4 XCATEGORIES= devel python XMASTER_SITES= http://bpython-interpreter.org/releases/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= simon@ikanobori.jp XCOMMENT= A fancy curses interface to the Python interpreter X XUSE_PYTHON= yes XUSE_PYDISTUTILS=easy_install XPYDISTUTILS_PKGNAME= bpython X X.include <bsd.port.mk> a4d52d6c87fd035c06c35ea8ad4099b1 echo x - py-bpython/pkg-plist sed 's/^X//' >py-bpython/pkg-plist << '1f047e63ee75e278df989e5f920ffc30' Xbin/bpython X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% 1f047e63ee75e278df989e5f920ffc30 echo x - py-bpython/distinfo sed 's/^X//' >py-bpython/distinfo << 'd19550cb92272563a9818b37eef461e2' XMD5 (bpython-0.9.4.tar.gz) = 68750ec12ed22c9a5f91b34c10785fd1 XSHA256 (bpython-0.9.4.tar.gz) = 8e2e1f692c2f97a25e01e2eb8b390575e2a6c4775334b7c3c9fa3513b1a3275c XSIZE (bpython-0.9.4.tar.gz) = 35948 d19550cb92272563a9818b37eef461e2 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908021329.n72DTxW6023444>