Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
13 Oct 2021 05:40:34 2.1.6
|
Po-Chuan Hsieh (sunpoet)  |
devel/py-watchdog: Update WWW
Approved by: portmgr (blanket) |
03 Oct 2021 12:57:48 2.1.6
|
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) |
07 Apr 2021 08:09:01 0.10.6
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.10.6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Feb 2021 20:22:09
0.10.6
|
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 |
14 Jan 2021 14:34:38
0.9.0
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
0.9.0
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
11 May 2020 23:51:58
0.9.0
|
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 ) |
13 Oct 2018 15:54:20
0.9.0
|
nivit  |
- Update to 0.9.0
- Pet portlint (USES and USE_x section) |
20 Jun 2018 17:05:44
0.8.3
|
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 |
20 Jun 2018 16:58:30
0.8.3
|
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 |
30 Nov 2017 15:50:34
0.8.3 
|
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 ) |
02 Dec 2016 09:21:59
0.8.3
|
mat  |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
14 Oct 2016 13:25:33
0.8.3
|
nivit  |
- Update to 0.8.3
PR: 212309
Submitted by: olivierd |
01 Apr 2016 14:00:57
0.8.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
01 Sep 2015 16:20:48
0.8.2
|
amdmi3  |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
17 Aug 2015 14:20:41
0.8.2
|
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 |
06 May 2015 15:16:54
0.8.2
|
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 |
04 Feb 2015 22:39:54
0.8.2
|
nivit  |
- Update to 0.8.2
- Sort USE_PYTHON values |
20 Oct 2014 16:04:14
0.8.0
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
15 Jul 2014 00:26:36
0.8.0
|
nivit  |
- Update to 0.8.0
- Use options helpers
- Sort variables
- Remove files/patch_docs_source__conf.py |
02 Mar 2014 23:13:31
0.6.0_1
|
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) |
21 Jan 2014 23:40:23
0.6.0
|
bapt  |
Fix properties on pkg-plist |
30 Dec 2013 20:55:19
0.6.0
|
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@) |
20 Sep 2013 17:13:47
0.6.0
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Sep 2012 09:06:06
0.6.0
|
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 |