From owner-svn-ports-head@freebsd.org Mon Jul 9 22:27:27 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 3F58B1039DE9; Mon, 9 Jul 2018 22:27:27 +0000 (UTC) (envelope-from wen@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 E48E68B067; Mon, 9 Jul 2018 22:27:26 +0000 (UTC) (envelope-from wen@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 BC7811B135; Mon, 9 Jul 2018 22:27:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w69MRQUQ002243; Mon, 9 Jul 2018 22:27:26 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w69MRQ7c002242; Mon, 9 Jul 2018 22:27:26 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201807092227.w69MRQ7c002242@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 9 Jul 2018 22:27:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474306 - head/devel/py-apipkg X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: head/devel/py-apipkg X-SVN-Commit-Revision: 474306 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.27 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: Mon, 09 Jul 2018 22:27:27 -0000 Author: wen Date: Mon Jul 9 22:27:26 2018 New Revision: 474306 URL: https://svnweb.freebsd.org/changeset/ports/474306 Log: - Update to 1.5 Modified: head/devel/py-apipkg/Makefile head/devel/py-apipkg/distinfo Modified: head/devel/py-apipkg/Makefile ============================================================================== --- head/devel/py-apipkg/Makefile Mon Jul 9 21:15:13 2018 (r474305) +++ head/devel/py-apipkg/Makefile Mon Jul 9 22:27:26 2018 (r474306) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apipkg -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +12,8 @@ COMMENT= Namespace control and lazy-import mechanism LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm NO_ARCH= yes USES= python Modified: head/devel/py-apipkg/distinfo ============================================================================== --- head/devel/py-apipkg/distinfo Mon Jul 9 21:15:13 2018 (r474305) +++ head/devel/py-apipkg/distinfo Mon Jul 9 22:27:26 2018 (r474306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491399406 -SHA256 (apipkg-1.4.tar.gz) = 2e38399dbe842891fe85392601aab8f40a8f4cc5a9053c326de35a1cc0297ac6 -SIZE (apipkg-1.4.tar.gz) = 11224 +TIMESTAMP = 1530848460 +SHA256 (apipkg-1.5.tar.gz) = 37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6 +SIZE (apipkg-1.5.tar.gz) = 11186