Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jul 2020 01:31:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542698 - in head/devel: . py-proselint
Message-ID:  <202007210131.06L1VG2i032533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jul 21 01:31:15 2020
New Revision: 542698
URL: https://svnweb.freebsd.org/changeset/ports/542698

Log:
  devel/py-proselint: create port
  
  Writing is notoriously hard, even for the best writers, and it's not for lack of
  good advice - a tremendous amount of knowledge about the craft is strewn across
  usage guides, dictionaries, technical manuals, essays, pamphlets, websites, and
  the hearts and minds of great authors and editors.
  
  WWW: http://github.com/amperser/proselint

Added:
  head/devel/py-proselint/
  head/devel/py-proselint/Makefile   (contents, props changed)
  head/devel/py-proselint/distinfo   (contents, props changed)
  head/devel/py-proselint/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile   (contents, props changed)

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jul 21 01:30:53 2020	(r542697)
+++ head/devel/Makefile	Tue Jul 21 01:31:15 2020	(r542698)
@@ -4823,6 +4823,7 @@
     SUBDIR += py-prompt_toolkit
     SUBDIR += py-prompt_toolkit1
     SUBDIR += py-prompt_toolkit2
+    SUBDIR += py-proselint
     SUBDIR += py-protobuf
     SUBDIR += py-protocols
     SUBDIR += py-ptable

Added: head/devel/py-proselint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-proselint/Makefile	Tue Jul 21 01:31:15 2020	(r542698)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	proselint
+PORTVERSION=	0.10.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	swills@FreeBSD.org
+COMMENT=	Linter for prose
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-proselint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-proselint/distinfo	Tue Jul 21 01:31:15 2020	(r542698)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595293621
+SHA256 (proselint-0.10.2.tar.gz) = 3a87eb393056d1bc77d898e4bcf8998f50e9ad84f7b9ff7cf2720509ac8ef904
+SIZE (proselint-0.10.2.tar.gz) = 100979

Added: head/devel/py-proselint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-proselint/pkg-descr	Tue Jul 21 01:31:15 2020	(r542698)
@@ -0,0 +1,6 @@
+Writing is notoriously hard, even for the best writers, and it's not for lack of
+good advice - a tremendous amount of knowledge about the craft is strewn across
+usage guides, dictionaries, technical manuals, essays, pamphlets, websites, and
+the hearts and minds of great authors and editors.
+
+WWW: http://github.com/amperser/proselint



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