From owner-svn-ports-head@freebsd.org Tue Jul 21 01:31:17 2020 Return-Path: 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 3E02C3701D1; Tue, 21 Jul 2020 01:31:17 +0000 (UTC) (envelope-from swills@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9gzT0VCLz3bKX; Tue, 21 Jul 2020 01:31:17 +0000 (UTC) (envelope-from swills@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 E82F916511; Tue, 21 Jul 2020 01:31:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06L1VGUX032538; Tue, 21 Jul 2020 01:31:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06L1VG2i032533; Tue, 21 Jul 2020 01:31:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202007210131.06L1VG2i032533@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 21 Jul 2020 01:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542698 - in head/devel: . py-proselint X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel: . py-proselint X-SVN-Commit-Revision: 542698 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.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2020 01:31:17 -0000 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 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