git: d50a6caec044 - main - devel/py-pytest-checkdocs: Add py-pytest-checkdocs 2.6.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue May 11 21:51:18 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d50a6caec044819ff39ec2941649d020829ae9cb
commit d50a6caec044819ff39ec2941649d020829ae9cb
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:13:36 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at FreeBSD.org>
+
+PORTNAME= pytest-checkdocs
+PORTVERSION= 2.6.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list