You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
633 B

  1. #
  2. # Copyright (C) 2007-2016 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. # Note: keep in sync with setuptools & pip
  8. PYTHON3_VERSION_MAJOR:=3
  9. PYTHON3_VERSION_MINOR:=6
  10. PYTHON3_VERSION_MICRO:=5
  11. PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
  12. PYTHON3_SETUPTOOLS_PKG_RELEASE:=1
  13. PYTHON3_PIP_PKG_RELEASE:=1
  14. PYTHON3_SETUPTOOLS_VERSION:=39.0.1
  15. PYTHON3_PIP_VERSION:=9.0.3
  16. PYTHON3_SETUPTOOLS_VERSION:=$(PYTHON3_SETUPTOOLS_VERSION)-$(PYTHON3_SETUPTOOLS_PKG_RELEASE)
  17. PYTHON3_PIP_VERSION:=$(PYTHON3_PIP_VERSION)-$(PYTHON3_PIP_PKG_RELEASE)