mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
py-pdf-parser: move to my overlay
This commit is contained in:
parent
09b87ebf9c
commit
8d3da33fa0
10 changed files with 0 additions and 164 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST psd-tools-1.9.13.tar.gz 121394 BLAKE2B 58ad534b0454b7a7cefc77872304623c824d49d0bbd8a2deae67f97a631c116e2770a19234842c68fcd3557df6c731e9f66e0763906dcaeeb8c2be242d358db2 SHA512 be9d79a1d262920be6777ea7078df1ad268a490815e94a6aaf12ff91d1a882d3824525c54eab4e90d6aedc4276415567f2b491715c04ad9012397fb51191eaf4
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">psd-tools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_EXT=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Package for working with Adobe Photoshop PSD files"
|
||||
HOMEPAGE="https://pypi.org/project/psd-tools/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#sci-libs/scikits_image is not stable in Gentoo yet
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
|
||||
dev-python/attrs[${PYTHON_USEDEP}]
|
||||
dev-python/pillow[${PYTHON_USEDEP}]
|
||||
dev-python/aggdraw[${PYTHON_USEDEP}]
|
||||
dev-python/numpy[${PYTHON_USEDEP}]
|
||||
dev-python/scipy[${PYTHON_USEDEP}]
|
||||
dev-python/scikit-image[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-python/cython"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST py-pdf-parser-0.12.0.tar.gz 44890 BLAKE2B 7c444ee4da1e7b8965ecee9cede1b785dbea4aca00019446287c1f342f18c448a494b725bb2a8be5a104bd4e09e2993b91fea1ff66826e5519776f1e9178159a SHA512 b91652a08bdb36b4a096cc94cb264ac0e9c7e8d0b3ee7ef265ae5a5e04f08787eb1c961e2cb1accbc38a85173d90a91e1548b54cfbe9b1ce81d12df317c6d613
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>noone@pentoo.org</email>
|
||||
<name>No one</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">py-pdf-parser</remote-id>
|
||||
<remote-id type="github">jstockwin/py-pdf-parser</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="developer">Bring in deps needed for development</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,41 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYPI_NO_NORMALIZE=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A tool to help extracting information from structured PDFs."
|
||||
HOMEPAGE="https://github.com/jstockwin/py-pdf-parser"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
# dev-python/wand not stable yet
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
IUSE="developer"
|
||||
|
||||
RDEPEND="
|
||||
app-text/pdfminer[${PYTHON_USEDEP}]
|
||||
>=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/wand-0.6.10[${PYTHON_USEDEP}]
|
||||
developer? (
|
||||
>=dev-python/matplotlib-3.5.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pillow-9.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyvoronoi-1.0.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/shapely-1.8.2[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
#distutils_enable_tests pytest
|
||||
|
||||
src_prepare(){
|
||||
rm -r tests
|
||||
sed -i -e 's|==|>=|g' setup.py || die
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST pyvoronoi-1.0.7_p20231113.gh.tar.gz 319331 BLAKE2B 1e716e908d762d6ca83f2bf26b7d29ce4a9ff3d62e7e9f97641de89447f0d967416c861afc22cce3a51b049b9e10744dc1ceeced4c167362c4dafbbd6c9d6056 SHA512 2df91ec4e6f633ece7e088308dba14c5ac64cfb31301b975fe252c935abddbc400fee477fed69f07c30b6b496ded36e48bc74f7e3f249ad1cda8152d1636e8bf
|
||||
DIST pyvoronoi-1.1.0.tar.gz 195112 BLAKE2B e863cbef63a433e27b0ed4a962fa519740080df6a57095ccb13e19a9122bca9f7d195e70b2572b033beebd736ab5a2000e7ddec041f0ae85620df8814fd653d3 SHA512 4038c2167a2f149293f07d576e46453e6698625a9441260a179bff1da5e561d652a49b54b0de183c1295c400dd16da6763d593f42691cff21bafc049f4f32f08
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- please remove python@ if tests do not work -->
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>zerochaos@gentoo.org</email>
|
||||
<name>Rick Farina (Zero_Chaos)</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">pyvoronoi</remote-id>
|
||||
<remote-id type="github">Voxel8/pyvoronoi</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cython wrapper for the Boost Voronoi library "
|
||||
HOMEPAGE="https://github.com/Voxel8/pyvoronoi"
|
||||
HASH_COMMIT="83d1aeb92787f630900c6378b33a36a191eddb97"
|
||||
SRC_URI="https://github.com/Voxel8/pyvoronoi/archive/${HASH_COMMIT}/.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Cython wrapper for the Boost Voronoi library "
|
||||
HOMEPAGE="https://github.com/Voxel8/pyvoronoi"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
|
||||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Loading…
Reference in a new issue