create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

17
python/py-six/Makefile Normal file
View 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
View 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
View 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