Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2ed043f9b85d
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb64275b5954
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 12, 2021

  1. Copy the full SHA
    eb64275 View commit details
Showing with 6 additions and 1 deletion.
  1. +6 −1 dev-python/cython/cython_python39-0.29.21.recipe
7 changes: 6 additions & 1 deletion dev-python/cython/cython_python39-0.29.21.recipe
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ Pyrex). It makes writing C extensions for Python as easy as Python itself."
HOMEPAGE="https://cython.org/"
COPYRIGHT="2007-2020 Stefan Behnel, Robert Bradshaw, et al."
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/cython/cython/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="e2e38e1f0572ca54d6085df3dec8b607d20e81515fb80215aed19c81e8fe2079"
SOURCE_FILENAME="cython-$portVersion.tar.gz"
@@ -20,6 +20,11 @@ PROVIDES="
cmd:cython3.9$secondaryArchSuffix
cmd:cythonize3.9$secondaryArchSuffix
"
if [ "$targetArchitecture" = "x86_gcc2" ]; then
PROVIDES+="
cython_python39 = $portVersion
"
fi
REQUIRES="
haiku$secondaryArchSuffix
cmd:python3.9