diff --git a/numpy.yaml b/numpy.yaml index 4c46fd76026..bcc83640492 100644 --- a/numpy.yaml +++ b/numpy.yaml @@ -1,7 +1,7 @@ package: name: numpy version: 1.25.2 - epoch: 0 + epoch: 1 description: "The fundamental package for scientific computing with Python." copyright: - license: BSD-3-Clause @@ -44,6 +44,18 @@ pipeline: - uses: strip +subpackages: + - name: f2py + description: "f2py for numpy (for python3)" + pipeline: + - runs: | + mkdir -p "${{targets.subpkgdir}}"/usr/bin + mv "${{targets.destdir}}"/usr/bin/f2py* "${{targets.subpkgdir}}"/usr/bin + dependencies: + runtime: + - python3-dev + - numpy + update: enabled: true github: