mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
17
python/py-six/Makefile
Normal file
17
python/py-six/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/py-six/Makefile 435252 2017-03-02 16:55:16Z skreuzer $
|
||||
|
||||
PORTNAME= six
|
||||
PORTVERSION= 1.11.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= Python 2 and 3 compatibility utilities
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
python/py-six/distinfo
Normal file
2
python/py-six/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (six-1.11.0.tar.gz) = 70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9
|
||||
SIZE (six-1.11.0.tar.gz) = 29860
|
||||
6
python/py-six/pkg-descr
Normal file
6
python/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: https://pypi.python.org/pypi/six
|
||||
Reference in New Issue
Block a user