gcc-6: don't ship info pages
[unleashed-userland.git] / components / python / ipaddress / Makefile
blob72cdf78359fa79ff53b8ac4418d1c689854bbb1f
1 include ../../../make-rules/shared-macros.mk
3 COMPONENT_NAME= ipaddress
4 COMPONENT_VERSION= 1.0.18
5 COMPONENT_PROJECT_URL= https://github.com/phihag/ipaddress
6 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
8 COMPONENT_LICENSE= PSF
9 COMPONENT_LICENSE_FILE= $(COMPONENT_SRC)/LICENSE
10 COMPONENT_ARCHIVE_HASH= \
11 sha256:5d8534c8e185f2d8a1fda1ef73f2c8f4b23264e8e30063feeb9511d492a413e1
12 COMPONENT_ARCHIVE_URL= $(call pypi_url)
14 PYTHON_VERSIONS= 2.7
16 include $(WS_MAKE_RULES)/prep.mk
17 include $(WS_MAKE_RULES)/setup.py.mk
18 include $(WS_MAKE_RULES)/ips.mk
20 build: $(BUILD_32_and_64)
21 install: $(INSTALL_32_and_64)
23 REQUIRED_PACKAGES += runtime/python-27
24 REQUIRED_PACKAGES += system/library