mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
20
package/python-dnspython/python-dnspython.mk
Normal file
20
package/python-dnspython/python-dnspython.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-dnspython
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DNSPYTHON_VERSION = 1.16.0
|
||||
PYTHON_DNSPYTHON_SOURCE = dnspython-$(PYTHON_DNSPYTHON_VERSION).zip
|
||||
PYTHON_DNSPYTHON_SITE = https://files.pythonhosted.org/packages/ec/c5/14bcd63cb6d06092a004793399ec395405edf97c2301dfdc146dfbd5beed
|
||||
PYTHON_DNSPYTHON_LICENSE = ISC
|
||||
PYTHON_DNSPYTHON_LICENSE_FILES = LICENSE
|
||||
PYTHON_DNSPYTHON_SETUP_TYPE = setuptools
|
||||
|
||||
define PYTHON_DNSPYTHON_EXTRACT_CMDS
|
||||
$(UNZIP) -d $(@D) $(PYTHON_DNSPYTHON_DL_DIR)/$(PYTHON_DNSPYTHON_SOURCE)
|
||||
mv $(@D)/dnspython-$(PYTHON_DNSPYTHON_VERSION)/* $(@D)
|
||||
$(RM) -r $(@D)/dnspython-$(PYTHON_DNSPYTHON_VERSION)
|
||||
endef
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user