mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pikepdf: initial import
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
1
dev-python/pikepdf/Manifest
Normal file
1
dev-python/pikepdf/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pikepdf-1.8.3.tar.gz 1649370 BLAKE2B c655eb2a9304eb624b5f3dd3ea68ff3194f5a508b4249ef0643689945c28bbe9eaad015df481516d6cfce6768a70a34377725a7995b448f22a2eb025b4967e71 SHA512 5cb674042dca6850df7cf9476743956967d0ad168ac6bdadda03895a604f6c3670849e33ab863e7686eaa46922489d6dd1da9883d19a721c8021323d768086a9
|
||||
16
dev-python/pikepdf/metadata.xml
Normal file
16
dev-python/pikepdf/metadata.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>grozin@gentoo.org</email>
|
||||
<name>Andrey Grozin</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
pikepdf is a Python library for reading and writing PDF files.
|
||||
pikepdf is based on QPDF, a powerful PDF manipulation and repair library.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pikepdf</remote-id>
|
||||
<remote-id type="github">pikepdf/pikepdf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-python/pikepdf/pikepdf-1.8.3.ebuild
Normal file
19
dev-python/pikepdf/pikepdf-1.8.3.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python library to work with pdf files based on qpdf"
|
||||
HOMEPAGE="https://pypi.org/project/pikepdf/ https://github.com/pikepdf/pikepdf"
|
||||
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MPL-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RDEPEND="app-text/qpdf
|
||||
dev-python/pybind11"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools_scm_git_archive"
|
||||
Reference in New Issue
Block a user