mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
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: http://pypi.python.org/pypi/six Noted by: rm Feature safe: yes
This commit is contained in:
parent
b5bbc15cd0
commit
6a10277646
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285825
@ -3172,6 +3172,7 @@
|
||||
SUBDIR += py-simpletal
|
||||
SUBDIR += py-simpy
|
||||
SUBDIR += py-sip
|
||||
SUBDIR += py-six
|
||||
SUBDIR += py-smmap
|
||||
SUBDIR += py-spark
|
||||
SUBDIR += py-speaklater
|
||||
|
20
devel/py-six/Makefile
Normal file
20
devel/py-six/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: six
|
||||
# Date created: 15 Nov 2011
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= six
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Python 2 and 3 compatibility utilities
|
||||
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-six/distinfo
Normal file
2
devel/py-six/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (six-1.0.0.tar.gz) = ca79c14c8cb5e58912d185f0e07ca9c687e232b7c68c4b73bf1c83ef5979333e
|
||||
SIZE (six-1.0.0.tar.gz) = 11694
|
6
devel/py-six/pkg-descr
Normal file
6
devel/py-six/pkg-descr
Normal file
@ -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: http://pypi.python.org/pypi/six
|
3
devel/py-six/pkg-plist
Normal file
3
devel/py-six/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/six.py
|
||||
%%PYTHON_SITELIBDIR%%/six.pyc
|
||||
%%PYTHON_SITELIBDIR%%/six.pyo
|
Loading…
Reference in New Issue
Block a user