|
|
@ -1,5 +1,5 @@ |
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
# Copyright (C) 2015, 2017-2018 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-six |
|
|
|
PKG_VERSION:=1.11.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE:=six-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe |
|
|
@ -75,5 +75,8 @@ $(eval $(call HostBuild)) |
|
|
|
|
|
|
|
$(eval $(call PyPackage,python-six)) |
|
|
|
$(eval $(call BuildPackage,python-six)) |
|
|
|
$(eval $(call BuildPackage,python-six-src)) |
|
|
|
|
|
|
|
$(eval $(call Py3Package,python3-six)) |
|
|
|
$(eval $(call BuildPackage,python3-six)) |
|
|
|
$(eval $(call BuildPackage,python3-six-src)) |