Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.16 22 Oct 2024 21:58:34 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.6.16
Changes: https://github.com/urwid/urwid/releases
https://urwid.org/changelog.html |
2.6.15 07 Jul 2024 17:22:03 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.6.15
Changes: https://github.com/urwid/urwid/releases
https://urwid.org/changelog.html |
2.6.14 18 Jun 2024 04:04:04 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.6.14
Changes: https://github.com/urwid/urwid/releases
https://urwid.org/changelog.html |
2.6.12 19 May 2024 17:18:23 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.6.12
Changes: https://github.com/urwid/urwid/releases
https://urwid.org/changelog.html |
2.6.10 13 Apr 2024 09:31:48 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.6.10
- Add NO_ARCH
Changes: https://github.com/urwid/urwid/releases
https://urwid.org/changelog.html |
2.2.3 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
2.2.3 01 Nov 2023 02:09:02 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.2.3
Changes: https://github.com/urwid/urwid/releases |
2.2.2 30 Sep 2023 00:46:30 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.2.2
Changes: https://github.com/urwid/urwid/releases |
2.2.1 29 Sep 2023 16:15:01 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Update to 2.2.1
- Update WWW
- Convert to USE_PYTHON=pep517
Changes: https://github.com/urwid/urwid/releases |
2.1.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
2.1.2 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.1.2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
2.1.2 21 Jun 2022 16:36:31 |
Po-Chuan Hsieh (sunpoet) |
devel/py-urwid: Convert to USE_PYTHON=unittest |
2.1.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.1.2 24 Dec 2020 13:46:02 |
kai |
Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python) |
2.1.2 01 Oct 2020 08:06:06 |
sunpoet |
Update to 2.1.2
Changes: http://urwid.org/changelog.html |
2.1.1 19 Aug 2020 16:26:09 |
sunpoet |
Cosmetic change |
2.1.1 17 Aug 2020 13:30:15 |
0mp |
Update to 2.1.1
Changelog: http://urwid.org/changelog.html |
2.1.0 07 Dec 2019 11:45:36 |
lwhsu |
- Update to 2.1.0 |
2.0.1 22 Jan 2018 15:47:08 |
sunpoet |
Update to 2.0.1
Changes: http://urwid.org/changelog.html |
2.0.0 18 Jan 2018 14:43:09 |
sunpoet |
Update to 2.0.0
Changes: http://urwid.org/changelog.html |
1.3.1_1 30 Nov 2017 15:50:34 |
mat |
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 ) |
1.3.1_1 30 May 2017 01:48:40 |
sunpoet |
Add py3-urwid 1.3.1
PR: 219612
Submitted by: Rudolf Siegel <rs.os@t-online.de> |
1.3.1_1 28 May 2017 23:16:36 |
sunpoet |
Allow concurrent installation (USE_PYTHON=concurrent)
- Remove EXAMPLESDIR
- Use do-test:
- Bump PORTREVISION for package change |
1.3.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.3.1 09 Dec 2015 14:27:52 |
sunpoet |
- Update to 1.3.1
- Add LICENSE_FILE
- Sort USE_PYTHON
- Strip shared library
- Convert to new options target helper
Changes: http://urwid.org/changelog.html |
1.2.1 17 Aug 2015 14:20:41 |
mat |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
1.2.1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.2.1 04 Jul 2014 02:49:18 |
sunpoet |
- Update to 1.2.1
- Update MASTER_SITES
- Update USE_PYTHON
- Remove unnecessary post-patch:
- Simplify Makefile
- Update WWW
Changes: http://urwid.org/changelog.html |
1.1.1 24 Jan 2014 19:16:13 |
mva |
- Enable stagedir support
- Convert to PYDISTUTILS_AUTOPLIST |
1.1.1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.1.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.1.1 02 Dec 2012 10:18:18 |
rm |
- update to 1.1.1
- add OPTIONSFILE to save OPTIONS properly
- fix source directory for installing EXAMPLES
- add regression-test target for unit tests
- trim Makefile header
- silence @cd calls
- whitespace alignment
- limit python version to 2.x, while here
PR: 173834
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Feature safe: yes |
1.0.2 18 Jul 2012 12:48:22 |
sunpoet |
- Update to 1.0.2
- Add LICENSE
- Convert to new options framework
Changes: http://excess.org/urwid/wiki/ChangeLog |
1.0.1 01 Dec 2011 09:37:13 |
sunpoet |
- Update to 1.0.1
Changes: http://excess.org/urwid/wiki/ChangeLog
Feature safe: yes |
1.0.0 27 Sep 2011 01:35:29 |
clsung |
- Update to 1.0.0 |
0.9.9.2 29 Jul 2011 12:25:00 |
sunpoet |
- Update to 0.9.9.2
Changes: http://excess.org/urwid/wiki/ChangeLog |
0.9.9.1 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.9.9.1 30 Jan 2010 14:03:43 |
lwhsu |
- Update to 0.9.9.1
PR: ports/142905 (based on)
Submitted by: wen |
0.9.8.4 20 Mar 2009 07:42:17 |
lwhsu |
- Update to 0.9.8.4
PR: ports/132720
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> |
0.9.8.3 19 Jul 2008 22:58:56 |
miwi |
- Update to 0.9.8.3 |
0.9.8.2 15 Jun 2008 08:53:13 |
lwhsu |
- Update to 0.9.8.2 |
0.9.8.1 29 Sep 2007 12:55:26 |
miwi |
- Switch to default python version.
Submitted by: pointyhat via pav |
0.9.8.1 27 Sep 2007 21:14:44 |
miwi |
- Update to 0.9.8.1
PR: 116666
Submitted by: R.Mahmatkhanov <R.Mahmatkhanov@SKYLINK.ru> |
0.9.8 29 Mar 2007 06:58:50 |
perky |
- Update to 0.9.8 [1]
- release a maintainership
PR: 110854
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> |
0.9.7.2 05 Jan 2007 18:27:18 |
erwin |
Unbreak by upgrading to 0.9.7.2
PR: 107575
Submitted by: Dan Langille <dan@langille.org>
Approved by: maintainer timeout (marked BROKEN over 2 months ago) |
0.9.7.1 21 Oct 2006 03:11:07 |
kris |
BROKEN: Size mismatch
Approved by: portmgr (self) |
0.9.7.1 08 Oct 2006 15:06:42 |
perky |
Update to 0.9.7.1
PR: 103964
Submitted by: ijliao |
0.9.5 24 Jul 2006 10:06:24 |
perky |
Update to 0.9.5 |
0.9.4 08 May 2006 17:45:50 |
perky |
Update to 0.9.4 |
0.9.3 05 May 2006 03:51:18 |
kris |
BROKEN: Size mismatch |
0.9.3 22 Apr 2006 02:36:45 |
perky |
Update to 0.9.3 |
0.8.8 22 Jan 2006 08:30:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.8 10 Oct 2005 14:48:27 |
perky |
Update to 0.8.8 |
0.8.7 22 Apr 2005 23:18:54 |
perky |
Update to 0.8.7 |
0.8.6 26 Jan 2005 09:44:27 |
perky |
Update to 0.8.6 |
0.8.5 19 Dec 2004 17:30:00 |
perky |
Update to 0.8.5 |
0.8.4 07 Dec 2004 14:15:15 |
perky |
Add port for py-urwid 0.8.4,
a curses-based user interface library for python. |