fpdf2-2.7.8.ebuild 567 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2023 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. PYTHON_COMPAT=( python3_{10..12} )
  5. inherit distutils-r1
  6. DESCRIPTION="Simple PDF generation for Python"
  7. HOMEPAGE="https://github.com/reingart/pyfpdf"
  8. SRC_URI="
  9. https://github.com/PyFPDF/fpdf2/archive/${P}.tar.gz
  10. mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz
  11. "
  12. LICENSE="GPL-3"
  13. SLOT="0"
  14. KEYWORDS="~amd64 ~x86"
  15. RDEPEND="
  16. dev-python/defusedxml[${PYTHON_USEDEP}]
  17. dev-python/pillow[${PYTHON_USEDEP}]
  18. dev-python/svg-path[${PYTHON_USEDEP}]
  19. "
  20. RESTRICT="mirror"