mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
python,python3: add python-pip-conf package to be used by both python-pip & python3-pip
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -59,6 +59,16 @@ define Package/python/Default/description
|
||||
the development of higher quality, more maintainable code.
|
||||
endef
|
||||
|
||||
define Package/python-pip-conf
|
||||
$(call Package/python/Default)
|
||||
TITLE:=Configuration file for pip/pip3
|
||||
URL:=https://pip.pypa.io
|
||||
endef
|
||||
|
||||
define Package/python-pip-conf/description
|
||||
Configuration file for pip/pip3
|
||||
endef
|
||||
|
||||
define Package/python-base
|
||||
$(call Package/python/Default)
|
||||
TITLE:=Python $(PYTHON_VERSION) interpreter
|
||||
@@ -257,6 +267,11 @@ define PyPackage/python/filespec
|
||||
-|$(PYTHON_PKG_DIR)
|
||||
endef
|
||||
|
||||
define Package/python-pip-conf/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(CP) ./files/pip.conf $(1)/etc
|
||||
endef
|
||||
|
||||
HOST_LDFLAGS += \
|
||||
$$$$(pkg-config --static --libs libcrypto libssl)
|
||||
|
||||
@@ -288,6 +303,8 @@ $(eval $(call PyPackage,python-base))
|
||||
$(eval $(call PyPackage,python-light))
|
||||
$(eval $(call PyPackage,python))
|
||||
|
||||
$(eval $(call BuildPackage,python-pip-conf))
|
||||
|
||||
$(eval $(call BuildPackage,python-base))
|
||||
$(eval $(call BuildPackage,python-light))
|
||||
$(eval $(call BuildPackage,python))
|
||||
|
||||
Reference in New Issue
Block a user