@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := python-txsocksx
PKG_VERSION := 1.15.0.2
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := txsocksx-$( PKG_VERSION) .tar.gz
PKG_SOURCE_URL := https://pypi.python.org/packages/source/t/txsocksx
@ -26,6 +26,9 @@ include ../python-package.mk
PKG_UNPACK := $( HOST_TAR) -C $( PKG_BUILD_DIR) --strip-components= 1 -xzf $( DL_DIR) /$( PKG_SOURCE)
PYTHON_PKG_SETUP_VARS := \
PKG_VERSION = " $( PKG_VERSION) "
d e f i n e P a c k a g e / p y t h o n - t x s o c k s x / D e f a u l t
SECTION:= lang
CATEGORY:= Languages
@ -39,7 +42,7 @@ $(call Package/python-txsocksx/Default)
DEPENDS:= \
+PACKAGE_python-txsocksx:python-light \
+PACKAGE_python-txsocksx:python-parsley \
+PACKAGE_python-txsocksx:twisted
+PACKAGE_python-txsocksx:python- twisted
VARIANT:= python
e n d e f
@ -48,13 +51,6 @@ txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or
g r e a t e r .
e n d e f
d e f i n e P y B u i l d / C o m p i l e
$( call Build/Compile/PyMod,, \
install --prefix= "/usr" --root= " $( PKG_INSTALL_DIR) " , \
PKG_VERSION = " $( PKG_VERSION) " \
)
e n d e f
$( eval $ ( call PyPackage ,python -txsocksx ) )
$( eval $ ( call BuildPackage ,python -txsocksx ) )
$( eval $ ( call BuildPackage ,python -txsocksx -src ) )