twisted: Rename package, fix errors
authorJeffery To <redacted>
Mon, 18 Feb 2019 08:11:02 +0000 (16:11 +0800)
committerJeffery To <redacted>
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 <redacted>
lang/python/python-twisted/Makefile [moved from lang/python/twisted/Makefile with 64% similarity]
lang/python/python-twisted/patches/001-omit-tkconch.patch [moved from lang/python/twisted/patches/001-omit-tkconch.patch with 100% similarity]
lang/python/python-twisted/patches/002-omit-tests.patch [moved from lang/python/twisted/patches/002-omit-tests.patch with 100% similarity]
net/obfsproxy/Makefile
git clone https://git.99rst.org/PROJECT