diff --git a/devel/Makefile b/devel/Makefile index d2b30d4fa9e6..4e5a192d04bf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-incremental/Makefile b/devel/py-incremental/Makefile new file mode 100644 index 000000000000..57090d012f8e --- /dev/null +++ b/devel/py-incremental/Makefile @@ -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 diff --git a/devel/py-incremental/distinfo b/devel/py-incremental/distinfo new file mode 100644 index 000000000000..8dbda63e9705 --- /dev/null +++ b/devel/py-incremental/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1478963838 +SHA256 (incremental-16.10.1.tar.gz) = 14ad6b720ec47aad6c9caa83e47db1843e2b9b98742da5dda08e16a99f400342 +SIZE (incremental-16.10.1.tar.gz) = 16066 diff --git a/devel/py-incremental/pkg-descr b/devel/py-incremental/pkg-descr new file mode 100644 index 000000000000..91762bcbec7a --- /dev/null +++ b/devel/py-incremental/pkg-descr @@ -0,0 +1,3 @@ +A small library that versions your Python projects. + +WWW: https://pypi.python.org/pypi/incremental