From owner-svn-ports-head@freebsd.org Sat Nov 12 20:31:42 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10188C3EDFE; Sat, 12 Nov 2016 20:31:42 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id BC2C311B3; Sat, 12 Nov 2016 20:31:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uACKVepG004668; Sat, 12 Nov 2016 20:31:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uACKVe8g004664; Sat, 12 Nov 2016 20:31:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201611122031.uACKVe8g004664@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 12 Nov 2016 20:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425991 - in head/devel: . py-incremental X-SVN-Group: ports-head 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.23 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: Sat, 12 Nov 2016 20:31:42 -0000 Author: pi Date: Sat Nov 12 20:31:40 2016 New Revision: 425991 URL: https://svnweb.freebsd.org/changeset/ports/425991 Log: New port: devel/py-incremental A small library that versions your Python projects. WWW: https://pypi.python.org/pypi/incremental PR: 214446 Submitted by: Yuri Victorovich Added: head/devel/py-incremental/ head/devel/py-incremental/Makefile (contents, props changed) head/devel/py-incremental/distinfo (contents, props changed) head/devel/py-incremental/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 12 20:28:53 2016 (r425990) +++ head/devel/Makefile Sat Nov 12 20:31:40 2016 (r425991) @@ -4208,6 +4208,7 @@ SUBDIR += py-hypothesis SUBDIR += py-icalendar SUBDIR += py-ice + SUBDIR += py-incremental SUBDIR += py-inflect SUBDIR += py-iniparse SUBDIR += py-initgroups Added: head/devel/py-incremental/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-incremental/Makefile Sat Nov 12 20:31:40 2016 (r425991) @@ -0,0 +1,19 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= incremental +PORTVERSION= 16.10.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@rawbw.com +COMMENT= Library that versions your Python projects + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-incremental/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-incremental/distinfo Sat Nov 12 20:31:40 2016 (r425991) @@ -0,0 +1,3 @@ +TIMESTAMP = 1478963838 +SHA256 (incremental-16.10.1.tar.gz) = 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 +SIZE (incremental-16.10.1.tar.gz) = 16066 Added: head/devel/py-incremental/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-incremental/pkg-descr Sat Nov 12 20:31:40 2016 (r425991) @@ -0,0 +1,3 @@ +A small library that versions your Python projects. + +WWW: https://pypi.python.org/pypi/incremental