Package Details: python-pythonnet 3.0.5-1

Git Clone URL: https://aur.archlinux.org/python-pythonnet.git (read-only, click to copy)
Package Base: python-pythonnet
Description: pythonnet provides integration with the .NET Common Language Runtime (CLR)
Upstream URL: https://pythonnet.github.io/
Licenses: MIT
Provides: python-pythonnet
Submitter: dringsim
Maintainer: dringsim
Last Packager: dringsim
Votes: 1
Popularity: 0.001680
First Submitted: 2025-04-14 13:02 (UTC)
Last Updated: 2025-04-14 13:02 (UTC)

Latest Comments

HurricanePootis commented on 2026-02-04 23:45 (UTC)

This package currently does not compile. It does not need mono, it needs dotnet-sdk-8.0. Furthermore, it does not require anything afterwords.

diff --git a/PKGBUILD b/PKGBUILD
index e8ccfb3..552699e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="pythonnet provides integration with the .NET Common Language Runtime (C
 arch=(any)
 url="https://pythonnet.github.io/"
 license=("MIT")
-depends=("python-clr_loader" "mono")
-makedepends=("nuget" "python-wheel")
+depends=("python-clr_loader")
+makedepends=("nuget" "python-wheel" "python-setuptools" "python-installer" "dotnet-sdk-8.0")
 provides=("python-pythonnet")
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
 sha256sums=('48e43ca463941b3608b32b4e236db92d8d40db4c58a75ace902985f76dac21cf')

lightdot commented on 2025-07-12 23:41 (UTC)

Building in a clean chroot shows that these are missing from the build dependencies: python-setuptools, python-installer, dotnet-sdk.