mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
add package python-functools32
This commit is contained in:
parent
d3aa564e4a
commit
4cacfaf003
7
package/python-functools32/Config.in
Normal file
7
package/python-functools32/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_FUNCTOOLS32
|
||||
bool "python-functools32"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
help
|
||||
Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
|
||||
|
||||
https://github.com/MiCHiLU/python-functools32
|
13
package/python-functools32/python-functools32.mk
Normal file
13
package/python-functools32/python-functools32.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-functools32
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FUNCTOOLS32_VERSION = 3.2.3-2
|
||||
PYTHON_FUNCTOOLS32_SOURCE = functools32-$(PYTHON_FUNCTOOLS32_VERSION).tar.gz
|
||||
PYTHON_FUNCTOOLS32_SITE = https://pypi.python.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db
|
||||
PYTHON_FUNCTOOLS32_SETUP_TYPE = setuptools
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
x
Reference in New Issue
Block a user