[Midnightbsd-cvs] mports [24339] trunk/devel: add py-incremental

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Sep 17 22:24:34 EDT 2018


Revision: 24339
          http://svnweb.midnightbsd.org/mports/?rev=24339
Author:   laffer1
Date:     2018-09-17 22:24:33 -0400 (Mon, 17 Sep 2018)
Log Message:
-----------
add  py-incremental

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/py-incremental/
    trunk/devel/py-incremental/Makefile
    trunk/devel/py-incremental/distinfo
    trunk/devel/py-incremental/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-09-18 02:23:42 UTC (rev 24338)
+++ trunk/devel/Makefile	2018-09-18 02:24:33 UTC (rev 24339)
@@ -509,6 +509,7 @@
 SUBDIR += py-jsonref
 SUBDIR += py-lazy-object-proxy
 SUBDIR += py-libpeas
+SUBDIR += py-incremental
 SUBDIR += py-iso8601
 SUBDIR += py-isodate
 SUBDIR += py-isort

Added: trunk/devel/py-incremental/Makefile
===================================================================
--- trunk/devel/py-incremental/Makefile	                        (rev 0)
+++ trunk/devel/py-incremental/Makefile	2018-09-18 02:24:33 UTC (rev 24339)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME=	incremental
+PORTVERSION=	17.5.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Library that versions your Python projects
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/py-incremental/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-incremental/distinfo
===================================================================
--- trunk/devel/py-incremental/distinfo	                        (rev 0)
+++ trunk/devel/py-incremental/distinfo	2018-09-18 02:24:33 UTC (rev 24339)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1495638632
+SHA256 (incremental-17.5.0.tar.gz) = 7b751696aaf36eebfab537e458929e194460051ccad279c72b755a167eebd4b3
+SIZE (incremental-17.5.0.tar.gz) = 15527


Property changes on: trunk/devel/py-incremental/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/py-incremental/pkg-descr
===================================================================
--- trunk/devel/py-incremental/pkg-descr	                        (rev 0)
+++ trunk/devel/py-incremental/pkg-descr	2018-09-18 02:24:33 UTC (rev 24339)
@@ -0,0 +1,3 @@
+A small library that versions your Python projects.
+
+WWW: https://pypi.org/project/incremental/


Property changes on: trunk/devel/py-incremental/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list