From owner-svn-ports-head@freebsd.org  Thu Feb 25 20:22:09 2021
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 88D4956EE4E;
 Thu, 25 Feb 2021 20:22:09 +0000 (UTC)
 (envelope-from rhurlin@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4DmkjF3Tl4z3LDk;
 Thu, 25 Feb 2021 20:22:09 +0000 (UTC)
 (envelope-from rhurlin@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A9181DEBE;
 Thu, 25 Feb 2021 20:22:09 +0000 (UTC)
 (envelope-from rhurlin@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11PKM9xa044690;
 Thu, 25 Feb 2021 20:22:09 GMT (envelope-from rhurlin@FreeBSD.org)
Received: (from rhurlin@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11PKM9e5044688;
 Thu, 25 Feb 2021 20:22:09 GMT (envelope-from rhurlin@FreeBSD.org)
Message-Id: <202102252022.11PKM9e5044688@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to
 rhurlin@FreeBSD.org using -f
From: Rainer Hurling <rhurlin@FreeBSD.org>
Date: Thu, 25 Feb 2021 20:22:09 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r566555 - head/devel/py-watchdog
X-SVN-Group: ports-head
X-SVN-Commit-Author: rhurlin
X-SVN-Commit-Paths: head/devel/py-watchdog
X-SVN-Commit-Revision: 566555
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.34
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Feb 2021 20:22:09 -0000

Author: rhurlin
Date: Thu Feb 25 20:22:08 2021
New Revision: 566555
URL: https://svnweb.freebsd.org/changeset/ports/566555

Log:
  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

Modified:
  head/devel/py-watchdog/Makefile
  head/devel/py-watchdog/distinfo

Modified: head/devel/py-watchdog/Makefile
==============================================================================
--- head/devel/py-watchdog/Makefile	Thu Feb 25 18:57:40 2021	(r566554)
+++ head/devel/py-watchdog/Makefile	Thu Feb 25 20:22:08 2021	(r566555)
@@ -1,10 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	watchdog
-PORTVERSION=	0.9.0
-DISTVERSIONPREFIX=	v
-PORTREVISION=	0
-CATEGORIES=	devel
+PORTVERSION=	0.10.6
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	nivit@FreeBSD.org
@@ -13,24 +12,25 @@ COMMENT=	Python API library to monitor file system eve
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argh>=0.26.1:devel/py-argh@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_GITHUB=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 
-GH_ACCOUNT=	gorakhargosh
-
 NO_ARCH=	yes
 
+PORTDOCS=	*
+
 OPTIONS_DEFINE=	DOCS
 
-PORTDOCS=	*
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 
 post-build-DOCS-on:
 	(cd ${WRKSRC}/docs ; ${MAKE_CMD} SPHINXBUILD=sphinx-build-${PYTHON_VER} html)
@@ -39,5 +39,8 @@ post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/docs/build/html ; \
 	${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "-not -name .buildinfo")
+
+do-test:
+	@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= tests
 
 .include <bsd.port.mk>

Modified: head/devel/py-watchdog/distinfo
==============================================================================
--- head/devel/py-watchdog/distinfo	Thu Feb 25 18:57:40 2021	(r566554)
+++ head/devel/py-watchdog/distinfo	Thu Feb 25 20:22:08 2021	(r566555)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539444517
-SHA256 (gorakhargosh-watchdog-v0.9.0_GH0.tar.gz) = e8a32701dff43a4e671a40acf92f55a8fffd8ca74333b75436d63a94d104faef
-SIZE (gorakhargosh-watchdog-v0.9.0_GH0.tar.gz) = 90597
+TIMESTAMP = 1612010670
+SHA256 (watchdog-0.10.6.tar.gz) = 1e1ea6d3d74feca5c62393525107aa45c5d4cd15199e2a5f62b1a6ca83679131
+SIZE (watchdog-0.10.6.tar.gz) = 99949