streaming-form-data-1.16.0.ebuild 481 B

123456789101112131415161718192021
  1. # Copyright 1999-2024 Gentoo Authors
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=8
  4. PYTHON_COMPAT=( python3_{11..13} )
  5. inherit distutils-r1
  6. DESCRIPTION="Streaming multipart/form-data parser"
  7. HOMEPAGE="https://github.com/siddhantgoel/${PN}"
  8. SRC_URI="https://github.com/siddhantgoel/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="MIT"
  10. SLOT="0"
  11. KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~arm"
  12. RDEPEND="${PYTHON_DEPS}"
  13. RESTRICT="test mirror"