generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-passlib/Config.in
Normal file
7
package/python-passlib/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PASSLIB
|
||||
bool "python-passlib"
|
||||
help
|
||||
comprehensive password hashing framework supporting over 30
|
||||
schemes.
|
||||
|
||||
https://passlib.readthedocs.io
|
||||
5
package/python-passlib/python-passlib.hash
Normal file
5
package/python-passlib/python-passlib.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/passlib/json
|
||||
md5 3a229cbd00dfb33e99885b43325e0591 passlib-1.7.4.tar.gz
|
||||
sha256 defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04 passlib-1.7.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 a95ba8f1af88ff8d5f0d0c33519f430b7f9d8992b69d4bc369ac0423a7a05a89 LICENSE
|
||||
14
package/python-passlib/python-passlib.mk
Normal file
14
package/python-passlib/python-passlib.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-passlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PASSLIB_VERSION = 1.7.4
|
||||
PYTHON_PASSLIB_SOURCE = passlib-$(PYTHON_PASSLIB_VERSION).tar.gz
|
||||
PYTHON_PASSLIB_SITE = https://files.pythonhosted.org/packages/b6/06/9da9ee59a67fae7761aab3ccc84fa4f3f33f125b370f1ccdb915bf967c11
|
||||
PYTHON_PASSLIB_SETUP_TYPE = setuptools
|
||||
PYTHON_PASSLIB_LICENSE = BSD-3-Clause
|
||||
PYTHON_PASSLIB_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user