Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.8.0 02 Jan 2025 02:44:31
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.8.0
Changes: https://github.com/jaraco/tempora/blob/main/NEWS.rst |
5.7.0 29 Jul 2024 12:39:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.7.0
Changes: https://github.com/jaraco/tempora/blob/main/NEWS.rst |
5.6.0 03 Jul 2024 04:36:41
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.6.0
Changes: https://github.com/jaraco/tempora/blob/main/NEWS.rst |
5.5.1 09 Mar 2024 14:06:07
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.5.1
- Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS
Changes: https://github.com/jaraco/tempora/blob/main/NEWS.rst |
5.5.0 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 |
5.5.0 18 Jul 2023 00:53:09
    |
Charlie Li (vishwin)  |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
5.5.0 09 Jul 2023 10:19:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.5.0
Changes: https://github.com/jaraco/tempora/blob/main/NEWS.rst |
5.2.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> |
5.2.2 18 Apr 2023 18:00:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.2.2
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
5.2.1_2 04 Apr 2023 18:29:11
    |
Antoine Brodin (antoine)  |
USE_PYTHON=pep517: bump PORTREVISION |
5.2.1_1 21 Mar 2023 19:21:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for dependency and package change |
5.2.1 05 Feb 2023 15:48:01
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.2.1
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
5.2.0 30 Jan 2023 13:00:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.2.0
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
5.1.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
5.1.0 30 Dec 2022 09:04:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.1.0
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.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) |
5.0.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 ) |
5.0.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 ) |
5.0.2 18 Jul 2022 12:39:56
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.0.2
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
5.0.1 07 Mar 2022 18:11:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.0.1
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
5.0.0 23 Jan 2022 18:47:23
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 5.0.0
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
4.1.2 11 Jan 2022 18:44:34
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update USES=python
devel/py-jaraco.functools requires Python 3.7+ |
4.1.2 13 Oct 2021 19:13:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 4.1.2
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
4.1.1_1 25 Jul 2021 16:50:09
    |
Jan Beich (jbeich)  |
devel/py-tempora: unbreak egg version after 9e4e943b2655
$ flexget execute
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
568, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
886, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line
777, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (tempora 0.0.0
(/usr/local/lib/python3.8/site-packages), Requirement.parse('tempora>=1.8'),
{'portend'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last): (Only the first 15 lines of the commit message are shown above ) |
4.1.1 25 Jun 2021 13:39:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 4.1.1
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
4.0.2 25 Apr 2021 20:35:29
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-tempora: Update to 4.0.2
Changes: https://github.com/jaraco/tempora/blob/main/CHANGES.rst |
4.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.1 10 Jan 2021 23:13:32
  |
sunpoet  |
Update version requirement of RUN_DEPENDS |
4.0.1 08 Nov 2020 17:20:05
  |
sunpoet  |
Update to 4.0.1
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
4.0.0 24 Jul 2020 07:12:48
  |
sunpoet  |
Update to 4.0.0
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
3.0.0 08 Apr 2020 02:21:51
  |
sunpoet  |
Update to 3.0.0
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.14.1_1 14 Feb 2020 19:49:17
  |
sunpoet  |
Update RUN_DEPENDS for py-jaraco.functools 3.0.0 update
- Bump PORTREVISION for dependency change |
1.14.1 19 Apr 2019 23:26:41
  |
sunpoet  |
Update to 1.14.1
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.14_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.14 03 Nov 2018 22:16:58
  |
sunpoet  |
Update to 1.14
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.13 06 Oct 2018 09:34:58
  |
sunpoet  |
Update to 1.13
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.12 29 Jul 2018 19:17:13
  |
sunpoet  |
Update to 1.12
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.11 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 |
1.11 25 Apr 2018 16:42:38
  |
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
1.11 14 Mar 2018 18:11:44
  |
sunpoet  |
Update to 1.11
- Add LICENSE_FILE
- Add TEST_DEPENDS
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.10 14 Dec 2017 20:43:13
  |
sunpoet  |
Update to 1.10
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.9 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.9 19 Aug 2017 16:04:59
  |
sunpoet  |
Update to 1.9
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.8 26 Jun 2017 19:35:43
  |
sunpoet  |
Update to 1.8
Changes: https://github.com/jaraco/tempora/blob/master/CHANGES.rst |
1.7 30 May 2017 15:21:30
  |
sunpoet  |
Update to 1.7
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
- Add PyPI as primary WWW
- Take maintainership
Changes: https://github.com/jaraco/tempora/commits/master |
1.6.1 27 Sep 2016 02:48:31
  |
vanilla  |
Update to 1.6.1. |
1.4 25 Jul 2016 20:01:03
  |
rene  |
Reset miwi@'s ports, he stepped down from the Ports Team.
With hat: portmgr-secretary |
1.4 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4 04 Jan 2016 11:23:25
  |
miwi  |
Tempora is a objects and routines pertaining to date and time.
WWW: https://github.com/jaraco/tempora |