pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-twisted py-twisted: update to 17.9.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bf7f455dea8
branches: trunk
changeset: 370567:4bf7f455dea8
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 19 08:50:34 2017 +0000
description:
py-twisted: update to 17.9.0
Twisted 17.9.0:
Features
--------
- twisted.python.failure.Failure is now a new-style class which subclasses
BaseException.
- twisted.internet.posixbase.PosixReactorBase.adoptStreamPort and
twisted.internet.posixbase.PosixReactorBase.adoptStreamConnection now support
AF_UNIX SOCK_STREAM sockets.
-
- t.protocol.policies.TimeoutMixin.setTimeout and
t.protocol.policies.TimeoutProtocol.cancelTimeout (used in
t.protocol.policies.TimeoutFactory) no longer raise a
t.internet.error.AlreadyCancelled exception when calling them for an already
cancelled timeout.
- twisted.web.template.flatten now supports coroutines that yield Deferreds.
- twisted.web.client.HTTPConnectionPool passes the repr() of the endpoint to
the client protocol factory, and the protocol factory adds that to its own
repr(). This makes logs more useful.
- Python 3.6 is now supported
Bugfixes
--------
- twisted.python.logfile.BaseLogFile and subclasses now always open the file in
binary mode, and will process text as UTF-8.
- The `ssl:` endpoint now accepts `certKey` PEM files without trailing
newlines.
- Logger.__init__ sets the namespace to "<unknown>" instead of raising KeyError
when unable to determine the namespace from the calling context.
- twisted.internet._win32serialport updated to support pySerial 3.x and dropped
pySerial 2.x support.
- twisted.python.rebuild now works on Python 3.
- twisted.web.server.Request.notifyFinish will now once again promptly notify
applications of client disconnection (assuming that the client doesn't send a
large amount of pipelined request data) rather than waiting for the timeout;
this fixes a bug introduced in Twisted 16.3.0.
- twisted.web.guard.HTTPAuthSessionWrapper configured with
DigestCredentialFactory now works on both Python 2 and 3.
- Detect when we?re being run using ?-m twisted? or ?-m twisted.trial? and use
it to build an accurate usage message.
- twisted.protocols.tls.TLSMemoryBIOProtocol now allows unregisterProducer to
be called when no producer is registered, bringing it in line with other
transports.
- twisted.web web servers no longer print tracebacks when they timeout clients
that do not respond to TLS CLOSE_NOTIFY messages.
- twisted.mail.imap4 now works on Python 3.
- twisted.python.shortcut now works on Python 3 in Windows.
- Fix traceback forwarding with inlineCallbacks on python 3.
- twisted.mail.imap4.MessageSet now treats * as larger than every message ID,
leading to more consistent and robust behavior.
- The following plugins can now be used on Python 3 with twistd: dns, inetd,
portforward, procmon, socks, and words.
- twisted.internet._win32serialport now uses serial.serialutil.to_bytes() to
provide bytes in Python 3.
- twisted.internet.reactor.spawnProcess() now does not fail on Python 3 in
Windows if passed a bytes-encoded path argument.
- twisted.protocols.ident now works on Python 3.
- Ignore PyPy's implementation differences in base object class.
- twisted.python.test.test_setup now passes with setuptools 36.2.1
- twisted.internet._win32serialport SerialPort._clearCommError() no longer
raises AttributeError
- twisted.trial.unittest.SynchronousTestCase and
twisted.trial.unittest.TestCase now always run their tearDown methods, even
when a test method fails with an exception. They also flush all errors logged
by a test method before running another, ensuring the logged errors are
associated with their originating test method.
diffstat:
net/py-twisted/Makefile | 23 +--
net/py-twisted/Makefile.common | 4 +-
net/py-twisted/PLIST | 262 ++++++++++++++++++++--------------------
net/py-twisted/distinfo | 10 +-
4 files changed, 147 insertions(+), 152 deletions(-)
diffs (truncated from 590 to 300 lines):
diff -r ee7f7c700eaf -r 4bf7f455dea8 net/py-twisted/Makefile
--- a/net/py-twisted/Makefile Thu Oct 19 08:23:30 2017 +0000
+++ b/net/py-twisted/Makefile Thu Oct 19 08:50:34 2017 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.34 2017/06/21 18:35:35 adam Exp $
+# $NetBSD: Makefile,v 1.35 2017/10/19 08:50:34 adam Exp $
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
COMMENT= Framework for writing networked applications
.include "../../net/py-twisted/Makefile.common"
-DEPENDS+= ${PYPKGPREFIX}-automat-[0-9]*:../../devel/py-automat
-DEPENDS+= ${PYPKGPREFIX}-constantly-[0-9]*:../../devel/py-constantly
-DEPENDS+= ${PYPKGPREFIX}-hyperlink-[0-9]*:../../www/py-hyperlink
-DEPENDS+= ${PYPKGPREFIX}-incremental-[0-9]*:../../devel/py-incremental
-DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.6:../../security/py-OpenSSL
+DEPENDS+= ${PYPKGPREFIX}-automat>=0.3.0:../../devel/py-automat
+DEPENDS+= ${PYPKGPREFIX}-constantly>=15.1:../../devel/py-constantly
+DEPENDS+= ${PYPKGPREFIX}-hyperlink>=17.1.1:../../www/py-hyperlink
+DEPENDS+= ${PYPKGPREFIX}-idna>=2.4:../../devel/py-incremental
+DEPENDS+= ${PYPKGPREFIX}-incremental>=16.10.1:../../devel/py-incremental
+DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL
DEPENDS+= ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity
DEPENDS+= ${PYPKGPREFIX}-ZopeInterface>=3.0.1:../../devel/py-ZopeInterface
@@ -21,17 +22,9 @@
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
for i in cftp ckeygen conch mailmail pyhtmlizer tkconch trial twist twistd; do \
- ${MV} $$i $$i-${PYVERSSUFFIX}; \
+ ${MV} $$i $$i-${PYVERSSUFFIX} || ${TRUE}; \
done
-# Do not "make package" after running "make test"; this will result in files
-# being installed that should not be.
-do-test:
- cd ${WRKSRC} && ./build/scripts-${PYVERSSUFFIX}/trial twisted
-
-# created during self test.
-CHECK_FILES_SKIP+= ${PREFIX}/${PYSITELIB}/twisted/plugins/dropin.cache
-
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r ee7f7c700eaf -r 4bf7f455dea8 net/py-twisted/Makefile.common
--- a/net/py-twisted/Makefile.common Thu Oct 19 08:23:30 2017 +0000
+++ b/net/py-twisted/Makefile.common Thu Oct 19 08:50:34 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.39 2017/06/21 18:35:35 adam Exp $
+# $NetBSD: Makefile.common,v 1.40 2017/10/19 08:50:34 adam Exp $
#
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
-DISTNAME= Twisted-17.5.0
+DISTNAME= Twisted-17.9.0
CATEGORIES= net python
MASTER_SITES= http://twistedmatrix.com/Releases/Twisted/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.bz2
diff -r ee7f7c700eaf -r 4bf7f455dea8 net/py-twisted/PLIST
--- a/net/py-twisted/PLIST Thu Oct 19 08:23:30 2017 +0000
+++ b/net/py-twisted/PLIST Thu Oct 19 08:50:34 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.28 2017/06/21 18:35:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2017/10/19 08:50:34 adam Exp $
bin/cftp-${PYVERSSUFFIX}
bin/ckeygen-${PYVERSSUFFIX}
bin/conch-${PYVERSSUFFIX}
@@ -87,9 +87,6 @@
${PYSITELIB}/twisted/application/runner/test/__init__.py
${PYSITELIB}/twisted/application/runner/test/__init__.pyc
${PYSITELIB}/twisted/application/runner/test/__init__.pyo
-${PYSITELIB}/twisted/application/runner/test/mockreactor.py
-${PYSITELIB}/twisted/application/runner/test/mockreactor.pyc
-${PYSITELIB}/twisted/application/runner/test/mockreactor.pyo
${PYSITELIB}/twisted/application/runner/test/test_exit.py
${PYSITELIB}/twisted/application/runner/test/test_exit.pyc
${PYSITELIB}/twisted/application/runner/test/test_exit.pyo
@@ -237,9 +234,6 @@
${PYSITELIB}/twisted/conch/ssh/__init__.py
${PYSITELIB}/twisted/conch/ssh/__init__.pyc
${PYSITELIB}/twisted/conch/ssh/__init__.pyo
-${PYSITELIB}/twisted/conch/ssh/_cryptography_backports.py
-${PYSITELIB}/twisted/conch/ssh/_cryptography_backports.pyc
-${PYSITELIB}/twisted/conch/ssh/_cryptography_backports.pyo
${PYSITELIB}/twisted/conch/ssh/_kex.py
${PYSITELIB}/twisted/conch/ssh/_kex.pyc
${PYSITELIB}/twisted/conch/ssh/_kex.pyo
@@ -543,12 +537,12 @@
${PYSITELIB}/twisted/internet/gireactor.py
${PYSITELIB}/twisted/internet/gireactor.pyc
${PYSITELIB}/twisted/internet/gireactor.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/internet/glib2reactor.py
-${PLIST.py2x}${PYSITELIB}/twisted/internet/glib2reactor.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/internet/glib2reactor.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/internet/gtk2reactor.py
-${PLIST.py2x}${PYSITELIB}/twisted/internet/gtk2reactor.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/internet/gtk2reactor.pyo
+${PYSITELIB}/twisted/internet/glib2reactor.py
+${PYSITELIB}/twisted/internet/glib2reactor.pyc
+${PYSITELIB}/twisted/internet/glib2reactor.pyo
+${PYSITELIB}/twisted/internet/gtk2reactor.py
+${PYSITELIB}/twisted/internet/gtk2reactor.pyc
+${PYSITELIB}/twisted/internet/gtk2reactor.pyo
${PYSITELIB}/twisted/internet/gtk3reactor.py
${PYSITELIB}/twisted/internet/gtk3reactor.pyc
${PYSITELIB}/twisted/internet/gtk3reactor.pyo
@@ -610,9 +604,9 @@
${PYSITELIB}/twisted/internet/protocol.py
${PYSITELIB}/twisted/internet/protocol.pyc
${PYSITELIB}/twisted/internet/protocol.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/internet/pyuisupport.py
-${PLIST.py2x}${PYSITELIB}/twisted/internet/pyuisupport.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/internet/pyuisupport.pyo
+${PYSITELIB}/twisted/internet/pyuisupport.py
+${PYSITELIB}/twisted/internet/pyuisupport.pyc
+${PYSITELIB}/twisted/internet/pyuisupport.pyo
${PYSITELIB}/twisted/internet/reactor.py
${PYSITELIB}/twisted/internet/reactor.pyc
${PYSITELIB}/twisted/internet/reactor.pyo
@@ -662,12 +656,12 @@
${PYSITELIB}/twisted/internet/test/process_cli.py
${PYSITELIB}/twisted/internet/test/process_cli.pyc
${PYSITELIB}/twisted/internet/test/process_cli.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/internet/test/process_connectionlost.py
-${PLIST.py2x}${PYSITELIB}/twisted/internet/test/process_connectionlost.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/internet/test/process_connectionlost.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/internet/test/process_gireactornocompat.py
-${PLIST.py2x}${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyo
+${PYSITELIB}/twisted/internet/test/process_connectionlost.py
+${PYSITELIB}/twisted/internet/test/process_connectionlost.pyc
+${PYSITELIB}/twisted/internet/test/process_connectionlost.pyo
+${PYSITELIB}/twisted/internet/test/process_gireactornocompat.py
+${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyc
+${PYSITELIB}/twisted/internet/test/process_gireactornocompat.pyo
${PYSITELIB}/twisted/internet/test/process_helper.py
${PYSITELIB}/twisted/internet/test/process_helper.pyc
${PYSITELIB}/twisted/internet/test/process_helper.pyo
@@ -785,12 +779,15 @@
${PYSITELIB}/twisted/internet/test/test_win32events.py
${PYSITELIB}/twisted/internet/test/test_win32events.pyc
${PYSITELIB}/twisted/internet/test/test_win32events.pyo
+${PYSITELIB}/twisted/internet/test/test_win32serialport.py
+${PYSITELIB}/twisted/internet/test/test_win32serialport.pyc
+${PYSITELIB}/twisted/internet/test/test_win32serialport.pyo
${PYSITELIB}/twisted/internet/threads.py
${PYSITELIB}/twisted/internet/threads.pyc
${PYSITELIB}/twisted/internet/threads.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/internet/tksupport.py
-${PLIST.py2x}${PYSITELIB}/twisted/internet/tksupport.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/internet/tksupport.pyo
+${PYSITELIB}/twisted/internet/tksupport.py
+${PYSITELIB}/twisted/internet/tksupport.pyc
+${PYSITELIB}/twisted/internet/tksupport.pyo
${PYSITELIB}/twisted/internet/udp.py
${PYSITELIB}/twisted/internet/udp.pyc
${PYSITELIB}/twisted/internet/udp.pyo
@@ -914,9 +911,9 @@
${PLIST.py2x}${PYSITELIB}/twisted/mail/bounce.py
${PLIST.py2x}${PYSITELIB}/twisted/mail/bounce.pyc
${PLIST.py2x}${PYSITELIB}/twisted/mail/bounce.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/imap4.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/imap4.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/imap4.pyo
+${PYSITELIB}/twisted/mail/imap4.py
+${PYSITELIB}/twisted/mail/imap4.pyc
+${PYSITELIB}/twisted/mail/imap4.pyo
${PYSITELIB}/twisted/mail/interfaces.py
${PYSITELIB}/twisted/mail/interfaces.pyc
${PYSITELIB}/twisted/mail/interfaces.pyo
@@ -966,9 +963,9 @@
${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_bounce.py
${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_bounce.pyc
${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_bounce.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_imap.py
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_imap.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_imap.pyo
+${PYSITELIB}/twisted/mail/test/test_imap.py
+${PYSITELIB}/twisted/mail/test/test_imap.pyc
+${PYSITELIB}/twisted/mail/test/test_imap.pyo
${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_mail.py
${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_mail.pyc
${PLIST.py2x}${PYSITELIB}/twisted/mail/test/test_mail.pyo
@@ -1197,39 +1194,39 @@
${PYSITELIB}/twisted/plugins/twisted_ftp.py
${PYSITELIB}/twisted/plugins/twisted_ftp.pyc
${PYSITELIB}/twisted/plugins/twisted_ftp.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_inet.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_inet.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_inet.pyo
+${PYSITELIB}/twisted/plugins/twisted_inet.py
+${PYSITELIB}/twisted/plugins/twisted_inet.pyc
+${PYSITELIB}/twisted/plugins/twisted_inet.pyo
${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_mail.py
${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_mail.pyc
${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_mail.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_names.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_names.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_names.pyo
+${PYSITELIB}/twisted/plugins/twisted_names.py
+${PYSITELIB}/twisted/plugins/twisted_names.pyc
+${PYSITELIB}/twisted/plugins/twisted_names.pyo
${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_news.py
${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_news.pyc
${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_news.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_portforward.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_portforward.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_portforward.pyo
+${PYSITELIB}/twisted/plugins/twisted_portforward.py
+${PYSITELIB}/twisted/plugins/twisted_portforward.pyc
+${PYSITELIB}/twisted/plugins/twisted_portforward.pyo
${PYSITELIB}/twisted/plugins/twisted_reactors.py
${PYSITELIB}/twisted/plugins/twisted_reactors.pyc
${PYSITELIB}/twisted/plugins/twisted_reactors.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_runner.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_runner.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_runner.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_socks.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_socks.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_socks.pyo
+${PYSITELIB}/twisted/plugins/twisted_runner.py
+${PYSITELIB}/twisted/plugins/twisted_runner.pyc
+${PYSITELIB}/twisted/plugins/twisted_runner.pyo
+${PYSITELIB}/twisted/plugins/twisted_socks.py
+${PYSITELIB}/twisted/plugins/twisted_socks.pyc
+${PYSITELIB}/twisted/plugins/twisted_socks.pyo
${PYSITELIB}/twisted/plugins/twisted_trial.py
${PYSITELIB}/twisted/plugins/twisted_trial.pyc
${PYSITELIB}/twisted/plugins/twisted_trial.pyo
${PYSITELIB}/twisted/plugins/twisted_web.py
${PYSITELIB}/twisted/plugins/twisted_web.pyc
${PYSITELIB}/twisted/plugins/twisted_web.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_words.py
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_words.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/plugins/twisted_words.pyo
+${PYSITELIB}/twisted/plugins/twisted_words.py
+${PYSITELIB}/twisted/plugins/twisted_words.pyc
+${PYSITELIB}/twisted/plugins/twisted_words.pyo
${PYSITELIB}/twisted/positioning/__init__.py
${PYSITELIB}/twisted/positioning/__init__.pyc
${PYSITELIB}/twisted/positioning/__init__.pyo
@@ -1320,9 +1317,9 @@
${PYSITELIB}/twisted/protocols/htb.py
${PYSITELIB}/twisted/protocols/htb.pyc
${PYSITELIB}/twisted/protocols/htb.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/protocols/ident.py
-${PLIST.py2x}${PYSITELIB}/twisted/protocols/ident.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/protocols/ident.pyo
+${PYSITELIB}/twisted/protocols/ident.py
+${PYSITELIB}/twisted/protocols/ident.pyc
+${PYSITELIB}/twisted/protocols/ident.pyo
${PYSITELIB}/twisted/protocols/loopback.py
${PYSITELIB}/twisted/protocols/loopback.pyc
${PYSITELIB}/twisted/protocols/loopback.pyo
@@ -1392,9 +1389,9 @@
${PYSITELIB}/twisted/python/_pydoctortemplates/common.html
${PYSITELIB}/twisted/python/_pydoctortemplates/index.html
${PYSITELIB}/twisted/python/_pydoctortemplates/summary.html
-${PLIST.py2x}${PYSITELIB}/twisted/python/_release.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/_release.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/_release.pyo
+${PYSITELIB}/twisted/python/_release.py
+${PYSITELIB}/twisted/python/_release.pyc
+${PYSITELIB}/twisted/python/_release.pyo
${PYSITELIB}/twisted/python/_sendmsg.c
${PLIST.py2x}${PYSITELIB}/twisted/python/_sendmsg.so
${PYSITELIB}/twisted/python/_setup.py
@@ -1439,9 +1436,9 @@
${PLIST.py2x}${PYSITELIB}/twisted/python/finalize.py
${PLIST.py2x}${PYSITELIB}/twisted/python/finalize.pyc
${PLIST.py2x}${PYSITELIB}/twisted/python/finalize.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/formmethod.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/formmethod.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/formmethod.pyo
+${PYSITELIB}/twisted/python/formmethod.py
+${PYSITELIB}/twisted/python/formmethod.pyc
+${PYSITELIB}/twisted/python/formmethod.pyo
${PLIST.py2x}${PYSITELIB}/twisted/python/hook.py
${PLIST.py2x}${PYSITELIB}/twisted/python/hook.pyc
${PLIST.py2x}${PYSITELIB}/twisted/python/hook.pyo
@@ -1469,15 +1466,15 @@
${PYSITELIB}/twisted/python/randbytes.py
${PYSITELIB}/twisted/python/randbytes.pyc
${PYSITELIB}/twisted/python/randbytes.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/rebuild.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/rebuild.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/rebuild.pyo
+${PYSITELIB}/twisted/python/rebuild.py
+${PYSITELIB}/twisted/python/rebuild.pyc
+${PYSITELIB}/twisted/python/rebuild.pyo
${PYSITELIB}/twisted/python/reflect.py
${PYSITELIB}/twisted/python/reflect.pyc
${PYSITELIB}/twisted/python/reflect.pyo
-${PLIST.py2x}${PYSITELIB}/twisted/python/release.py
-${PLIST.py2x}${PYSITELIB}/twisted/python/release.pyc
-${PLIST.py2x}${PYSITELIB}/twisted/python/release.pyo
+${PYSITELIB}/twisted/python/release.py
+${PYSITELIB}/twisted/python/release.pyc
+${PYSITELIB}/twisted/python/release.pyo
Home |
Main Index |
Thread Index |
Old Index