New package: python3-pdfminer.six-20201018

This commit is contained in:
Bleznudd 2021-03-30 10:56:19 +02:00 committed by Érico Nogueira
parent 0333767829
commit e5a7d0b610
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,26 @@
--- ./CHANGELOG.md
+++ ./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
--- ./setup.py
+++ ./setup.py
@@ -15,7 +15,6 @@
install_requires=[
'chardet ; python_version > "3.0"',
'cryptography',
- 'sortedcontainers',
],
extras_require={
"dev": ["nose", "tox"],

View file

@ -0,0 +1,19 @@
# Template file for 'python3-pdfminer.six'
pkgname=python3-pdfminer.six
version=20201018
revision=1
wrksrc=pdfminer.six-${version}
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3 python3-cryptography python3-chardet"
checkdepends="$depends tox python3-nose"
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
post_install() {
vlicense LICENSE
}