[Midnightbsd-cvs] mports [20312] trunk/devel: Six compatibility library for python
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 27 14:34:54 EDT 2015
Revision: 20312
http://svnweb.midnightbsd.org/mports/?rev=20312
Author: laffer1
Date: 2015-09-27 14:34:53 -0400 (Sun, 27 Sep 2015)
Log Message:
-----------
Six compatibility library for python
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/py-six/
trunk/devel/py-six/Makefile
trunk/devel/py-six/distinfo
trunk/devel/py-six/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2015-09-27 18:33:53 UTC (rev 20311)
+++ trunk/devel/Makefile 2015-09-27 18:34:53 UTC (rev 20312)
@@ -411,6 +411,7 @@
SUBDIR += py-setuptools27
SUBDIR += py-setuptools33
SUBDIR += py-simplejson
+SUBDIR += py-six
SUBDIR += py-subversion
SUBDIR += py-termcolor
SUBDIR += py-virtualenv
Added: trunk/devel/py-six/Makefile
===================================================================
--- trunk/devel/py-six/Makefile (rev 0)
+++ trunk/devel/py-six/Makefile 2015-09-27 18:34:53 UTC (rev 20312)
@@ -0,0 +1,25 @@
+# Created by: Cheng-Lung Sung <clsung at FreeBSD.org>
+# $MidnightBSD$
+# $FreeBSD: head/devel/py-six/Makefile 390642 2015-06-26 14:46:40Z koobs $
+
+PORTNAME= six
+PORTVERSION= 1.9.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Python 2 and 3 compatibility utilities
+
+LICENSE= mit
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+regression-test: build
+ @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/py-six/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-six/distinfo
===================================================================
--- trunk/devel/py-six/distinfo (rev 0)
+++ trunk/devel/py-six/distinfo 2015-09-27 18:34:53 UTC (rev 20312)
@@ -0,0 +1,2 @@
+SHA256 (six-1.9.0.tar.gz) = e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
+SIZE (six-1.9.0.tar.gz) = 29127
Property changes on: trunk/devel/py-six/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-six/pkg-descr
===================================================================
--- trunk/devel/py-six/pkg-descr (rev 0)
+++ trunk/devel/py-six/pkg-descr 2015-09-27 18:34:53 UTC (rev 20312)
@@ -0,0 +1,6 @@
+Six is a Python 2 and 3 compatibility library. It provides utility
+functions for smoothing over the differences between the Python versions
+with the goal of writing Python code that is compatible on both Python
+versions. See the documentation for more information on what is provided.
+
+WWW: https://pypi.python.org/pypi/six
Property changes on: trunk/devel/py-six/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