Jan Tojnar
a2522c82a0
python3.pkgs.pygobject3: 3.36.0 → 3.36.1
...
https://ftp.gnome.org/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.1.news
2020-07-22 16:53:59 +02:00
Daiderd Jordan
7b3a2963d1
treewide: replace base64 encoded hashes
2020-06-03 18:35:19 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Jan Tojnar
aed58e7a86
python3.pkgs.pygobject3: 3.34.0 → 3.36.0
...
https://ftp.gnome.org/pub/GNOME/sources/pygobject/3.36/pygobject-3.36.0.news
2020-03-24 07:11:15 +01:00
worldofpeace
a18f9d1fad
python3Packages.pygobject3: 3.32.1 -> 3.34.0
...
https://gitlab.gnome.org/GNOME/pygobject/blob/3.34.0/NEWS
2020-01-31 17:38:25 -05:00
Jan Tojnar
136c83c977
python3.pkgs.pygobject2: fix build
...
2.28.7 no longer installs codegen for Python 3:
2940d0c45c
so our postInstall broke.
No need to rename the pth file either, as pygtk does not work on Python 3.
2019-12-20 22:52:19 +01:00
Jan Tojnar
4b8db0506f
python3.pkgs.pygobject2: 2.28.6 -> 2.28.7
...
https://download.gnome.org/sources/pygobject/2.28/pygobject-2.28.7.news
2019-12-14 01:51:32 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
worldofpeace
de76c1b962
python3Packages.pygobject3: 3.32.0 -> 3.32.1
...
https://gitlab.gnome.org/GNOME/pygobject/blob/3.32.1/NEWS
2019-04-24 11:17:41 -04:00
Tor Hedin Brønner
b73f4b65b5
pythonPackages.pygobject3: 3.30.4 -> 3.32.0
2019-04-05 12:13:33 +02:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
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-02-01 09:22:29 +01:00
Jan Tojnar
6851b8f3da
python.pkgs.pygobject2: fix darwin build
2019-01-27 17:24:53 +01:00
Frederik Rietdijk
5a3670b83c
pythonPackages: fix native / check inputs
2019-01-15 10:16:12 +01:00
Jan Tojnar
903e0de62c
python3.pkgs.pygobject3: 3.30.2 → 3.30.4
2018-12-23 00:04:55 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Tor Hedin Brønner
372f97f715
pythonPackages.pygobject3: 3.26.1 -> 3.30.2
2018-11-30 21:34:47 +01:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Vladimír Čunát
542adbdd05
Merge #32034 : pygobject: 3.24.1 -> 3.26.1
2017-12-01 08:00:24 +01:00
Jan Tojnar
8b8f17a68b
pythonPackages.pygobject3: 3.24.1 → 3.26.1
2017-11-27 19:48:19 +01:00
adisbladis
d99378654f
pythonPackages: Add version and pname attributes to packages
2017-11-23 17:49:43 +01:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Linus Heckemann
b73e3b6095
GNOME: 3.22 -> 3.24
...
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-08-28 15:32:49 +01:00
Frederik Rietdijk
8143413e59
pythonPackages.pygobject2: fixup conversation to buildPythonPackage
2017-03-21 21:58:57 +01:00
Frederik Rietdijk
3760c8c7fd
Python: replace mkPythonDerivation with buildPythonPackage and format="other";
...
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Thomas Tuegel
cec1241677
pygobject3: multiple outputs
2016-11-15 07:16:08 -06:00
Alexander Ried
b03d1996cd
pygobject: 3.20.0 -> 3.22.0
2016-10-15 20:32:10 +02:00
Frederik Rietdijk
f6ccecefd9
Merge pull request #18025 from knedlsepp/fix-python3.5-jupyter-1.0.0
...
python3.5-jupyter: Fix build issue #17902
2016-09-10 11:28:48 +02:00
Josef Kemetmueller
717c76716f
pygobject3: Add missing dependencies (for darwin)
...
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-04 10:46:04 +02:00
Jörg Thalheim
3ab7bfeb30
pygtk: fix broken symlink
...
${pygobject.name} now contains a python2- prefix resulting
in a broken symlink. this breaks pygtk and every depending application
2016-09-04 09:42:23 +02:00
Tuomas Tynkkynen
e2c6740c37
Merge commit 'adaee73' from staging into master
...
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-03 01:02:51 +03:00
Karn Kallio
ce3daae51a
pygobject
...
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-02 15:58:24 -04:00
Frederik Rietdijk
4f6b6f1472
pythonPackages: use mkPythonDerivation
2016-09-01 16:16:31 +02:00
Eelco Dolstra
8172cd734c
docdev -> devdoc
...
It's "developer documentation", not "documentation developer" after
all.
2016-09-01 11:07:23 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Nikolay Amiantov
4ed271893f
pythonPackages.pygobject{,3}: let python.buildEnv detect it
2016-05-14 04:04:41 +03:00
Vladimír Čunát
57474b7d4a
Merge branch 'master' into staging
...
Compare to Hydra nixpkgs job 1260021.
2016-04-20 16:49:52 +02:00
Damien Cassou
4d968dd416
pygobject: 3.18.2 -> 3.20.0
2016-04-20 16:45:59 +02:00
José Romildo Malaquias
9f44ad975b
pygobject: fix some warnings
2016-04-16 00:23:57 -03:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Bjørn Forsman
aad87c4cd0
pygobject3: 3.12.1 -> 3.18.2
...
pitivi-0.95 needs pygobject >= 3.14.
2015-12-05 21:52:35 +01:00
Vladimír Čunát
787f322540
$docdev fixups: mostly to avoid empty output
...
... after auto-removing some kinds of files by default.
In some cases I let them be removed and in others I let them be put into
$docdev. That was more due to general indecisiveness on this question
than any reasons in the particular cases.
2015-10-28 18:58:06 +01:00
Eelco Dolstra
a951f11021
Move some more gtk-docs to the doc output
2015-07-26 13:43:49 +02:00
Joachim Schiele
b8c2f466ba
meld: bump to 3.12.3 (latest) version
2015-01-21 22:02:20 +01:00
Vladimír Čunát
82ad01e899
pygobject3: update 3.10.2 -> 3.12.1
2014-05-20 13:37:09 +02:00
Tomasz Kontusz
14eba9f3f9
Bump libwnck3 and pygobject3, and enable introspection
2014-01-05 23:50:25 +01:00
Evgeny Egorochkin
da4be371e9
make package use mirror:// for gnu, savannah and gnome repositories where possible
2013-07-14 05:23:06 +03:00
Lluís Batlle i Rossell
ac4dcaba52
Adding pygobject3 (for bluez4).
...
bluez-simple-agent fails to work otherwise.
We discussed this a bit on #486 , and this looks like the simplest way to
get bluez-simple-agent again.
2013-05-09 19:11:30 +00:00
Cillian de Róiste
e42e498e60
pygobject: update to 2.28.6
...
This fixes an issue with MyPaint: https://gna.org/bugs/?20400
2013-03-06 23:25:46 +01:00
Florian Friesdorf
59879f6496
fixup: pygobject rename pth
2013-01-11 16:11:07 +01:00