[Midnightbsd-cvs] mports [24749] trunk/devel: add py six for python 3.x
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jan 1 12:07:25 EST 2019
Revision: 24749
http://svnweb.midnightbsd.org/mports/?rev=24749
Author: laffer1
Date: 2019-01-01 12:07:03 -0500 (Tue, 01 Jan 2019)
Log Message:
-----------
add py six for python 3.x
Modified Paths:
--------------
trunk/devel/Makefile
trunk/devel/py-six/Makefile
trunk/devel/py-six/distinfo
trunk/devel/py-six/pkg-descr
Added Paths:
-----------
trunk/devel/py37-six/
trunk/devel/py37-six/Makefile
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2019-01-01 17:02:54 UTC (rev 24748)
+++ trunk/devel/Makefile 2019-01-01 17:07:03 UTC (rev 24749)
@@ -562,6 +562,7 @@
SUBDIR += py3-xdg
SUBDIR += py34-setuptools
SUBDIR += py37-setuptools
+SUBDIR += py37-six
SUBDIR += pydbus-common
SUBDIR += pygobject3-common
SUBDIR += pylint
Modified: trunk/devel/py-six/Makefile
===================================================================
--- trunk/devel/py-six/Makefile 2019-01-01 17:02:54 UTC (rev 24748)
+++ trunk/devel/py-six/Makefile 2019-01-01 17:07:03 UTC (rev 24749)
@@ -3,7 +3,7 @@
# $FreeBSD: head/devel/py-six/Makefile 390642 2015-06-26 14:46:40Z koobs $
PORTNAME= six
-PORTVERSION= 1.9.0
+PORTVERSION= 1.12.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest
-USES= python
+USES?= python
USE_PYTHON= autoplist concurrent distutils
regression-test: build
Modified: trunk/devel/py-six/distinfo
===================================================================
--- trunk/devel/py-six/distinfo 2019-01-01 17:02:54 UTC (rev 24748)
+++ trunk/devel/py-six/distinfo 2019-01-01 17:07:03 UTC (rev 24749)
@@ -1,2 +1,3 @@
-SHA256 (six-1.9.0.tar.gz) = e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
-SIZE (six-1.9.0.tar.gz) = 29127
+TIMESTAMP = 1544577254
+SHA256 (six-1.12.0.tar.gz) = d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73
+SIZE (six-1.12.0.tar.gz) = 32725
Modified: trunk/devel/py-six/pkg-descr
===================================================================
--- trunk/devel/py-six/pkg-descr 2019-01-01 17:02:54 UTC (rev 24748)
+++ trunk/devel/py-six/pkg-descr 2019-01-01 17:07:03 UTC (rev 24749)
@@ -3,4 +3,4 @@
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
+WWW: https://pypi.org/project/six/
Added: trunk/devel/py37-six/Makefile
===================================================================
--- trunk/devel/py37-six/Makefile (rev 0)
+++ trunk/devel/py37-six/Makefile 2019-01-01 17:07:03 UTC (rev 24749)
@@ -0,0 +1,7 @@
+# $MidnightBSD$
+
+MASTERDIR= ${.CURDIR}/../py-six
+
+USES= python:3.7
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/py37-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
More information about the Midnightbsd-cvs
mailing list