Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: third_party/cython/src/PKG-INFO

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference cython dev list thread. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/cython/src/Makefile ('k') | third_party/cython/src/README.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cython/src/PKG-INFO
diff --git a/third_party/cython/src/PKG-INFO b/third_party/cython/src/PKG-INFO
new file mode 100644
index 0000000000000000000000000000000000000000..0588df9bb6503077add414a64e972f402e37bb5b
--- /dev/null
+++ b/third_party/cython/src/PKG-INFO
@@ -0,0 +1,37 @@
+Metadata-Version: 1.1
+Name: Cython
+Version: 0.20.2
+Summary: The Cython compiler for writing C extensions for the Python language.
+Home-page: http://www.cython.org
+Author: Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.
+Author-email: cython-devel@python.org
+License: UNKNOWN
+Description: The Cython language makes writing C extensions for the Python language as
+ easy as Python itself. Cython is a source code translator based on the
+ well-known Pyrex_, but supports more cutting edge functionality and
+ optimizations.
+
+ The Cython language is very close to the Python language (and most Python
+ code is also valid Cython code), but Cython additionally supports calling C
+ functions and declaring C types on variables and class attributes. This
+ allows the compiler to generate very efficient C code from Cython code.
+
+ This makes Cython the ideal language for writing glue code for external C
+ libraries, and for fast C modules that speed up the execution of Python
+ code.
+
+ .. _Pyrex: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
+
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: C
+Classifier: Programming Language :: Cython
+Classifier: Topic :: Software Development :: Code Generators
+Classifier: Topic :: Software Development :: Compilers
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
« no previous file with comments | « third_party/cython/src/Makefile ('k') | third_party/cython/src/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698