From owner-svn-ports-all@freebsd.org Sun Mar 25 18:05:19 2018 Return-Path: Delivered-To: svn-ports-all@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 B997FF5F116; Sun, 25 Mar 2018 18:05:19 +0000 (UTC) (envelope-from sunpoet@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 67BE47167E; Sun, 25 Mar 2018 18:05:19 +0000 (UTC) (envelope-from sunpoet@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 49BB0217FE; Sun, 25 Mar 2018 18:05:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2PI5JvS097913; Sun, 25 Mar 2018 18:05:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2PI5ITj097909; Sun, 25 Mar 2018 18:05:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201803251805.w2PI5ITj097909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Mar 2018 18:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465536 - in head/devel: . py-pip-tools X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . py-pip-tools X-SVN-Commit-Revision: 465536 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 18:05:20 -0000 Author: sunpoet Date: Sun Mar 25 18:05:18 2018 New Revision: 465536 URL: https://svnweb.freebsd.org/changeset/ports/465536 Log: Add py-pip-tools 1.11.0 pip-tools = pip-compile + pip-sync It is a set of command line tools to help you keep your pip-based packages fresh, even when you've pinned them. WWW: https://pypi.python.org/pypi/pip-tools WWW: https://github.com/jazzband/pip-tools Added: head/devel/py-pip-tools/ head/devel/py-pip-tools/Makefile (contents, props changed) head/devel/py-pip-tools/distinfo (contents, props changed) head/devel/py-pip-tools/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 25 18:04:57 2018 (r465535) +++ head/devel/Makefile Sun Mar 25 18:05:18 2018 (r465536) @@ -4715,6 +4715,7 @@ SUBDIR += py-pika-pool SUBDIR += py-pinocchio SUBDIR += py-pip + SUBDIR += py-pip-tools SUBDIR += py-pipenv SUBDIR += py-pkgconfig SUBDIR += py-plan Added: head/devel/py-pip-tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pip-tools/Makefile Sun Mar 25 18:05:18 2018 (r465536) @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pip-tools +PORTVERSION= 1.11.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Keep your pinned dependencies fresh + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6:devel/py-click@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}first>=0:devel/py-first@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} + +NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 +USE_PYTHON= autoplist concurrent distutils +USES= python + +.include Added: head/devel/py-pip-tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pip-tools/distinfo Sun Mar 25 18:05:18 2018 (r465536) @@ -0,0 +1,3 @@ +TIMESTAMP = 1521943579 +SHA256 (pip-tools-1.11.0.tar.gz) = ba427b68443466c389e3b0b0ef55f537ab39344190ea980dfebb333d0e6a50a3 +SIZE (pip-tools-1.11.0.tar.gz) = 83201 Added: head/devel/py-pip-tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pip-tools/pkg-descr Sun Mar 25 18:05:18 2018 (r465536) @@ -0,0 +1,7 @@ +pip-tools = pip-compile + pip-sync + +It is a set of command line tools to help you keep your pip-based packages +fresh, even when you've pinned them. + +WWW: https://pypi.python.org/pypi/pip-tools +WWW: https://github.com/jazzband/pip-tools