non port: devel/bpython/Makefile |
SVNWeb
|
Number of commits found: 54 |
Fri, 30 Jun 2023
|
[ 07:01 Po-Chuan Hsieh (sunpoet) ] f9b57b0
devel/bpython: Remove outdated PYTHON_REL check after lang/python37 removal
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 5 Feb 2023
|
[ 15:47 Po-Chuan Hsieh (sunpoet) ] e93a2e9
devel/bpython: Update to 0.24
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/main/CHANGELOG.rst
|
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 31 Aug 2022
|
[ 18:49 Po-Chuan Hsieh (sunpoet) ] b391164
devel/bpython: Update to 0.23
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/main/CHANGELOG.rst
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 11 Jan 2022
|
[ 18:43 Po-Chuan Hsieh (sunpoet) ] a70e74e
devel/bpython: Update USES=python
devel/py-cwcwidth requires Python 3.7+
|
Sun, 21 Nov 2021
|
[ 18:19 Po-Chuan Hsieh (sunpoet) ] 9edebb7
devel/bpython: Update to 0.22.1
- Add EXAMPLES option
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/main/CHANGELOG.rst
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 30 Jan 2021
|
[ 12:18 sunpoet ]
Update to 0.21
- Remove EXAMPLES option temporarily: upstream forgot to pack themes [1] after
moving them to a subdirectory [2]
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
Reference: https://github.com/bpython/bpython/commit/5c45d9463f5fe49f9acb837a5ff304fac0952463
[1]
https://github.com/bpython/bpython/commit/165f3cc4d8413e396a11d33df226cd63e12a3746
[2]
|
Tue, 26 Jan 2021
|
[ 17:21 sunpoet ]
Remove PY_PYGMENTS
|
Thu, 14 Jan 2021
|
[ 14:34 dbaio ] (Only the first 10 of 85 ports in this commit are shown above. )
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Sun, 15 Nov 2020
|
[ 17:58 sunpoet ]
Update to 0.20.1
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Thu, 15 Oct 2020
|
[ 20:07 sunpoet ]
Update to 0.20
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Mon, 21 Sep 2020
|
[ 12:12 antoine ] (Only the first 10 of 20 ports in this commit are shown above. )
Use the PY_PYGMENTS variable
With hat: portmgr
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Fri, 1 May 2020
|
[ 05:00 sunpoet ]
Update to 0.19
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Wed, 10 Apr 2019
|
[ 06:18 antoine ] (Only the first 10 of 399 ports in this commit are shown above. )
Bump a few PORTREVISIONs after r498529
With hat: portmgr
|
Sun, 7 Apr 2019
|
[ 20:05 sunpoet ]
Update to 0.18
- Add DESKTOP and MANPAGES options
- Convert to options target helper
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
Tue, 13 Feb 2018
|
[ 17:02 sunpoet ]
Update to 0.17.1
Changes: https://github.com/bpython/bpython/releases
https://github.com/bpython/bpython/blob/master/CHANGELOG
https://github.com/bpython/bpython/commits/master
|
Tue, 12 Dec 2017
|
[ 13:33 sunpoet ]
Set PKGNAMESUFFIX unconditionally
|
Sun, 3 Dec 2017
|
[ 20:34 sunpoet ]
Convert PYTHON_PKGNAMESUFFIX to USE_PYTHON=optsuffix
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above )
|
Mon, 17 Jul 2017
|
[ 18:41 sunpoet ]
Update to 0.17
- Update MASTER_SITES
Changes: https://github.com/bpython/bpython/releases
|
Sat, 3 Dec 2016
|
[ 08:31 sunpoet ]
- Add LICENSE_FILE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
|
Mon, 28 Nov 2016
|
[ 18:17 sunpoet ]
- Update to 0.16
Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 19 Jan 2016
|
[ 08:35 sunpoet ]
- Update to 0.15
Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Mon, 6 Jul 2015
|
[ 17:46 sunpoet ]
- Add NO_ARCH
- Convert to new option target helper
|
Sat, 30 May 2015
|
[ 13:12 sunpoet ]
- Update to 0.14.2
Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Thu, 12 Mar 2015
|
[ 14:59 sunpoet ]
- Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
Submitted by: Sean C. Farley <scf@freebsd.org>
|
Tue, 3 Mar 2015
|
[ 13:30 sunpoet ]
- Update to 0.14.1
Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Sun, 22 Feb 2015
|
[ 06:17 sunpoet ]
- Fix build whe NLS option is off
|
Thu, 19 Feb 2015
|
[ 19:45 sunpoet ]
- Update to 0.14
Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Tue, 20 Jan 2015
|
[ 23:12 sunpoet ]
- Update to 0.13.2
Changes: https://github.com/bpython/bpython/blob/master/CHANGELOG
|
Fri, 15 Aug 2014
|
[ 03:43 sunpoet ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert PYTHON_FEATURES to USE_PYTHON (which was landed several hours ago)
Notified by: koobs, wg
|
[ 03:00 sunpoet ]
- Use USES=python
|
Sun, 27 Jul 2014
|
[ 16:29 sunpoet ]
- Use setup.py instead of PYSETUP
|
Thu, 17 Jul 2014
|
[ 15:01 sunpoet ]
- Update to 0.13.1
Changes: https://bitbucket.org/bobf/bpython/src/default/CHANGELOG
|
Thu, 15 May 2014
|
[ 17:34 sunpoet ]
- Update to 0.13
Changes: https://bitbucket.org/bobf/bpython/src/default/CHANGELOG
|
Wed, 5 Mar 2014
|
[ 21:57 sunpoet ]
- Use PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION for package change
|
Sun, 16 Feb 2014
|
[ 17:22 sunpoet ]
- Support STAGEDIR
|
Wed, 23 Oct 2013
|
[ 17:22 sunpoet ]
- Convert to new options helper
|
[ 12:48 sunpoet ]
- DESKTOPDIR is in BSD.local.dist now
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Sat, 7 Sep 2013
|
[ 19:16 sunpoet ]
- Update to 0.12
- 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
|
Sat, 17 Aug 2013
|
[ 16:32 bdrewery ] (Only the first 10 of 28 ports in this commit are shown above. )
- Reset yzlin's ports
With hat: portmgr
|
Fri, 17 Aug 2012
|
[ 09:12 sbz ]
- Update to 0.11
PR: ports/167122
Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail.com>
Approved by: maintainer timeout (>14 days)
|
Tue, 31 Aug 2010
|
[ 07:50 yzlin ]
- Update to 0.9.7.1
|
Wed, 18 Aug 2010
|
[ 14:13 glarkin ]
- Restrict Python version to 2.5+ to avoid syntax error with Python 2.4
PR: ports/149275
Submitted by: glarkin
Approved by: yzlin (maintainer; timeout - 2 weeks)
|
Tue, 9 Mar 2010
|
[ 13:40 yzlin ]
Add bpython-0.9.6.2, bpython is a fancy interface to the Python
interpreter for Unix-like operating systems.
Approved by: lwhsu/rafan (mentors, implicit)
Feature safe: yes
|
Number of commits found: 54 |