aboutsummaryrefslogtreecommitdiff
path: root/devel/bpython
Commit message (Collapse)AuthorAgeFilesLines
* Set PKGNAMESUFFIX unconditionallySunpoet Po-Chuan Hsieh2017-12-121-1/+2
| | | | Notes: svn path=/head/; revision=456135
* Convert PYTHON_PKGNAMESUFFIX to USE_PYTHON=optsuffixSunpoet Po-Chuan Hsieh2017-12-031-2/+1
| | | | Notes: svn path=/head/; revision=455432
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 0.17Sunpoet Po-Chuan Hsieh2017-07-172-6/+5
| | | | | | | | | - Update MASTER_SITES Changes: https://github.com/bpython/bpython/releases Notes: svn path=/head/; revision=446088
* Update WWWSunpoet Po-Chuan Hsieh2017-01-151-1/+1
| | | | Notes: svn path=/head/; revision=431515
* - Add LICENSE_FILESunpoet Po-Chuan Hsieh2016-12-031-1/+3
| | | | | | | | - Allow concurrent installation (USE_PYTHON=concurrent) - Bump PORTREVISION for package change Notes: svn path=/head/; revision=427601
* - Update to 0.16Sunpoet Po-Chuan Hsieh2016-11-282-3/+4
| | | | | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Notes: svn path=/head/; revision=427335
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Update to 0.15Sunpoet Po-Chuan Hsieh2016-01-192-3/+3
| | | | | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Notes: svn path=/head/; revision=406639
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-061-4/+3
| | | | | | | - Convert to new option target helper Notes: svn path=/head/; revision=391446
* - Update to 0.14.2Sunpoet Po-Chuan Hsieh2015-05-302-4/+3
| | | | | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Notes: svn path=/head/; revision=387952
* - Fix RUN_DEPENDSSunpoet Po-Chuan Hsieh2015-03-121-1/+6
| | | | | | | | | - Bump PORTREVISION for dependency change Submitted by: Sean C. Farley <scf@freebsd.org> Notes: svn path=/head/; revision=381098
* - Update to 0.14.1Sunpoet Po-Chuan Hsieh2015-03-032-3/+3
| | | | | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Notes: svn path=/head/; revision=380361
* - Fix build whe NLS option is offSunpoet Po-Chuan Hsieh2015-02-221-0/+4
| | | | Notes: svn path=/head/; revision=379581
* - Update to 0.14Sunpoet Po-Chuan Hsieh2015-02-192-4/+4
| | | | | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Notes: svn path=/head/; revision=379369
* - Update to 0.13.2Sunpoet Po-Chuan Hsieh2015-01-202-3/+3
| | | | | | | Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG Notes: svn path=/head/; revision=377556
* Cleanup plistBaptiste Daroussin2014-10-271-4/+0
| | | | Notes: svn path=/head/; revision=371544
* - Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)Sunpoet Po-Chuan Hsieh2014-08-151-1/+1
| | | | | | | Notified by: koobs, wg Notes: svn path=/head/; revision=364929
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-3/+2
| | | | Notes: svn path=/head/; revision=364885
* - Use setup.py instead of PYSETUPSunpoet Po-Chuan Hsieh2014-07-271-1/+1
| | | | Notes: svn path=/head/; revision=363083
* - Update to 0.13.1Sunpoet Po-Chuan Hsieh2014-07-172-3/+3
| | | | | | | Changes: https://bitbucket.org/bobf/bpython/src/default/CHANGELOG Notes: svn path=/head/; revision=362145
* - Update to 0.13Sunpoet Po-Chuan Hsieh2014-05-152-4/+3
| | | | | | | Changes: https://bitbucket.org/bobf/bpython/src/default/CHANGELOG Notes: svn path=/head/; revision=354156
* - Use PYDISTUTILS_AUTOPLISTSunpoet Po-Chuan Hsieh2014-03-052-113/+3
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=347150
* - Support STAGEDIRSunpoet Po-Chuan Hsieh2014-02-162-17/+9
| | | | Notes: svn path=/head/; revision=344615
* - Convert to new options helperSunpoet Po-Chuan Hsieh2013-10-231-8/+4
| | | | Notes: svn path=/head/; revision=331397
* - DESKTOPDIR is in BSD.local.dist nowSunpoet Po-Chuan Hsieh2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331382
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with d) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331268
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Update to 0.12Sunpoet Po-Chuan Hsieh2013-09-075-34/+109
| | | | | | | | | | | | | | | | | | | - Add CHEESESHOP to MASTER_SITES - Add LICENSE - Remove leading indefinite article from COMMENT - Add options: EXAMPLES and NLS - Install .desktop to DESKTOPDIR - Fix USE_PYTHON - Use REINPLACE_CMD instead of patch file - Do not silence installation message - Cosmetic change - Take maintainership - Reformat pkg-descr Changes: http://docs.bpython-interpreter.org/changelog.html Notes: svn path=/head/; revision=326682
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325560
* - Reset yzlin's portsBryan Drewery2013-08-171-6/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=324852
* - Update to 0.11Sofian Brabez2012-08-174-22/+21
| | | | | | | | | PR: ports/167122 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com> Approved by: maintainer timeout (>14 days) Notes: svn path=/head/; revision=302671
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 0.9.7.1Yi-Jheng Lin2010-08-314-5/+15
| | | | Notes: svn path=/head/; revision=260259
* - Restrict Python version to 2.5+ to avoid syntax error with Python 2.4Greg Larkin2010-08-181-1/+1
| | | | | | | | | PR: ports/149275 Submitted by: glarkin Approved by: yzlin (maintainer; timeout - 2 weeks) Notes: svn path=/head/; revision=259507
* Add bpython-0.9.6.2, bpython is a fancy interface to the PythonYi-Jheng Lin2010-03-095-0/+115
interpreter for Unix-like operating systems. Approved by: lwhsu/rafan (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=250768