python/stevedore: update to 5.4.0
[oi-userland.git] / components / python / PySocks / Makefile
blob6e3c553ec0f0dc3dcc857a906e077e74c9138152
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/python-integrate-project PySocks
17 BUILD_STYLE = setup.py
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME = PySocks
22 COMPONENT_VERSION = 1.7.1
23 COMPONENT_SUMMARY = PySocks - A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
24 COMPONENT_PROJECT_URL = https://github.com/Anorov/PySocks
25 COMPONENT_ARCHIVE_URL = \
26 https://files.pythonhosted.org/packages/bd/11/293dd436aea955d45fc4e8a35b6ae7270f5b8e00b53cf6c024c83b657a11/PySocks-1.7.1.tar.gz
27 COMPONENT_ARCHIVE_HASH = \
28 sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0
29 COMPONENT_LICENSE = BSD-3-Clause
30 COMPONENT_LICENSE_FILE = LICENSE
32 # To test we need 3proxy (https://3proxy.org/), but it is not packaged for
33 # OpenIndiana (yet). See also https://github.com/Anorov/PySocks/issues/136
34 TEST_STYLE = none
36 include $(WS_MAKE_RULES)/common.mk
38 # Auto-generated dependencies
39 PYTHON_REQUIRED_PACKAGES += runtime/python