summaryrefslogtreecommitdiff
path: root/lang/py-six
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-02-02 00:10:18 +0000
committerrodent <rodent@pkgsrc.org>2014-02-02 00:10:18 +0000
commitc041be6dbb47d7d23116b2ec874d4ebca6592e55 (patch)
tree47d1b056c067a316d9fdcc96e70b2e6c4cb1f176 /lang/py-six
parentffba6d929891b951207c23e8ea872dc38bc7fbd2 (diff)
downloadpkgsrc-c041be6dbb47d7d23116b2ec874d4ebca6592e55.tar.gz
Import py27-six-1.5.2 as lang/py-six.
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. Six supports Python 2.4+.
Diffstat (limited to 'lang/py-six')
-rw-r--r--lang/py-six/DESCR6
-rw-r--r--lang/py-six/Makefile17
-rw-r--r--lang/py-six/PLIST8
-rw-r--r--lang/py-six/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/lang/py-six/DESCR b/lang/py-six/DESCR
new file mode 100644
index 00000000000..75e7c135fe0
--- /dev/null
+++ b/lang/py-six/DESCR
@@ -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.
+
+Six supports Python 2.4+.
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile
new file mode 100644
index 00000000000..0cd725b8cf9
--- /dev/null
+++ b/lang/py-six/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/02/02 00:10:18 rodent Exp $
+#
+
+DISTNAME= six-1.5.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel lang python
+MASTER_SITES= https://pypi.python.org/packages/source/s/six/
+
+MAINTAINER= ahp-nils@users.sourceforge.net
+HOMEPAGE= http://pypi.python.org/pypi/six/
+COMMENT= Python 2 and 3 compatibility utilities
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/lang/py-six/PLIST b/lang/py-six/PLIST
new file mode 100644
index 00000000000..f36407db52a
--- /dev/null
+++ b/lang/py-six/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2014/02/02 00:10:18 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/six.py
+${PYSITELIB}/six.pyc
+${PYSITELIB}/six.pyo
diff --git a/lang/py-six/distinfo b/lang/py-six/distinfo
new file mode 100644
index 00000000000..7cd0e489932
--- /dev/null
+++ b/lang/py-six/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/02/02 00:10:18 rodent Exp $
+
+SHA1 (six-1.5.2.tar.gz) = 90128862139a79d10cf213b3baad9c6e2f72fc78
+RMD160 (six-1.5.2.tar.gz) = 4cb0ddc78ce4cbbc023b4856f29c89d99d7aab33
+Size (six-1.5.2.tar.gz) = 24081 bytes