From owner-svn-ports-head@freebsd.org Fri Nov 2 17:12:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBF5C10D40AF; Fri, 2 Nov 2018 17:12:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6DEC675E67; Fri, 2 Nov 2018 17:12:22 +0000 (UTC) (envelope-from dbn@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 465265D7E; Fri, 2 Nov 2018 17:12:22 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2HCMnw040200; Fri, 2 Nov 2018 17:12:22 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2HCLna040199; Fri, 2 Nov 2018 17:12:21 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201811021712.wA2HCLna040199@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 2 Nov 2018 17:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483823 - head/devel/py-knack X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/devel/py-knack X-SVN-Commit-Revision: 483823 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.29 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: Fri, 02 Nov 2018 17:12:22 -0000 Author: dbn Date: Fri Nov 2 17:12:21 2018 New Revision: 483823 URL: https://svnweb.freebsd.org/changeset/ports/483823 Log: devel/py-knack: update to 0.4.5 - Switch to PyPi - PyPi doesn't ship with a LICENSE file - PyPi doesn't ship with tests (but we didn't have tests hooked up anyway) Modified: head/devel/py-knack/Makefile head/devel/py-knack/distinfo Modified: head/devel/py-knack/Makefile ============================================================================== --- head/devel/py-knack/Makefile Fri Nov 2 16:36:00 2018 (r483822) +++ head/devel/py-knack/Makefile Fri Nov 2 17:12:21 2018 (r483823) @@ -1,15 +1,15 @@ # $FreeBSD$ PORTNAME= knack -DISTVERSION= 0.4.3 +DISTVERSION= 0.4.5 CATEGORIES= devel python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org COMMENT= Command line interface framework LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \ @@ -20,7 +20,5 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:deve USES= python USE_PYTHON= autoplist distutils concurrent -USE_GITHUB= yes -GH_ACCOUNT= Microsoft .include Modified: head/devel/py-knack/distinfo ============================================================================== --- head/devel/py-knack/distinfo Fri Nov 2 16:36:00 2018 (r483822) +++ head/devel/py-knack/distinfo Fri Nov 2 17:12:21 2018 (r483823) @@ -1,3 +1,3 @@ -TIMESTAMP = 1536764095 -SHA256 (Microsoft-knack-0.4.3_GH0.tar.gz) = ffdcaa04b8621cd0359e064df327ccf7e635548cfa88d11ee98ec8a981b0e53f -SIZE (Microsoft-knack-0.4.3_GH0.tar.gz) = 66752 +TIMESTAMP = 1541177645 +SHA256 (knack-0.4.5.tar.gz) = e4b878a5ded7c96b66041d117954a109642d639f6537367162a149428194fd60 +SIZE (knack-0.4.5.tar.gz) = 35714