mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b5e0a0a0a6
commit
37e9b17b1e
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Telepathy IM framework - Python package"
|
||||
HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
|
||||
HOMEPAGE = "https://telepathy.freedesktop.org/wiki/"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||
file://src/utils.py;beginline=1;endline=17;md5=9a07d1a9791a7429a14e7b25c6c86822"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Draws ASCII trees."
|
||||
HOMEPAGE = "http://github.com/mbr/asciitree"
|
||||
HOMEPAGE = "https://github.com/mbr/asciitree"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a985ccb0df374f2a8cab75010bf8db73"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Lightweight, extensible schema and data validation tool for Python dictionaries."
|
||||
HOMEPAGE = "http://docs.python-cerberus.org/"
|
||||
HOMEPAGE = "https://docs.python-cerberus.org/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=48f8e9432d0dac5e0e7a18211a0bacdb"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Backports and enhancements for the contextlib module"
|
||||
HOMEPAGE = "http://contextlib2.readthedocs.org/"
|
||||
HOMEPAGE = "https://contextlib2.readthedocs.org/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PSF-2.0 & Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d2b6be100f1002194122ec9bfee7b8b4"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Convex optimization package"
|
||||
HOMEPAGE = "http://cvxopt.org"
|
||||
HOMEPAGE = "https://cvxopt.org"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=66ec4f8e53d3e733a8c26d5ca3830fba"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Composable style cycles"
|
||||
HOMEPAGE = "http://github.com/matplotlib/cycler"
|
||||
HOMEPAGE = "https://github.com/matplotlib/cycler"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7713fe42cd766b15c710e19392bfa811"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
|
||||
HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
|
||||
HOMEPAGE = "https://www.grantjenks.com/docs/diskcache/"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c60ef82f0f40155453f6d5f2c94b6e8e"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "A high-level Python Web framework"
|
||||
HOMEPAGE = "http://www.djangoproject.com/"
|
||||
HOMEPAGE = "https://www.djangoproject.com/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "DNS toolkit for Python"
|
||||
HOMEPAGE = "http://www.dnspython.org/"
|
||||
HOMEPAGE = "https://www.dnspython.org/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Highly concurrent networking library"
|
||||
HOMEPAGE = "http://pypi.python.org/pypi/eventlet"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/eventlet"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "A coroutine-based Python networking library"
|
||||
DESCRIPTION = "gevent is a coroutine-based Python networking library that uses greenlet to provide \
|
||||
a high-level synchronous API on top of the libevent event loop."
|
||||
HOMEPAGE = "http://www.gevent.org"
|
||||
HOMEPAGE = "https://www.gevent.org"
|
||||
LICENSE = "MIT & Python-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4de99aac27b470c29c6c309e0c279b65"
|
||||
DEPENDS += "python3-greenlet-native python3-greenlet libev libuv python3-cffi-native"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Google gRPC channelz"
|
||||
HOMEPAGE = "http://www.grpc.io/"
|
||||
HOMEPAGE = "https://www.grpc.io/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Google gRPC reflection"
|
||||
HOMEPAGE = "http://www.grpc.io/"
|
||||
HOMEPAGE = "https://www.grpc.io/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Google gRPC tools"
|
||||
HOMEPAGE = "http://www.grpc.io/"
|
||||
HOMEPAGE = "https://www.grpc.io/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "Apache-2.0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Google gRPC"
|
||||
HOMEPAGE = "http://www.grpc.io/"
|
||||
HOMEPAGE = "https://www.grpc.io/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "Apache-2.0 & BSD-3-Clause & MPL-2.0 & MIT & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Python humanize utilities"
|
||||
HOMEPAGE = "http://github.com/jmoiron/humanize"
|
||||
HOMEPAGE = "https://github.com/jmoiron/humanize"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Vestigial utilities from IPython"
|
||||
HOMEPAGE = "http://ipython.org"
|
||||
HOMEPAGE = "https://ipython.org"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Various helpers to pass trusted data to untrusted environments and back."
|
||||
HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous"
|
||||
HOMEPAGE = "https://github.com/mitsuhiko/itsdangerous"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4cda9a0ebd516714f360b0e9418cfb37"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Pure-python wrapper for libusb-1.0"
|
||||
HOMEPAGE = "http://github.com/vpelletier/python-libusb1"
|
||||
HOMEPAGE = "https://github.com/vpelletier/python-libusb1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ SECTION = "devel/python"
|
|||
LICENSE = "AGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://agpl-3.0.txt;md5=73f1eb20517c55bf9493b7dd6e480788"
|
||||
|
||||
HOMEPAGE = "http://lrparsing.sourceforge.net/"
|
||||
HOMEPAGE = "https://lrparsing.sourceforge.net/"
|
||||
BUGTRACKER = "https://sourceforge.net/p/lrparsing/tickets/"
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lrparsing/files/"
|
||||
UPSTREAM_CHECK_REGEX = "lrparsing-(?P<pver>\d+(\.\d+)+)"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "It was born from lack of existing library to read/write natively
|
|||
from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl \
|
||||
was initially based on PHPExcel."
|
||||
|
||||
HOMEPAGE = "http://www.python-excel.org/"
|
||||
HOMEPAGE = "https://www.python-excel.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "A MutableSet that remembers its order, so that every entry has an index."
|
||||
HOMEPAGE = "http://github.com/LuminosoInsight/ordered-set"
|
||||
HOMEPAGE = "https://github.com/LuminosoInsight/ordered-set"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=3bf5e1ad64c0d99032c3143361fa234e"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "pandas library for high-performance data analysis tools"
|
|||
DESCRIPTION = "pandas is an open source, BSD-licensed library providing \
|
||||
high-performance, easy-to-use data structures and data analysis tools for \
|
||||
the Python programming language."
|
||||
HOMEPAGE = "http://pandas.pydata.org/"
|
||||
HOMEPAGE = "https://pandas.pydata.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux."
|
||||
HOMEPAGE = "http://pythonhosted.org/python-periphery/"
|
||||
HOMEPAGE = "https://pythonhosted.org/python-periphery/"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=30fe6f023a80fb33989fb3b9d773fea0"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "A Pure Python Expect like Module for Python"
|
||||
HOMEPAGE = "http://pexpect.readthedocs.org/"
|
||||
HOMEPAGE = "https://pexpect.readthedocs.org/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1c7a725251880af8c6a148181665385b"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Python module to interface with the pkg-config command line too"
|
||||
HOMEPAGE = "http://github.com/matze/pkgconfig"
|
||||
HOMEPAGE = "https://github.com/matze/pkgconfig"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
||||
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
|
||||
HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Easy progress reporting for Python"
|
||||
HOMEPAGE = "http://github.com/verigak/progress/"
|
||||
HOMEPAGE = "https://github.com/verigak/progress/"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=00ab78a4113b09aacf63d762a7bb9644"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Run a subprocess in a pseudo terminal"
|
||||
HOMEPAGE = "http://ptyprocess.readthedocs.io/en/latest/"
|
||||
HOMEPAGE = "https://ptyprocess.readthedocs.io/en/latest/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cfdcd51fa7d5808da4e74346ee394490"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
|
||||
HOMEPAGE = "http://py.readthedocs.io/"
|
||||
HOMEPAGE = "https://py.readthedocs.io/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "Pure-Python Java Keystore (JKS) library"
|
|||
DESCRIPTION = "PyJKS enables Python projects to load and manipulate\
|
||||
Java KeyStore (JKS) data without a JVM dependency. PyJKS supports JKS,\
|
||||
JCEKS, BKS and UBER (BouncyCastle) keystores."
|
||||
HOMEPAGE = "http://github.com/kurtbrose/pyjks"
|
||||
HOMEPAGE = "https://github.com/kurtbrose/pyjks"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9694d6cc724caf7f7386be88a4a81958"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "JSON Web Token implementation in Python"
|
||||
DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\
|
||||
Original implementation was written by https://github.com/progrium"
|
||||
HOMEPAGE = "http://github.com/jpadilla/pyjwt"
|
||||
HOMEPAGE = "https://github.com/jpadilla/pyjwt"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Pylint is a Python source code analyzer"
|
||||
HOMEPAGE = "http://www.pylint.org/"
|
||||
HOMEPAGE = "https://www.pylint.org/"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ The PyMongo distribution contains tools for interacting with MongoDB \
|
|||
database from Python. The bson package is an implementation of the BSON \
|
||||
format for Python. The pymongo package is a native Python driver for \
|
||||
MongoDB. The gridfs package is a gridfs implementation on top of pymongo."
|
||||
HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
|
||||
HOMEPAGE = "https://github.com/mongodb/mongo-python-driver"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Linux network configuration library for Python"
|
||||
DESCRIPTION = "This library contains Python bindings to ioctl calls"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = "http://github.com/rlisagor/pynetlinux"
|
||||
HOMEPAGE = "https://github.com/rlisagor/pynetlinux"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=74e1861736ee959824fe7542323c12e9"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "PyZMQ: Python bindings for ZMQ"
|
||||
DESCRIPTION = "This package contains Python bindings for ZeroMQ. ZMQ is a lightweight and fast messaging implementation."
|
||||
HOMEPAGE = "http://zeromq.org/bindings:python"
|
||||
HOMEPAGE = "https://zeromq.org/bindings:python"
|
||||
LICENSE = "BSD-3-Clause & LGPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://LICENSE.BSD;md5=1787206f198344195a671b60326c59dc \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "Python client for Redis key-value store"
|
||||
DESCRIPTION = "The Python interface to the Redis key-value store."
|
||||
HOMEPAGE = "http://github.com/andymccurdy/redis-py"
|
||||
HOMEPAGE = "https://github.com/andymccurdy/redis-py"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=609ded3add9111c4c6e102f1d421d3f8"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "File transport adapter for Requests"
|
||||
HOMEPAGE = "http://github.com/dashea/requests-file"
|
||||
HOMEPAGE = "https://github.com/dashea/requests-file"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "FTP Transport Adapter for Requests"
|
||||
HOMEPAGE = "http://github.com/Lukasa/requests-ftp"
|
||||
HOMEPAGE = "https://github.com/Lukasa/requests-ftp"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=6683a23c9968b97709441dc884d46df6"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ tabular test data syntax and it utilizes the keyword-driven testing approach.\
|
|||
Its testing capabilities can be extended by test libraries implemented either\
|
||||
with Python or Java, and users can create new higher-level keywords from\
|
||||
existing ones using the same syntax that is used for creating test cases."
|
||||
HOMEPAGE = "http://robotframework.org"
|
||||
HOMEPAGE = "https://robotframework.org"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python"
|
||||
HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
|
||||
HOMEPAGE = "https://cheeseshop.python.org/pypi/simplejson"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ devices from user space via the spidev linux kernel driver.\
|
|||
This is a modified version of the code originally found\
|
||||
[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
|
||||
All code is GPLv2 licensed unless explicitly stated otherwise."
|
||||
HOMEPAGE = "http://github.com/doceme/py-spidev"
|
||||
HOMEPAGE = "https://github.com/doceme/py-spidev"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \
|
||||
application developers the full power and flexibility of SQL"
|
||||
HOMEPAGE = "http://www.sqlalchemy.org/"
|
||||
HOMEPAGE = "https://www.sqlalchemy.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Non-validating SQL parser module"
|
||||
HOMEPAGE = "http://pypi.python.org/pypi/sqlparse"
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/sqlparse"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b136f573f5386001ea3b7b9016222fc"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "Tornado is an open source version of the scalable, non-blocking web
|
|||
DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \
|
||||
By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \
|
||||
polling, WebSockets, and other applications that require a long-lived connection to each user."
|
||||
HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
|
||||
HOMEPAGE = "https://www.tornadoweb.org/en/stable/"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023 iris-GmbH infrared & intelligent sensors
|
||||
|
||||
SUMMARY = "Automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software (alongside pytest and devpi)."
|
||||
HOMEPAGE = "http://tox.readthedocs.org/"
|
||||
HOMEPAGE = "https://tox.readthedocs.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=11610a9d8fd95649cf8159be12b98cb7"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Fast, Extensible Progress Meter"
|
||||
HOMEPAGE = "http://tqdm.github.io/"
|
||||
HOMEPAGE = "https://tqdm.github.io/"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LICENSE = "MIT & MPL-2.0"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "Bindings for the Twofish implementation by Niels Ferguson"
|
||||
DESCRIPTION = "Bindings for the Twofish implementation by Niels Ferguson\
|
||||
libtwofish-dev."
|
||||
HOMEPAGE = "http://github.com/keybase/python-twofish"
|
||||
HOMEPAGE = "https://github.com/keybase/python-twofish"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=33a63abf6d7567b1689d8ce69f00e43b"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "Unified diff parsing/metadata extraction library"
|
||||
HOMEPAGE = "http://github.com/matiasb/python-unidiff"
|
||||
HOMEPAGE = "https://github.com/matiasb/python-unidiff"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4c434b08ef42fea235bb019b5e5a97b3"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "A Python module for decorators, wrappers and monkey patching."
|
||||
HOMEPAGE = "http://wrapt.readthedocs.org/"
|
||||
HOMEPAGE = "https://wrapt.readthedocs.org/"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc34cbad60bc961452eb7ade801d25f7"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spre
|
|||
DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
|
||||
versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
|
||||
Strong support for Excel dates. Unicode-aware."
|
||||
HOMEPAGE = "http://www.python-excel.org/"
|
||||
HOMEPAGE = "https://www.python-excel.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "Python3 interface to the wxWidgets Cross-platform C++ GUI toolkit."
|
||||
HOMEPAGE = "http://www.wxpython.org"
|
||||
HOMEPAGE = "https://www.wxpython.org"
|
||||
|
||||
LICENSE = "LGPL-2.0-only & WXwindows & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=102f37a0d23aa258e59e4cc8b5380b35"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "A python module for system storage configuration"
|
||||
HOMEPAGE = "http://fedoraproject.org/wiki/blivet"
|
||||
HOMEPAGE = "https://fedoraproject.org/wiki/blivet"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
SECTION = "devel/python"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
SUMMARY = "PyEphem astronomical calculations"
|
||||
HOMEPAGE = "http://rhodesmill.org/pyephem/"
|
||||
HOMEPAGE = "https://rhodesmill.org/pyephem/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
DESCRIPTION = "A python library for manipulating kickstart files"
|
||||
HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart"
|
||||
HOMEPAGE = "https://fedoraproject.org/wiki/pykickstart"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ at http://www.dmtf.org/standards/wbem. \
|
|||
\
|
||||
It also provides a Python provider interface, and is the fastest and easiest \
|
||||
way to write providers on the planet."
|
||||
HOMEPAGE = "http://pywbem.github.io"
|
||||
HOMEPAGE = "https://pywbem.github.io"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ DESCRIPTION = "This module provides access to the LDAP \
|
|||
(Lightweight Directory Access Protocol) through Python operations \
|
||||
instead of C API. The module mainly acts as a wrapper for the \
|
||||
OpenLDAP 2.x libraries. Errors will appear as exceptions."
|
||||
HOMEPAGE = "http://www.python-ldap.org/"
|
||||
HOMEPAGE = "https://www.python-ldap.org/"
|
||||
LICENSE = "PSF-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user