svn commit: r425991 - in head/devel: . py-incremental

Kurt Jaeger pi at FreeBSD.org
Sat Nov 12 20:31:42 UTC 2016


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 at 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 at rawbw.com>
+# $FreeBSD$
+
+PORTNAME=	incremental
+PORTVERSION=	16.10.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at 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


More information about the svn-ports-head mailing list