components/python/rfc3986/Makefile
changeset 6410 3ae42b2b5dad
parent 4984 7145b15b7f0d
child 7687 1093e2a9adbd
equal deleted inserted replaced
6409:a57c61602ca6 6410:3ae42b2b5dad
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		rfc3986
    28 COMPONENT_NAME=		rfc3986
    29 COMPONENT_VERSION=	0.2.0
    29 COMPONENT_VERSION=	0.3.1
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:8a7b3f6cfdfb969c2e876513e87c30ebe1e4bdc9fae4a63c701eee88bbec9b22
    33     sha256:b94638db542896ccf89dc62785ec26dbcbd6a97d337f64e02615b164b974f2e5
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    34 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
    35 COMPONENT_PROJECT_URL=	https://github.com/sigmavirus24/rfc3986
    35 COMPONENT_PROJECT_URL=	https://github.com/sigmavirus24/rfc3986
    36 COMPONENT_BUGDB=	python-mod/rfc3986
    36 COMPONENT_BUGDB=	python-mod/rfc3986
    37 
    37 
    38 TPNO=			20390
    38 TPNO=			29486
    39 
    39 
    40 # UnicodeDecodeError issues; not Python 3 ready.
    40 # UnicodeDecodeError issues; not Python 3 ready.
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    41 PYTHON_VERSIONS=	$(PYTHON2_VERSIONS)
    42 
    42 
    43 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk