Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0_1 13 Apr 2024 14:47:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
1.3.0 05 Oct 2023 02:00:16
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.3.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/arrow-py/arrow/releases |
1.2.3 30 Jun 2023 07:03:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Remove outdated PYTHON_REL check after lang/python37 removal |
1.2.3 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> |
1.2.3 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
1.2.3 10 Sep 2022 13:02:42
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.2.3
Changes: https://github.com/arrow-py/arrow/releases
https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst |
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) |
1.2.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 ) |
1.2.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 ) |
1.2.2 28 Jan 2022 23:26:43
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.2.2
Changes: https://github.com/arrow-py/arrow/releases |
1.2.1 01 Nov 2021 13:41:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.2.1
Changes: https://github.com/arrow-py/arrow/releases |
1.2.0 13 Oct 2021 19:13:28
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.2.0
Changes: https://github.com/arrow-py/arrow/releases
https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst |
1.1.1 30 Jun 2021 20:43:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.1.1
Changes: https://github.com/arrow-py/arrow/releases |
1.1.0 25 May 2021 13:55:43
    |
Dmitry Marakasov (amdmi3)  |
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013
Differential Revision: https://reviews.freebsd.org/D29418
Exp-run by: antoine
Approved by: wen@, no objection from python@ or portmgr@ |
1.1.0 11 May 2021 21:47:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-arrow: Update to 1.1.0
Changes: https://github.com/arrow-py/arrow/releases |
0.17.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.17.0 02 Jan 2021 22:45:43
  |
rene  |
Remove some more expired ports:
devel/py-backports.functools_lru_cache
devel/py-backports_abc
devel/py-futures
devel/py-singledispatch
devel/py-typing
graphics/py-pillow6
Adjust dependent ports.
Tested with 'make index' against r559975 |
0.17.0 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.17.0 10 Oct 2020 17:55:42
  |
sunpoet  |
Update to 0.17.0
Changes: https://github.com/arrow-py/arrow/releases |
0.16.0 25 Aug 2020 18:48:58
  |
sunpoet  |
Update to 0.16.0
Changes: https://github.com/arrow-py/arrow/releases |
0.15.8 24 Jul 2020 19:00:31
  |
sunpoet  |
Update to 0.15.8
- Update WWW
Changes: https://github.com/arrow-py/arrow/releases |
0.15.7 22 Jun 2020 19:35:31
  |
sunpoet  |
Update to 0.15.7
Changes: https://github.com/crsmithdev/arrow/releases |
0.15.6 04 May 2020 19:19:20
  |
sunpoet  |
Update to 0.15.6
Changes: https://github.com/crsmithdev/arrow/releases |
0.15.5 04 Jan 2020 09:02:33
  |
sunpoet  |
Update to 0.15.5
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.rst |
0.15.4 05 Nov 2019 16:50:52
  |
sunpoet  |
Update to 0.15.4
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.15.3 04 Nov 2019 16:00:18
  |
sunpoet  |
Update to 0.15.3
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.15.2 15 Sep 2019 15:13:49
  |
sunpoet  |
Update to 0.15.2
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.15.1 13 Sep 2019 11:49:47
  |
sunpoet  |
Update to 0.15.1
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.15.0 09 Sep 2019 19:32:39
  |
sunpoet  |
Update to 0.15.0
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.14.7 05 Sep 2019 17:07:27
  |
sunpoet  |
Update to 0.14.7
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.14.6 28 Aug 2019 23:52:09
  |
sunpoet  |
Update to 0.14.6
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md |
0.14.5 09 Aug 2019 20:01:00
  |
sunpoet  |
Update to 0.14.5
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/HISTORY.md |
0.14.4 01 Aug 2019 16:16:24
  |
sunpoet  |
Update to 0.14.4
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/HISTORY.md |
0.14.2 21 Jul 2019 20:47:40
  |
sunpoet  |
Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership |
0.14.2 18 Jul 2019 23:12:21
  |
gblach  |
Drop maintainership |
0.14.2 18 Jul 2019 22:27:40
  |
gblach  |
Update to 0.14.2 |
0.13.1 02 Mar 2019 00:52:15
  |
gblach  |
Update to 0.13.1 |
0.13.0 08 Jan 2019 18:39:46
  |
gblach  |
Update to 0.13.0 |
0.12.1 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.12.1 26 Jan 2018 17:39:43
  |
gblach  |
Update to 0.12.1 |
0.11.0_1 03 Dec 2017 12:48:30
  |
antoine  |
Fix runtime dependencies with python 2.7 |
0.11.0 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 ) |
0.11.0 25 Nov 2017 14:20:52
  |
gblach  |
Update to 0.11.0 |
0.10.0 18 Dec 2016 01:37:16
  |
gblach  |
Update to 0.10.0 |
0.8.0 17 Jun 2016 13:15:55
  |
gblach  |
Update to 0.8.0 |
0.7.0 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.7.0 22 Feb 2016 19:00:36
  |
gblach  |
New port: devel/py-arrow
Arrow is a Python library that offers a sensible, human-friendly approach
to creating, manipulating, formatting and converting dates, times,
and timestamps. It implements and updates the datetime type, plugging gaps
in functionality, and provides an intelligent module API that supports
many common creation scenarios. Simply put, it helps you work with dates
and times with fewer imports and a lot less code. |