ajacoutot
69203519ab
Add debug-atk.
2019-11-10 16:05:54 +00:00
cwen
bbf4140018
universal-ctags: make packcc inherit autotools-guessed compiler flags,
...
notably `-std=gnu99', so it builds with base-gcc.
OK kmos@, rsadowski@ (maintainer)
2019-11-10 15:40:24 +00:00
ajacoutot
8f66760681
Merge ilmbase and openexr-viewers into OpenEXR.
2019-11-10 15:36:49 +00:00
ajacoutot
1f0a793f79
Regen DEPENDS and WANTLIB after recent openexr update.
2019-11-10 15:32:55 +00:00
sthen
0f0e3e87b9
remove BROKEN-i386 (which was present before frama-c was last updated) to
...
give it a chance in the next bulk.
2019-11-10 14:38:23 +00:00
pirofti
bb186efe76
Frama-c needs findlib at runtime otherwise it errors out.
...
OK landry@
2019-11-10 14:23:45 +00:00
ajacoutot
19b3d7a861
espie@ said it's not needed to list the .debug/ directories.
2019-11-10 13:33:28 +00:00
tb
6c186aaa06
Update to protobuf-3.10.1.
...
Remove -O1 workaround for aarch64 -- it's no longer needed, as verified by
sthen and naddy. Tests on amd64 by sthen and myself, aarch64 by sthen and
naddy, and on sparc64 by jca.
ok jca sthen
2019-11-10 13:29:38 +00:00
ajacoutot
ce3b694cec
Don't hardcode LIBfoo_VERSION in the -debug pkg.
2019-11-10 13:07:16 +00:00
ajacoutot
e2e4335f33
Register aqsis removal.
2019-11-10 12:45:23 +00:00
ajacoutot
393797a991
Register aws-shell removal.
2019-11-10 11:51:04 +00:00
ajacoutot
0f3eaa274e
Add debug-glib2.
2019-11-10 11:43:59 +00:00
jeremy
a0c8afc2ae
Send ruby-atomic to the Attic
...
It has been deprecated upstream.
OK kmos@
2019-11-10 11:23:56 +00:00
jeremy
62e2fe396c
Unhook ruby-atomic
2019-11-10 11:23:07 +00:00
fcambus
e9927355f5
Update xa to 2.3.10.
2019-11-10 10:28:53 +00:00
kn
1db8329e4b
Use MODPY_PY_PREFIX, comment patch
2019-11-10 10:01:56 +00:00
kn
457d24db2a
Update to angr-8.19.10.30
2019-11-10 09:29:32 +00:00
schwarze
4aacab025a
Update to cvsweb-2.1, including partial XSS mitigations;
...
OK gonzalo@ brynet@.
Note that autodetecting the location of the configuration file is
no longer supported. Now, it must be set explicitly in the script.
2019-11-10 08:23:35 +00:00
ajacoutot
503e103de2
Don't ship with debug symbols anymore; there's a new opt-in facility to do
...
this now.
2019-11-09 17:27:39 +00:00
kn
f7d23312e5
Install forks in place of threads namespace
...
Required by slic3r for which I imported this port in the first place.
2019-11-09 17:17:24 +00:00
kn
b7f54e26f2
+ py-backcall
2019-11-09 16:47:28 +00:00
kn
306533728d
Import py-backcall
...
Specifications for callback functions passed in to an API
If your code lets other people supply callback functions, it's important to
specify the function signature you expect, and check that functions support
that. Adding extra parameters later would break other peoples code unless you're
careful.
New dependency for iPython update
OK sthen
2019-11-09 16:46:21 +00:00
naddy
1e3f235e4a
Do not build the bundled obsolete copies of libgmp, libmpfr, libmpc.
...
They clash with the newer versions we have as ports.
2019-11-09 15:13:34 +00:00
pvk
8c9d5c5b62
Update HOMEPAGE
2019-11-09 14:34:32 +00:00
fcambus
5b7464de6e
Register removal of clive.
2019-11-09 10:39:40 +00:00
ajacoutot
320c8fdf19
Update to py-git2-0.28.2.
2019-11-08 23:43:59 +00:00
ajacoutot
7c50f84145
Update to libgit2-0.28.2.
2019-11-08 23:38:42 +00:00
ajacoutot
98f93f6531
Update to flake8-3.7.9.
2019-11-08 23:34:33 +00:00
kmos
9a9335ea0c
Hook py-test-relaxed up to build
2019-11-08 23:18:51 +00:00
kmos
ee6b770fda
devel/py-test-relaxed
...
DESCR:
pytest-relaxed provides 'relaxed' test discovery for pytest.
It is the spiritual successor to https://pypi.python.org/pypi/spec ,
but is built for pytest instead of nosetests, and rethinks some
aspects of the design (such as increased ability to opt-in to various
behaviors.)
Version 1.1.5
OK sthen
2019-11-08 23:18:09 +00:00
sthen
b4cdc32958
backport fix for CVE-2019-18397, stack buffer overflow in FriBiDi
...
ok aja
2019-11-08 22:39:25 +00:00
stsp
734ba914ef
update to got-0.20
...
- fix reading pack files larger than 2GB
- try not to hide errors from helper programs when got exits
- use less empty padding space after author name in 'tog log'
- rename 'got init' and 'got import' default branch to "main" (patch by kmos@)
2019-11-08 22:09:49 +00:00
jca
7227275fbf
Sync WANTLIB
2019-11-08 19:44:31 +00:00
kmos
be9161d1e3
Move from py-nose for testing to MODPY_PYTEST
2019-11-08 17:16:36 +00:00
kmos
0b8588428b
Move from py-nose to MODPY_PYTEST. Add comment reflecting that the
...
PyPI tarball doesn't currently include tests and a link to the pull
request to fix that.
2019-11-08 17:14:24 +00:00
jca
ab2e72f705
Use libcxx on mips64, like base clang
...
from Brad some time ago.
2019-11-08 17:11:50 +00:00
kmos
b001468a9a
Move from py-nose to MODPY_PYTEST for tests. Add comment about lack of
...
tests in PyPI tarball along with link to pull request to fix it
2019-11-08 16:59:53 +00:00
stsp
9ddd620b75
update to got 0.19
...
- add optional colorized display mode to tog
- make 'tog log' show abbreviated commit IDs if the window is large enough
- fix staging of multiple files with -p
- show commit date's century in 'got blame' output (patch by Tracey Emery)
2019-11-08 15:22:04 +00:00
kmos
f0c9a50119
Enable tests using MODPY_PYTEST
2019-11-08 14:58:48 +00:00
kmos
8e1961ca8e
Switch testing from py-nose to MODPY_PYTEST
2019-11-08 14:54:50 +00:00
kmos
367f81e52f
Switch testing from py-nose to MODPY_PYTEST
2019-11-08 14:53:28 +00:00
kmos
1383004256
Switch testing from py-nose to MODPY_PYTEST.
...
While here, update HOMEPAGE to https
2019-11-08 14:49:53 +00:00
ajacoutot
f104f056ab
Unbreak build with meson >=0.52.0
2019-11-08 07:47:12 +00:00
ajacoutot
4427211658
Update to meson-0.52.0.
...
Tested in a bulk.
2019-11-08 07:46:31 +00:00
fcambus
1da3fb863b
Register removal of pecl-geoip.
2019-11-07 21:13:41 +00:00
landry
07d25883c0
prevent 'vfprintf %s NULL in "%s: Resetting desktop app info dirs from %s
...
to %s"' msgs in syslog seen when starting some gtk apps.
extracted from bffe058550
ok ajacoutot@
2019-11-07 14:26:21 +00:00
ajacoutot
7cf95205df
Update to libvirt-glib-2.0.0.
2019-11-07 13:15:55 +00:00
kmos
e80b9b817a
Add entry for dropped python2 flavor of www/py-bokeh
2019-11-07 12:32:59 +00:00
ajacoutot
a65c3e7fcb
Update to goffice-0.10.46.
2019-11-07 12:15:57 +00:00
pvk
3107ff3594
+py-straight.plugin
2019-11-07 11:00:54 +00:00