non port: devel/py-apscheduler/Makefile |
SVNWeb
|
Number of commits found: 37 |
Wed, 1 Feb 2023
|
[ 18:25 Jan Beich (jbeich) ] 888ec7f
devel/py-apscheduler: update to 3.10.0
Changes: https://github.com/agronholm/apscheduler/compare/3.9.1...3.10.0
Reported by: portscout
|
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 )
|
Sat, 3 Sep 2022
|
[ 14:53 Jan Beich (jbeich) Author: Andrej Ebert ] ede29bb
devel/py-apscheduler: unbreak after 1d648e548584
===> py39-apscheduler-3.9.1 depends on package: py39-tzlocal>=1.2<3 - not
found
===> Installing existing package /packages/All/py39-tzlocal-4.2.pkg
Installing py39-tzlocal-4.2...
Extracting py39-tzlocal-4.2: .......... done
===> py39-apscheduler-3.9.1 depends on package: py39-tzlocal>=1.2<3 - not
found
*** Error code 1
PR: 266102
|
Sat, 4 Jun 2022
|
[ 00:34 Jan Beich (jbeich) ] 65de78b
devel/py-apscheduler: convert to USE_PYTHON=pytest
|
[ 00:34 Jan Beich (jbeich) ] 74ca63e
devel/py-apscheduler: drop all pytest workarounds after 2ada39de05b1
______________________________________________
TestProcessJobs.test_nonexistent_executor
_______________________________________________
self = <tests.test_schedulers.TestProcessJobs object at 0x878ac2880>
scheduler = <tests.test_schedulers.DummyScheduler object at 0x895538460>,
jobstore = <MagicMock spec='BaseJobStore' id='36865062272'>
caplog = <_pytest.logging.LogCaptureFixture object at 0x89480f130>
def test_nonexistent_executor(self, scheduler, jobstore, caplog):
"""
Test that an error is logged and the job is removed from its job store
if its executor is
not found.
"""
> caplog.setLevel(logging.ERROR) (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Mar 2022
|
[ 13:43 Jan Beich (jbeich) ] fbfd69e
devel/py-apscheduler: unbreak with pytest >= 6 after f1d506505d6c
$ make test
[...]
===> py38-apscheduler-3.9.1 depends on package: py38-pytest>=3.3<6 - not found
*** Error code 1
https://github.com/agronholm/apscheduler/commit/4ded0dceb05a
|
Mon, 7 Mar 2022
|
[ 13:46 Jan Beich (jbeich) ] 055e43c
devel/py-apscheduler: update to 3.9.1
Changes: https://github.com/agronholm/apscheduler/compare/3.9.0...3.9.1
Reported by: portscout
|
Thu, 24 Feb 2022
|
[ 19:43 Jan Beich (jbeich) ] f1d5065
devel/py-apscheduler: update to 3.9.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.8.1...v3.9.0
Reported by: Repology, portscout
|
Sun, 24 Oct 2021
|
[ 23:15 Jan Beich (jbeich) ] b540902
devel/py-apscheduler: update to 3.8.1
Changes: https://github.com/agronholm/apscheduler/compare/3.8.0...v3.8.1
Reported by: Repology
|
Fri, 24 Sep 2021
|
[ 17:22 Jan Beich (jbeich) ] 477f33a
devel/py-apscheduler: update to 3.8.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.7.0...3.8.0
Reported by: Repology
|
Wed, 7 Apr 2021
|
[ 15:54 Jan Beich (jbeich) ] 8b6e5b6
devel/py-apscheduler: update to 3.7.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.6.3...v3.7.0
Reported by: portscout, Repology
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
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.
|
Mon, 11 Jan 2021
|
[ 19:36 rene ] (Only the first 10 of 95 ports in this commit are shown above. )
Remove logic for Python < 3.6 for ports using Python 3.6+
|
Tue, 5 Jan 2021
|
[ 22:08 rene ] (Only the first 10 of 40 ports in this commit are shown above. )
Follow up on devel/py-futures port removal in r559976
The devel/py-futures port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_FUTURES,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk and from affected ports, as
it was already an empty definition for Python 3.6+
Bump minimal Python version of security/theonionbox to 3.6+
|
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
|
Wed, 6 Nov 2019
|
[ 16:42 jbeich ]
devel/py-apscheduler: update to 3.6.3
Changes: https://github.com/agronholm/apscheduler/compare/v3.6.1...v3.6.3
Reported by: Repology
|
Sat, 20 Jul 2019
|
[ 11:15 jbeich ]
devel/py-apscheduler: update to 3.6.1
Changes: https://github.com/agronholm/apscheduler/compare/v3.6.0...v3.6.1
Reported by: portscout
|
Thu, 21 Mar 2019
|
[ 00:46 jbeich ]
devel/py-apscheduler: update to 3.6.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.5.3...v3.6.0
|
Wed, 15 Aug 2018
|
[ 19:29 jbeich ]
devel/py-apscheduler: bump pytest version requirment
$ make test
[...]
=============================== warnings summary ===============================
<undetermined location>
pytest-capturelog plugin has been merged into the core, please remove it from
your requirements.
|
[ 19:29 jbeich ]
devel/py-apscheduler: update to 3.5.3
Changes: https://github.com/agronholm/apscheduler/compare/v3.5.1...v3.5.3
|
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
|
Mon, 26 Feb 2018
|
[ 22:32 sunpoet ]
Simplify Makefile: use PY_FUTURES
With hat: python
|
Thu, 18 Jan 2018
|
[ 00:58 jbeich ]
devel/py-apscheduler: update to 3.5.1
Changes: https://github.com/agronholm/apscheduler/compare/v3.5.0...v3.5.1
|
Fri, 29 Dec 2017
|
[ 09:01 antoine ] (Only the first 10 of 50 ports in this commit are shown above. )
Simplify some USES=python
With hat: portmgr
|
Sun, 24 Dec 2017
|
[ 13:18 jbeich ]
devel/py-apscheduler: update to 3.5.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.4.0...v3.5.0
|
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 )
|
Wed, 25 Oct 2017
|
[ 13:51 jbeich ]
devel/py-apscheduler: update to 3.4.0
Changes: https://github.com/agronholm/apscheduler/compare/v3.3.1...v3.4.0
|
Wed, 28 Dec 2016
|
[ 07:51 jbeich ]
devel/py-apscheduler: update to 3.3.1
Changes: https://github.com/agronholm/apscheduler/compare/v3.3.0...3.3.1
|
Mon, 12 Dec 2016
|
[ 14:54 jbeich ]
devel/py-apscheduler: update to 3.3.0
- Assume maintainership
Changes: https://github.com/agronholm/apscheduler/compare/v3.2.0...v3.3.0
PR: 215187
Approved by: wg (previous maintainer)
|
Mon, 18 Jul 2016
|
[ 16:15 jbeich ]
Invoke pytest from within desired python version
When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,
$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in
_importconftest
mod = conftestpath.pyimport()
File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in
pyimport
__import__(modname)
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line
8, in <module>
from apscheduler.job import Job
File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py",
line 4, in <module>
import six
ImportError: No module named 'six'
ERROR: could not load
/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py
Approved by: portmgr blanket
|
[ 16:14 jbeich ]
devel/py-apscheduler: fix python package version after r418353
>>> import apscheduler
>>> apscheduler.__version__
'0.0.0'
PR: 210980
Submitted by: Andrej Ebert <andrej@ebert.su>
|
Mon, 11 Jul 2016
|
[ 04:29 jbeich ]
devel/py-apscheduler: update to 3.2.0
- Convert to the testing framework
Changes: https://github.com/agronholm/apscheduler/compare/v3.0.4...v3.2.0
PR: 210980
Submitted by: Andrej Ebert <andrej@ebert.su> (based on)
|
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, 10 Nov 2015
|
[ 15:54 wg ]
devel/py-apscheduler: update to 3.0.4
|
Fri, 4 Sep 2015
|
[ 17:13 jbeich ]
devel/py-apscheduler: add new port
Advanced Python Scheduler (APScheduler) is a Python library that lets
you schedule your Python code to be executed later, either just once
or periodically. You can add new jobs or remove old ones on the fly as
you please. If you store your jobs in a database, they will also
survive scheduler restarts and maintain their state. When the
scheduler is restarted, it will then run all the jobs it should have
run while it was offline.
https://pypi.python.org/pypi/APScheduler
Approved by: wg (maintainer)
Differential Revision: https://reviews.freebsd.org/D3566
|
Number of commits found: 37 |