package/python-rfc3987: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2562e2e6ee
commit
5752204001
@ -1211,6 +1211,7 @@ menu "External python modules"
|
||||
source "package/python-requests/Config.in"
|
||||
source "package/python-requests-oauthlib/Config.in"
|
||||
source "package/python-requests-toolbelt/Config.in"
|
||||
source "package/python-rfc3987/Config.in"
|
||||
source "package/python-rpi-gpio/Config.in"
|
||||
source "package/python-rpi-ws281x/Config.in"
|
||||
source "package/python-rsa/Config.in"
|
||||
|
7
package/python-rfc3987/Config.in
Normal file
7
package/python-rfc3987/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_RFC3987
|
||||
bool "python-rfc3987"
|
||||
help
|
||||
Parsing and validation of URIs (RFC 3986) and IRIs (RFC
|
||||
3987).
|
||||
|
||||
http://pypi.python.org/pypi/rfc3987
|
5
package/python-rfc3987/python-rfc3987.hash
Normal file
5
package/python-rfc3987/python-rfc3987.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/rfc3987/json
|
||||
md5 b6c4028acdc788a9ba697e1c1d6b896c rfc3987-1.3.8.tar.gz
|
||||
sha256 d3c4d257a560d544e9826b38bc81db676890c79ab9d7ac92b39c7a253d5ca733 rfc3987-1.3.8.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING.txt
|
14
package/python-rfc3987/python-rfc3987.mk
Normal file
14
package/python-rfc3987/python-rfc3987.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-rfc3987
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_RFC3987_VERSION = 1.3.8
|
||||
PYTHON_RFC3987_SOURCE = rfc3987-$(PYTHON_RFC3987_VERSION).tar.gz
|
||||
PYTHON_RFC3987_SITE = https://files.pythonhosted.org/packages/14/bb/f1395c4b62f251a1cb503ff884500ebd248eed593f41b469f89caa3547bd
|
||||
PYTHON_RFC3987_SETUP_TYPE = setuptools
|
||||
PYTHON_RFC3987_LICENSE = GPL-3.0+
|
||||
PYTHON_RFC3987_LICENSE_FILES = COPYING.txt
|
||||
|
||||
$(eval $(python-package))
|
Loading…
Reference in New Issue
Block a user