Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.2 11 Aug 2024 08:28:34 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 4.0.2
- Mark a couple of tests as broken/ignored due to the following errors:
* test_eventlet_monkey_patching (ignored):
NotImplementedError: unsupported platform
site-packages/trio/_core/_run.py:2843: NotImplementedError
* test_observers_polling (broken):
FileNotFoundError: [Errno 2] No such file or directory: /tmp/tmp*
src/watchdog/utils/dirsnapshot.py:318: FileNotFoundError
Release changes: https://github.com/gorakhargosh/watchdog/releases/tag/v4.0.2
Reported by: Mickaël Schoentgen <notifications@github.com> |
4.0.1_1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
4.0.1 24 May 2024 16:44:01 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 4.0.1
Release changes: https://github.com/gorakhargosh/watchdog/releases/tag/v4.0.1
Reported by: Mickaël Schoentgen <notifications@github.com> |
4.0.0 09 Mar 2024 15:21:20 |
Po-Chuan Hsieh (sunpoet) |
devel/py-watchdog: Convert to USE_PYTHON=pytest
Approved by: portmgr (blanket)
With hat: python |
4.0.0 10 Feb 2024 09:58:05 |
Nicola Vitale (nivit) Author: Juraj Lutter |
devel/py-watchdog: Fix pkg name prefixes
Differential Revision: https://reviews.freebsd.org/D43790 |
4.0.0 09 Feb 2024 09:57:06 |
Nicola Vitale (nivit) |
devel/py-watchdog: Fix build
- Add missing build dependency: devel/py-setuptools
PR: 276913
Reported by: Marko Cupać <marko.cupac@mimar.rs> |
4.0.0 07 Feb 2024 13:29:11 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 4.0.0
- Replace distutils with pep517
Release changes: https://github.com/gorakhargosh/watchdog/releases/tag/v4.0.0
Reported by: Mickaël Schoentgen <notifications@github.com> |
3.0.0 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> |
3.0.0 20 Mar 2023 12:35:58 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 3.0.0
Changes:://github.com/gorakhargosh/watchdog/blob/master/changelog.rst#300 |
2.3.1 28 Feb 2023 09:07:26 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 2.3.1
- Add some test dependencies
Changes: https://github.com/gorakhargosh/watchdog/releases/tag/v2.3.1 |
2.3.0 28 Feb 2023 09:05:13 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 2.3.0
Changes: https://github.com/gorakhargosh/watchdog/releases/tag/v2.3.0 |
2.2.1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.2.1 01 Jan 2023 16:53:34 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 2.2.1
Changes log: https://github.com/gorakhargosh/watchdog/releases/tag/v2.2.1 |
2.2.0 05 Dec 2022 20:29:34 |
Nicola Vitale (nivit) |
devel/py-watchdog: Update to 2.2.0
- Add pytest to USES, and therefore remove to-test target
Changelog: https://github.com/gorakhargosh/watchdog/releases/tag/v2.2.0 |
2.1.9_1 20 Nov 2022 14:24:35 |
Nicola Vitale (nivit) Author: Robert Kruus |
devel/py-watchdog: add a patch to enable inotify
- The port does not currently work with the inotify observer
as the inotify functions are no longer in the base system/libc.
The patch adds a lib_depend on devel/libinotify and patches
the appropriate file in the port.
- Bump PORTREVISION
PR: 260939
Reported by: Robert Kruss <rob.kruus@gmail.com> |
2.1.9 09 Nov 2022 10:05:04 |
Yuri Victorovich (yuri) Author: Andrej Ebert |
devel/py-watchdog: Update 2.1.6 -> 2.1.9
PR: 266096
Approved by: nivit@ (maintainer's timeout; 70 days) |
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.6 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.6 13 Oct 2021 05:40:34 |
Po-Chuan Hsieh (sunpoet) |
devel/py-watchdog: Update WWW
Approved by: portmgr (blanket) |
2.1.6 03 Oct 2021 12:57:48 |
Kai Knoblich (kai) |
devel/py-watchdog: Update to 2.1.6
* Improve "do-test" target while I'm here.
Changelog since 0.10.6:
https://github.com/gorakhargosh/watchdog/blob/v2.1.6/changelog.rst
PR: 258595
Approved by: maintainer timeout (14 days)
MFH: No (feature release) |
0.10.6 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.10.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10.6 25 Feb 2021 20:22:09 |
rhurlin |
devel/py-watchdog: Update to 0.10.6
On Github, there is already v2.0.2, but from v1.0.0 on 'make test'
produces many errors for functions, which passes fine until <= v1.0.0.
Newer tests run with an update of devel/py-pytest >= v5.0.0 [1][2].
[1]
https://docs.pytest.org/en/latest/changelog.html?highlight=pytestunknownmarkwarning
[2] https://github.com/pytest-dev/pytest/pull/5416
Changelog: https://github.com/gorakhargosh/watchdog/releases/tag/v0.10.6
PR: 244031
Submitted by: Evilham <contact@evilham.com>
Approved by: Nicola Vitale <nivit@FreeBSD.org> (maintainer timeout)
MFH: 2021Q1 (bugfixes)
Differential Revision: https://reviews.freebsd.org/D23608 |
0.9.0 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
0.9.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.9.0 11 May 2020 23:51:58 |
dbaio |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
0.9.0 13 Oct 2018 15:54:20 |
nivit |
- Update to 0.9.0
- Pet portlint (USES and USE_x section) |
0.8.3 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.8.3 20 Jun 2018 16:58:30 |
mat |
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight |
0.8.3 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.8.3 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
0.8.3 14 Oct 2016 13:25:33 |
nivit |
- Update to 0.8.3
PR: 212309
Submitted by: olivierd |
0.8.2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.2 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
0.8.2 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 |
0.8.2 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.8.2 04 Feb 2015 22:39:54 |
nivit |
- Update to 0.8.2
- Sort USE_PYTHON values |
0.8.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.8.0 15 Jul 2014 00:26:36 |
nivit |
- Update to 0.8.0
- Use options helpers
- Sort variables
- Remove files/patch_docs_source__conf.py |
0.6.0_1 02 Mar 2014 23:13:31 |
rm |
devel/py-watchdog: support staging and do general clean-up
- do not use easy_install for installation and convert to auto-generated packing
list
- add staging support
- remove inclusion of devel/py-virtualenv/files/py3k-fix-pkg-plist.inc - it's
implemented in bsd.python.mk
- install docs into staging area uncoditionally
- add slash to pkg-descr:WWW
- bump PORTREVISION because of package change
Approved by: nivit (maintainer, explicitly for such changes in his ports) |
0.6.0 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
0.6.0 30 Dec 2013 20:55:19 |
ohauer |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.6.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.6.0 12 Sep 2012 09:06:06 |
nivit |
Python API library and shell utilities to monitor file system events.
Directory monitoring is made easy with
* A cross-platform API.
* A shell tool to run commands in response to directory changes.
WWW: http://github.com/gorakhargosh/watchdog |