svn commit: r481993 - head/devel/py-watchdog
Nicola Vitale
nivit at FreeBSD.org
Sat Oct 13 15:54:21 UTC 2018
Author: nivit
Date: Sat Oct 13 15:54:20 2018
New Revision: 481993
URL: https://svnweb.freebsd.org/changeset/ports/481993
Log:
- Update to 0.9.0
- Pet portlint (USES and USE_x section)
Modified:
head/devel/py-watchdog/Makefile
head/devel/py-watchdog/distinfo
Modified: head/devel/py-watchdog/Makefile
==============================================================================
--- head/devel/py-watchdog/Makefile Sat Oct 13 15:53:56 2018 (r481992)
+++ head/devel/py-watchdog/Makefile Sat Oct 13 15:54:20 2018 (r481993)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= watchdog
-PORTVERSION= 0.8.3
+PORTVERSION= 0.9.0
DISTVERSIONPREFIX= v
PORTREVISION= 0
CATEGORIES= devel
@@ -16,20 +16,21 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argh>=0.26.1:devel
${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}
+USES= python
+USE_GITHUB= yes
+USE_PYTHON= autoplist distutils
+
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathtools>=0.1.2:devel/py-pathtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.4:textproc/py-sphinx@${PY_FLAVOR}
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
GH_ACCOUNT= gorakhargosh
+NO_ARCH= yes
+
OPTIONS_DEFINE= DOCS
PORTDOCS= *
-
-USE_GITHUB= yes
-USES= python
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
post-build-DOCS-on:
(cd ${WRKSRC}/docs ; ${MAKE_CMD} SPHINXBUILD=sphinx-build-${PYTHON_VER} html)
Modified: head/devel/py-watchdog/distinfo
==============================================================================
--- head/devel/py-watchdog/distinfo Sat Oct 13 15:53:56 2018 (r481992)
+++ head/devel/py-watchdog/distinfo Sat Oct 13 15:54:20 2018 (r481993)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472751701
-SHA256 (gorakhargosh-watchdog-v0.8.3_GH0.tar.gz) = e9a27d0ab121fc86217ab833e778c76880aad4ecdb623796f4b7aee9925394ed
-SIZE (gorakhargosh-watchdog-v0.8.3_GH0.tar.gz) = 87892
+TIMESTAMP = 1539444517
+SHA256 (gorakhargosh-watchdog-v0.9.0_GH0.tar.gz) = e8a32701dff43a4e671a40acf92f55a8fffd8ca74333b75436d63a94d104faef
+SIZE (gorakhargosh-watchdog-v0.9.0_GH0.tar.gz) = 90597
More information about the svn-ports-all
mailing list