Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:51:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d50a6caec044 - main - devel/py-pytest-checkdocs: Add py-pytest-checkdocs 2.6.0
Message-ID:  <202105112151.14BLpHex093279@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d50a6caec044819ff39ec2941649d020829ae9cb

commit d50a6caec044819ff39ec2941649d020829ae9cb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:13:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-05-11 21:46:55 +0000

    devel/py-pytest-checkdocs: Add py-pytest-checkdocs 2.6.0
    
    pytest-checkdocs is a pytest plugin that checks the long description of the
    project to ensure it renders properly.
    
    WWW: https://github.com/jaraco/pytest-checkdocs
---
 devel/Makefile                      |  1 +
 devel/py-pytest-checkdocs/Makefile  | 25 +++++++++++++++++++++++++
 devel/py-pytest-checkdocs/distinfo  |  3 +++
 devel/py-pytest-checkdocs/pkg-descr |  4 ++++
 4 files changed, 33 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index b3c7d42efbf0..f15969645324 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4963,6 +4963,7 @@
     SUBDIR += py-pytest-black-multipy
     SUBDIR += py-pytest-cache
     SUBDIR += py-pytest-capturelog
+    SUBDIR += py-pytest-checkdocs
     SUBDIR += py-pytest-cov
     SUBDIR += py-pytest-datadir
     SUBDIR += py-pytest-django
diff --git a/devel/py-pytest-checkdocs/Makefile b/devel/py-pytest-checkdocs/Makefile
new file mode 100644
index 000000000000..0a7d1b8bf1e4
--- /dev/null
+++ b/devel/py-pytest-checkdocs/Makefile
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	pytest-checkdocs
+PORTVERSION=	2.6.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Check the README when running tests
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.15:textproc/py-docutils@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}jaraco.functools>=0:devel/py-jaraco.functools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pep517>=0:devel/py-pep517@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pytest-checkdocs/distinfo b/devel/py-pytest-checkdocs/distinfo
new file mode 100644
index 000000000000..e71da9a8a2f9
--- /dev/null
+++ b/devel/py-pytest-checkdocs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1620405335
+SHA256 (pytest-checkdocs-2.6.0.tar.gz) = 6c0214ee756255f6f63721763d8f6455c81fb34055ff6411732a79b95a64746f
+SIZE (pytest-checkdocs-2.6.0.tar.gz) = 11331
diff --git a/devel/py-pytest-checkdocs/pkg-descr b/devel/py-pytest-checkdocs/pkg-descr
new file mode 100644
index 000000000000..77bbd146d653
--- /dev/null
+++ b/devel/py-pytest-checkdocs/pkg-descr
@@ -0,0 +1,4 @@
+pytest-checkdocs is a pytest plugin that checks the long description of the
+project to ensure it renders properly.
+
+WWW: https://github.com/jaraco/pytest-checkdocs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLpHex093279>