Skip to content

Commit

Permalink
What happens if I just use PyPI?
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Nov 6, 2023
1 parent fab0ec7 commit faba045
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions python-flit.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,4 @@ mistakes.'
HOMEPAGE=https://flit.pypa.io
LICENSE=BSD-3-Clause

SRC_URI="https://github.com/pypa/flit/archive/refs/tags/${PV}.tar.gz"

ARCH=noarch

build_build_requires () {
local -a target_python_versions dotless_target_python_versions build_reqs

target_python_versions=(${PYTHON_WHEEL_VERSIONS//:/ })
dotless_target_python_versions=("${target_python_versions[@]/.}")
build_reqs=()
for v in "${dotless_target_python_versions[@]}"; do
build_reqs+=("${@/#/"python${v}-"}")
done

BUILD_REQUIRES="${build_reqs[*]}"
}

build_build_requires requests testpath responses docutils tomli tomli-w pytest pytest-cov

0 comments on commit faba045

Please sign in to comment.