about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pygobject
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk1-33/+0
Another step in further separating python2 from python3.
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser1-1/+0
2021-10-09python3.pkgs.pygobject3: 3.40.1 → 3.42.0Jan Tojnar1-2/+2
https://gitlab.gnome.org/GNOME/pygobject/-/blob/3.42.0/NEWS
2021-05-08gnome: rename from gnome3Jan Tojnar2-3/+3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-05python38Packages.pygobject3: 3.38.0 → 3.40.1Jan Tojnar1-11/+39
2021-05-05gnome3: support new versioning scheme in the update scriptJan Tojnar2-7/+1
https://discourse.gnome.org/t/new-gnome-versioning-scheme/4235
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak3-9/+9
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer3-6/+6
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-07pythonPackages.pygobject: Disable on Python 3.9 due to build failureSandro Jäckel1-1/+2
2020-12-06python2.pkgs.pygobject3: init at 3.36.1Orivej Desh1-0/+40
2020-10-24python3.pkgs.pygobject3: 3.36.1 -> 3.38.0WORLDofPEACE1-6/+4
This no longer supports python3. We should mark projects that use python2 pygobject3 as broken. https://gitlab.gnome.org/GNOME/pygobject/-/blob/3.38.0/NEWS
2020-07-22python3.pkgs.pygobject3: 3.36.0 → 3.36.1Jan Tojnar1-2/+2
https://ftp.gnome.org/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.news
2020-06-03treewide: replace base64 encoded hashesDaiderd Jordan1-1/+1
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-24python3.pkgs.pygobject3: 3.34.0 → 3.36.0Jan Tojnar1-2/+2
https://ftp.gnome.org/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.news
2020-01-31python3Packages.pygobject3: 3.32.1 -> 3.34.0worldofpeace1-2/+2
https://gitlab.gnome.org/GNOME/pygobject/blob/3.34.0/NEWS
2019-12-20python3.pkgs.pygobject2: fix buildJan Tojnar1-2/+2
2.28.7 no longer installs codegen for Python 3: https://gitlab.gnome.org/GNOME/pygobject/commit/2940d0c45c592c19196d4ab0d345ab27fca0f0a0 so our postInstall broke. No need to rename the pth file either, as pygtk does not work on Python 3.
2019-12-14python3.pkgs.pygobject2: 2.28.6 -> 2.28.7Jan Tojnar3-87/+5
https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.news
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-3/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-24python3Packages.pygobject3: 3.32.0 -> 3.32.1worldofpeace1-2/+2
https://gitlab.gnome.org/GNOME/pygobject/blob/3.32.1/NEWS
2019-04-05pythonPackages.pygobject3: 3.30.4 -> 3.32.0Tor Hedin Brønner1-2/+2
2019-02-01Merge branch 'master' into staging-nextVladimír Čunát2-0/+90
Comments on conflicts: - llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is to build all targets, so we should be fine - some pypi hashes: they were equivalent, just base16 vs. base32
2019-01-27python.pkgs.pygobject2: fix darwin buildJan Tojnar2-0/+90
2019-01-15pythonPackages: fix native / check inputsFrederik Rietdijk1-1/+1
2018-12-23python3.pkgs.pygobject3: 3.30.2 → 3.30.4Jan Tojnar1-2/+2
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-11-30pythonPackages.pygobject3: 3.26.1 -> 3.30.2Tor Hedin Brønner1-11/+23
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2017-12-01Merge #32034: pygobject: 3.24.1 -> 3.26.1Vladimír Čunát1-3/+3
2017-11-27pythonPackages.pygobject3: 3.24.1 → 3.26.1Jan Tojnar1-3/+3
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis2-2/+5
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2-2/+4
Only acts on one-line dependency lists.
2017-08-28GNOME: 3.22 -> 3.24Linus Heckemann1-3/+3
This is a squash commit of the joint work from: * Jan Tojnar (@jtojnar) * Linus Heckemann (@lheckemann) * Ryan Mulligan (@ryantm) * romildo (@romildo) * Tom Hunger (@teh)
2017-03-21pythonPackages.pygobject2: fixup conversation to buildPythonPackageFrederik Rietdijk1-0/+1
2017-03-21Python: replace mkPythonDerivation with buildPythonPackage and format="other";Frederik Rietdijk2-4/+5
This way all Python packages use the same function, `buildPythonPackage`.
2016-11-15pygobject3: multiple outputsThomas Tuegel1-0/+2
2016-10-15pygobject: 3.20.0 -> 3.22.0Alexander Ried1-2/+2
2016-09-10Merge pull request #18025 from knedlsepp/fix-python3.5-jupyter-1.0.0Frederik Rietdijk1-3/+4
python3.5-jupyter: Fix build issue #17902
2016-09-04pygobject3: Add missing dependencies (for darwin)Josef Kemetmueller1-3/+4
The packages "which" and "ncurses" are needed for building pygobject3 (on darwin) during the checkPhase. The ncurses library is necessary only because python3.5 is currently built using "-lncurses" and pygobject3 wants the same libraries that python3.5 was compiled with. (Because it uses "python3.5-config --ldflags" during the build)
2016-09-04pygtk: fix broken symlinkJörg Thalheim1-2/+3
${pygobject.name} now contains a python2- prefix resulting in a broken symlink. this breaks pygtk and every depending application
2016-09-03Merge commit 'adaee73' from staging into masterTuomas Tynkkynen1-1/+1
This one was already merged into release-16.09, so let's not have the stable branch is ahead of master and confuse things. In addition to that, currently we have an odd situation that master has less things actually finished building than in staging. Conflicts: pkgs/data/documentation/man-pages/default.nix
2016-09-02pygobjectKarn Kallio1-0/+4
In the pygobject package of pythonPackages the codegen python files are executable and get wrapped, which causes pygtk to not build because it uses the python program to execute them. The attached patch makes them not executable so they do not get wrapped and cause pygtk to fail its build. From 931b7998658fa72323c9a76e7b336fe726a9cc61 Mon Sep 17 00:00:00 2001 From: Karn Kallio <kkallio@skami.org> Date: Fri, 2 Sep 2016 15:30:42 -0400 Subject: [PATCH] pygobject: prevent wrapping of codegen/*.py files.
2016-09-01pythonPackages: use mkPythonDerivationFrederik Rietdijk2-11/+7
2016-09-01docdev -> devdocEelco Dolstra1-1/+1
It's "developer documentation", not "documentation developer" after all.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen2-0/+2
Build-tested on x86_64 Linux & Mac.
2016-05-14pythonPackages.pygobject{,3}: let python.buildEnv detect itNikolay Amiantov2-0/+4
2016-04-20Merge branch 'master' into stagingVladimír Čunát3-0/+84
Compare to Hydra nixpkgs job 1260021.
2016-04-20pygobject: 3.18.2 -> 3.20.0Damien Cassou1-3/+5