components/python/eventlet/eventlet-PYVER.p5m
changeset 1948 2d1537e7942d
parent 1890 5a4ef66c42bf
child 3998 5bd484384122
--- a/components/python/eventlet/eventlet-PYVER.p5m	Fri Jun 13 10:00:52 2014 -0600
+++ b/components/python/eventlet/eventlet-PYVER.p5m	Fri Jun 13 12:36:52 2014 -0700
@@ -29,7 +29,7 @@
 set name=pkg.description \
     value="Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses libevent for highly scalable non-blocking I/O. Coroutines or green threads ensure that the developer uses a blocking style of programming that is similar to threading, but provide the benefits of non-blocking I/O. The event dispatch is implicit, which means you can easily use Eventlet from the Python interpreter, or as a small part of a larger application."
 set name=com.oracle.info.description value="the Python eventlet module"
-set name=com.oracle.info.tpno value=14503
+set name=com.oracle.info.tpno value=$(TPNO)
 set name=info.classification \
     value=org.opensolaris.category.2008:Development/Python
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)