Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2016 20:31:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425991 - in head/devel: . py-incremental
Message-ID:  <201611122031.uACKVe8g004664@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <yuri@rawbw.com>

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 <yuri@rawbw.com>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611122031.uACKVe8g004664>