twisted: Rename package, fix errors 8240/head
authorJeffery To <jeffery.to@gmail.com>
Mon, 18 Feb 2019 08:11:02 +0000 (16:11 +0800)
committerJeffery To <jeffery.to@gmail.com>
Mon, 18 Feb 2019 08:11:02 +0000 (16:11 +0800)
commit247d162e2eb38adc47bcb624d9cd7f1306901a4e
treece44e9f80d32d5fbee83707a36dc692dbc31fb4c
parenta0172009fbb1769e3a840c8afdc0269c08b2788f
twisted: Rename package, fix errors

This renames the Python 2 twisted package to python-twisted, and updates
dependents (i.e. obfsproxy) to reference the updated name.

This also fixes conflicts between the Python 2 and 3 packages. Twisted
installs some scripts to /usr/bin, and previously scripts for both
packages used the same names. This adds a "3" suffix to scripts
installed by python3-twisted.

This also adds python[3]-setuptools as a dependency, as the scripts
installed to /usr/bin depend on pkg_resources (part of setuptools).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-twisted/Makefile [new file with mode: 0644]
lang/python/python-twisted/patches/001-omit-tkconch.patch [new file with mode: 0644]
lang/python/python-twisted/patches/002-omit-tests.patch [new file with mode: 0644]
lang/python/twisted/Makefile [deleted file]
lang/python/twisted/patches/001-omit-tkconch.patch [deleted file]
lang/python/twisted/patches/002-omit-tests.patch [deleted file]
net/obfsproxy/Makefile