mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
python module updates (#6583)
chardet: update to 4.0.0 imagesize_py: update to 1.3.0 packaging: update to 21.3 pygments: update to 2.11.2 pyparsing: update to 3.0.7 pytz: update to 2021.3 requests: update to 2.27.1 zipp: update to 3.7.0 docutils: update to 0.18.1
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
SUMMARY="Universal Character Encoding Detector"
|
||||
DESCRIPTION="Python module for character encoding auto-detection."
|
||||
HOMEPAGE="https://github.com/chardet/chardet"
|
||||
COPYRIGHT="2011-2017 Mark Pilgrim, Dan Blanchard"
|
||||
COPYRIGHT="2011-2022 Mark Pilgrim, Dan Blanchard"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.io/packages/source/c/chardet/chardet-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/${portName}-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -13,7 +13,7 @@ LICENSE="Public Domain
|
||||
Python"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"
|
||||
CHECKSUM_SHA256="679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -2,11 +2,11 @@ SUMMARY="Getting image size from png/jpeg/jpeg2000/gif file"
|
||||
DESCRIPTION="This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG \
|
||||
image headers and returns image size."
|
||||
HOMEPAGE="https://github.com/shibukawa/imagesize_py"
|
||||
COPYRIGHT="2016-2018 Yoshiki Shibukawa"
|
||||
COPYRIGHT="2016-2021 Yoshiki Shibukawa"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/shibukawa/imagesize_py/archive/$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="a10b0cade3e33a8e770677897ce14f5226dc321db864c1887bab8f3ed4a1c251"
|
||||
CHECKSUM_SHA256="58f441d6201e6090204aa1198d9b71d7c1317b5243d8be983700a1d71bd48682"
|
||||
SOURCE_DIR="imagesize_py-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -2,11 +2,11 @@ SUMMARY="Core utilities for Python packages"
|
||||
DESCRIPTION="The 'packaging' project includes the following: \
|
||||
version handling, specifiers, markers, requirements, tags, utilities."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/packaging"
|
||||
COPYRIGHT="2014-2020 Donald Stufft and individual contributors"
|
||||
COPYRIGHT="2014-2021 Donald Stufft and individual contributors"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://pypi.io/packages/source/p/packaging/packaging-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
@@ -12,11 +12,11 @@ ANSI sequences
|
||||
* it is usable as a command-line tool and as a library
|
||||
* ... and it highlights even Brainf*ck!"
|
||||
HOMEPAGE="https://pygments.org/"
|
||||
COPYRIGHT="2006-2019 by the Pygments team"
|
||||
COPYRIGHT="2006-2022 by the Pygments team"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.org/packages/source/P/Pygments/Pygments-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337"
|
||||
CHECKSUM_SHA256="4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"
|
||||
SOURCE_DIR="Pygments-$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -5,11 +5,11 @@ use of regular expressions. The pyparsing module provides a library of \
|
||||
classes that client code uses to construct the grammar directly in \
|
||||
Python code."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/pyparsing"
|
||||
COPYRIGHT="2003-2020 Paul T. McGuire"
|
||||
COPYRIGHT="2003-2022 Paul T. McGuire"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/pyparsing/pyparsing/archive/pyparsing_$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6deecf4b95a49a5a9c89b4a4b1fcb73c1cba0e3265ec7b858adffcced229ba05"
|
||||
CHECKSUM_SHA256="9303df2c7998485cc71a246c6cc0489c48ad571adc9d250c2d1314c47768ba59"
|
||||
SOURCE_DIR="pyparsing-pyparsing_$portVersion"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -4,16 +4,16 @@ It allows accurate and cross platform timezone calculations. \
|
||||
It also solves the issue of ambiguous times at the end of daylight saving time."
|
||||
HOMEPAGE="https://pythonhosted.org/pytz/
|
||||
https://pypi.org/project/pytz/"
|
||||
COPYRIGHT="2013-2018 Stuart Bishop"
|
||||
COPYRIGHT="2013-2021 Stuart Bishop"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"
|
||||
CHECKSUM_SHA256="acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
pytz = $portVersion
|
||||
$portName = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
@@ -2,11 +2,11 @@ SUMMARY="A HTTP library for Python"
|
||||
DESCRIPTION="Requests is a HTTP library, written in Python, made for humans."
|
||||
HOMEPAGE="http://python-requests.org/
|
||||
http://pypi.python.org/pypi/requests"
|
||||
COPYRIGHT="2019 Kenneth Reitz"
|
||||
COPYRIGHT="2022 Kenneth Reitz"
|
||||
LICENSE="Apache v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="03b192fad682a33964df331d35f90918b1940c89f6c5bcb10060be688ba50315"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
|
||||
SOURCE_FILENAME="requests-$portVersion.tar.gz"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -1,11 +1,11 @@
|
||||
SUMMARY="A pathlib-compatible Zipfile object wrapper"
|
||||
DESCRIPTION="Zipp is a pathlib-compatible Zipfile object wrapper."
|
||||
HOMEPAGE="https://pypi.python.org/pypi/zipp"
|
||||
COPYRIGHT="2018-2020 Jason R. Coombs"
|
||||
COPYRIGHT="2018-2021 Jason R. Coombs"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.io/packages/source/z/zipp/zipp-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb"
|
||||
SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
Reference in New Issue
Block a user