Merge pull request #259870 from romildo/upd.python-efl

python3Packages.pythonefl: 1.26.0 -> 1.26.1
This commit is contained in:
José Romildo Malaquias 2023-10-18 14:58:38 -03:00 committed by GitHub
commit f82f259f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "python-efl";
version = "1.26.0";
version = "1.26.1";
src = fetchurl {
url = "http://download.enlightenment.org/rel/bindings/python/${pname}-${version}.tar.xz";
sha256 = "0dj6f24n33hkpy0bkdclnzpxhvs8vpaxqaf7hkw0di19pjwrq25h";
hash = "sha256-3Ns5fhIHihnpDYDnxvPP00WIZL/o1UWLzgNott4GKNc=";
};
nativeBuildInputs = [ pkg-config ];
@ -48,8 +48,5 @@ buildPythonPackage rec {
platforms = platforms.linux;
license = with licenses; [ gpl3 lgpl3 ];
maintainers = with maintainers; [ matejc ftrvxmtrx ] ++ teams.enlightenment.members;
# The generated files in the tarball aren't compatible with python 3.11
# See https://sourceforge.net/p/enlightenment/mailman/message/37794291/
broken = python.pythonAtLeast "3.11";
};
}