python3-pdfminer.six: update to 20220524.
This commit is contained in:
parent
fc31da0c2a
commit
65af0e0b83
@ -1,26 +0,0 @@
|
||||
--- a/CHANGELOG.md
|
||||
+++ b/CHANGELOG.md
|
||||
@@ -3,6 +3,11 @@ All notable changes in pdfminer.six will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
+## [Unreleased]
|
||||
+
|
||||
+### Removed
|
||||
+- Unused dependency on `sortedcontainers` package ([#525](https://github.com/pdfminer/pdfminer.six/pull/525))
|
||||
+
|
||||
## [20201018]
|
||||
|
||||
### Deprecated
|
||||
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -15,7 +15,6 @@
|
||||
install_requires=[
|
||||
'chardet ; python_version > "3.0"',
|
||||
'cryptography',
|
||||
- 'sortedcontainers',
|
||||
],
|
||||
extras_require={
|
||||
"dev": ["nose", "tox"],
|
||||
|
@ -1,18 +1,23 @@
|
||||
# Template file for 'python3-pdfminer.six'
|
||||
pkgname=python3-pdfminer.six
|
||||
version=20201018
|
||||
revision=2
|
||||
version=20220524
|
||||
revision=1
|
||||
wrksrc=pdfminer.six-${version}
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 python3-cryptography python3-chardet"
|
||||
checkdepends="$depends tox python3-nose"
|
||||
depends="python3-charset-normalizer python3-cryptography python3-Pillow"
|
||||
checkdepends="$depends python3-pytest-xdist"
|
||||
short_desc="Tool for extracting information from PDF documents"
|
||||
maintainer="Bleznudd <bleznudd@pm.me>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pdfminer/pdfminer.six"
|
||||
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=0e9c8b0a9c40c2aee044c3091ad6b18b5e6279722e64b6b975f8aedc26bf8e38
|
||||
changelog="https://raw.githubusercontent.com/pdfminer/pdfminer.six/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/pdfminer/pdfminer.six/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=a036227ecd6c140ac270870f9e59b104024232939cc199d79703447e976d389e
|
||||
|
||||
post_patch() {
|
||||
vsed -i pdfminer/__init__.py -e "s/__VERSION__/${version}/g"
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
Loading…
x
Reference in New Issue
Block a user