mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
python-hyperlink: new package
Though PyPI says the license is BSD, GitHub repo has an MIT license file since April 2017 and upstream setup.py was also fixed. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
65dcaf0a8b
commit
2c6222c043
13
package/python-hyperlink/python-hyperlink.mk
Normal file
13
package/python-hyperlink/python-hyperlink.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-hyperlink
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_HYPERLINK_VERSION = 17.2.1
|
||||
PYTHON_HYPERLINK_SOURCE = hyperlink-$(PYTHON_HYPERLINK_VERSION).tar.gz
|
||||
PYTHON_HYPERLINK_SITE = https://pypi.python.org/packages/a2/d9/56b6a007a643d6511e616a2be74f67c3703e2aea4e9eaa44bdf48bc78c82
|
||||
PYTHON_HYPERLINK_SETUP_TYPE = setuptools
|
||||
PYTHON_HYPERLINK_LICENSE = MIT
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user