mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
package/python-pickleshare: New package
Add 'pickleshare'[1] package to buildroot. Needed by IPython. [1] https://pypi.python.org/pypi/pickleshare Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
84e231e8ae
commit
1039f4bbbb
14
package/python-pickleshare/python-pickleshare.mk
Normal file
14
package/python-pickleshare/python-pickleshare.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pickleshare
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PICKLESHARE_VERSION = 0.7.4
|
||||
PYTHON_PICKLESHARE_SOURCE = pickleshare-$(PYTHON_PICKLESHARE_VERSION).tar.gz
|
||||
PYTHON_PICKLESHARE_SITE = https://pypi.python.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525
|
||||
PYTHON_PICKLESHARE_LICENSE = MIT
|
||||
PYTHON_PICKLESHARE_LICENSE_FILE = LICENSE
|
||||
PYTHON_PICKLESHARE_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user