mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python3-pdfminer.six: update to 20220524.
This commit is contained in:
parent
fc31da0c2a
commit
65af0e0b83
2 changed files with 11 additions and 32 deletions
|
@ -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'
|
# Template file for 'python3-pdfminer.six'
|
||||||
pkgname=python3-pdfminer.six
|
pkgname=python3-pdfminer.six
|
||||||
version=20201018
|
version=20220524
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=pdfminer.six-${version}
|
wrksrc=pdfminer.six-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3 python3-cryptography python3-chardet"
|
depends="python3-charset-normalizer python3-cryptography python3-Pillow"
|
||||||
checkdepends="$depends tox python3-nose"
|
checkdepends="$depends python3-pytest-xdist"
|
||||||
short_desc="Tool for extracting information from PDF documents"
|
short_desc="Tool for extracting information from PDF documents"
|
||||||
maintainer="Bleznudd <bleznudd@pm.me>"
|
maintainer="Bleznudd <bleznudd@pm.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pdfminer/pdfminer.six"
|
homepage="https://github.com/pdfminer/pdfminer.six"
|
||||||
distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/pdfminer/pdfminer.six/master/CHANGELOG.md"
|
||||||
checksum=0e9c8b0a9c40c2aee044c3091ad6b18b5e6279722e64b6b975f8aedc26bf8e38
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue