Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.0 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 |
2.9.0 09 Mar 2024 14:05:46 |
Po-Chuan Hsieh (sunpoet) |
devel/py-dateutil: Update to 2.9.0
Changes: https://github.com/dateutil/dateutil/releases
https://dateutil.readthedocs.io/en/stable/changelog.html |
2.8.2 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.8.2 21 Feb 2024 15:07:44 |
Po-Chuan Hsieh (sunpoet) |
devel/py-dateutil: Update WWW |
2.8.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.8.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.8.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.8.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.8.2 03 Jun 2022 16:57:18 |
Po-Chuan Hsieh (sunpoet) |
devel/py-dateutil: Convert to USE_PYTHON=pytest |
2.8.2 16 Apr 2022 04:19:19 |
Po-Chuan Hsieh (sunpoet) |
devel/py-dateutil: Update to 2.8.2
- Remove USE_LOCALE which is needed by Python 3.6
- Update do-test:
Changes: https://github.com/dateutil/dateutil/releases |
2.8.1 07 Mar 2022 19:24:01 |
Po-Chuan Hsieh (sunpoet) |
*/py-*: Take maintainership |
2.8.1 07 Mar 2022 19:07:39 |
Rene Ladan (rene) |
all: return koobs' ports to the pool after safekeeping his commit bit. |
2.8.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.1 03 Jan 2021 09:11:52 |
antoine |
Remove python 2.7 support from a few ports |
2.8.1 18 May 2020 03:03:57 |
koobs |
devel/py-dateutil: Update to 2.8.1 [1]
- Remove dateutil_test_test__tz patch, upstreamed [1]
- Remove unecessary pytest-cov dependency
- Add pytest -W exclusion preventing PytestUnknownMarkWarning: Unknown
pytest.mark.no_cover error on test invocation.
Changelog:
https://dateutil.readthedocs.io/en/stable/changelog.html#version-2-8-1-2019-11-03
PR: 246104
Submitted by: dvl [1]
MFH: 2020Q2 (blanket: bugfix release) |
2.8.0 31 May 2019 12:39:12 |
koobs |
devel/py-dateutil: Update to 2.8.0
Changelog:
https://github.com/dateutil/dateutil/blob/2.8.0/NEWS
PR: 238161
Differential Revision: D20421 |
2.7.3 30 Jul 2018 23:30:30 |
koobs |
devel/py-dateutil: Update to 2.7.3
- dateutil now uses setuptools_scm to derive its version which requires
a PyPI sdist or git checkout. USE_GITHUB uses tarballs, so switch to
CHEESEHOP accordingly.
Changelog:
https://github.com/dateutil/dateutil/blob/2.7.3/NEWS
PR: 230062
Submitted by: Radim Kolar <hsn sendmail cz> |
2.6.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 |
2.6.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 ) |
2.6.1 11 Jul 2017 11:06:02 |
koobs |
devel/py-dateutil: Update to 2.6.1
Changelog:
https://github.com/dateutil/dateutil/blob/2.6.1/NEWS |
2.6.0_1 08 Jun 2017 14:28:21 |
woodsb02 |
[NEW] devel/py3-dateutil: Add Python 3.x version of this port
PR: 219541
PR: 219833
Submitted by: rs.os <rs.os@t-online.de> |
2.6.0_1 30 Apr 2017 04:52:00 |
koobs |
devel/py-dateutil: Remove use of dos2unix
The file installed as dateutil-zoneinfo.tar.gz is corrupted by the dos2unix
run on all of the files in the distribution. There is no need to run dos2unix
as the only files with CRLF is the NEWS file, a README and a Windows BAT file
(which makes sense to use CRLF).
Accordingly:
- Remove use of USES=dos2unix
- Bump PORTREVISION to rebuild package (containing corrupted TZ data file)
PR: 217264
Submitted by: gordon
MFH: 2017Q2 |
2.6.0 25 Feb 2017 21:58:24 |
rene |
devel/py-dateutil: update to 2.6.0
This version adds support for timezone 2016i and contains numerous
bug fixes.
PR: 215660
Submitted by: rene
Approved by: maintainer timeout (koobs, 2 months) |
2.5.3 26 Nov 2016 10:09:54 |
mat |
Fixup USE_GITHUB usage.
It already sets DISTNAME to a very nice unique name, do not set it
yourself.
Sponsored by: Absolight |
2.5.3 30 Sep 2016 21:30:12 |
rene |
- update to 2.5.3
- Adjust WWW
PR: 212968
Submitted by: myself
Approved by: maintainer (koobs) |
2.5.0 19 May 2016 10:57:35 |
amdmi3 |
- Fix trailing whitespace in Makefiles
Approved by: portmgr blanket |
2.5.0 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.0 03 Mar 2016 07:57:38 |
koobs |
devel/py-dateutil: Update to 2.5.0
- Update PORTVERSION and distinfo checksum (2.5.0)
- Update RUN_DEPENDS
- Use dos2unix (o_O)
- Update pkg-descr WWW: URL
Changes:
https://github.com/dateutil/dateutil/blob/2.5.0/NEWS |
2.4.2 21 Feb 2016 14:24:08 |
koobs |
devel/py-dateutil: Update to 2.4.2
- Update PORTVERSION and distinfo checksum (2.4.2)
- six is only a RUN_DEPENDS, remove from BUILD_DEPENDS
- Enable NO_ARCH (architecture independence)
- Add test target |
2.3 03 Dec 2014 21:43:28 |
antoine |
Update to 2.3
Reviewed by: koobs (maintainer) |
2.2 28 Aug 2014 09:32:23 |
koobs |
devel/py-dateutil: Update to 2.2, Modernise
- Update to 2.2
- Add LICENSE_FILE
- Update COMMENT (Via setup.py)
- Fix RUN_DEPENDS assignment
- Modernise Python framework entries
- Canonicalise regression-test
- Patch setup.py to support `test` command
- Remove unecessary patch to dateutil/__init__.py (unicode -> plain)
Changes: 2.2
* Updated zoneinfo to 2013h
* fuzzy_with_tokens parse addon
* Bug with LANG=C fixed
QA: Ran 492 tests in 0.688s - OK (Python 2.7 / 3.4) |
2.1_3 11 Jul 2014 23:38:50 |
nivit |
- Pass the mantainership to koobs@ |
2.1_3 10 Feb 2014 19:04:09 |
antoine |
- Add LICENSE
- Switch from easy_install to install
- Allow packaging as a regular user
- Use PYDISTUTILS_AUTOPLIST
- Stage support
PR: ports/186088
PR: ports/186092
Submitted by: John Hein and Johannes Jost Meixner
Approved by: maintainer timout (2 weeks) |
2.1_2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.1_2 06 May 2013 16:57:14 |
antoine |
Install zoneinfo--latest.tar.gz with good permissions
Try to import the right module (_winreg not winreg) when using python2
PR: ports/178059
Approved by: maintainer timeout (2 weeks), eadler (mentor) |
2.1_1 11 Mar 2013 21:59:11 |
nivit |
- Fix incorrect permissions of egg-info files
- Bump PORTREVISION
PR: ports/176803
Submitted by: koobs |
2.1 24 Jan 2013 07:42:32 |
rm |
- update to 2.1
- trim Makefile header
- change MASTER_SITES to CHEESESHOP
- add license (BSD)
- add dependency on py-six (this port now works both with python2 and python3
from the same codebase via py-six)
- adjust possible python versions accordingly
- add tests
- clean-up pkg-descr
PR: 174672 (based on)
Submitted by: Alexey V. Degtyarev <alexey@renatasystems.org>
Approved by: nivit (maintainer, by mail) |
1.5 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.5 05 May 2010 18:52:51 |
nivit |
- Update to 1.5 |
1.4.1 16 Aug 2008 08:56:07 |
nivit |
- Update to 1.4.1
- Remove USE_BZIP2 |
1.4 10 Apr 2008 23:24:38 |
nivit |
- Replace hardcoded python egg name with %%PYEASYINSTALL_EGG%% in pkg-plist.
Reported by: pav |
1.4 09 Apr 2008 22:11:49 |
nivit |
- Update to 1.4
- Use PYDISTUTILS=easy_install |
1.3 21 Feb 2008 12:38:00 |
nivit |
- Fix build on pointyhat
Reported by: pointyhat via erwin, pav |
1.3 17 Feb 2008 10:19:48 |
nivit |
- Update to 1.3 |
1.2 08 Sep 2007 00:16:26 |
lwhsu |
- Update to 1.2
PR: ports/114116
Submitted by: lwhsu
Approved by: Maintainer timeout |
1.1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
1.1 05 Apr 2007 16:37:57 |
nivit |
- Update 1.1
- Remove files/patch-setup.py |
1.0_1 01 Apr 2007 07:33:25 |
lioux |
Give maintainership to Nicola Vitale <nivit@FreeBSD.org>. |
1.0_1 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0_1 20 Nov 2005 04:16:11 |
lioux |
Update both WWW tag and MASTER_SITES to new location |
1.0_1 11 Nov 2005 06:06:17 |
lioux |
Add SHA256 checksum |
1.0_1 17 Sep 2005 22:43:15 |
lioux |
Fix WWW tag
PR: 85891
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
1.0_1 30 Aug 2005 10:31:21 |
lioux |
o Fix PLIST
o Bump PORTREVISION
Submitted by: pointyhat (kris) |
1.0 28 Aug 2005 18:45:15 |
lioux |
Update to 1.0
PR: 83787
Submitted by: Marcus Grando <marcus@corp.grupos.com.br> |
0.9 20 Jul 2005 11:28:23 |
pav |
- Fix zoneinfo installation and unbreak
PR: ports/82062
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Approved by: maintainer timeout (40 days) |
0.9 21 May 2005 17:12:59 |
kris |
BROKEN: Incomplete pkg-plist |
0.9 08 May 2005 21:05:23 |
lioux |
Add python as secondary category: should have been more careful |
0.9 08 May 2005 07:17:40 |
lioux |
Fix PLIST typo |
0.9 08 May 2005 06:50:07 |
lioux |
New port py-dateutil version 0.9: Provides powerful extensions to the standard
datetime module |