Commit Graph

142789 Commits

Author SHA1 Message Date
jturner
d4bca5e71b Update sqlbox to 0.1.9 2019-11-27 15:38:30 +00:00
sthen
40bd2f90e8 update to py-pygments 2.5.1, move tests to MODPY_PYTEST 2019-11-27 15:31:57 +00:00
espie
e8b70183b5 so figured out what to do with links. Fun!
(there's still one corner case to detect, but it's unlikely to happen in
practice)
2019-11-27 15:10:19 +00:00
kmos
fd49ba4384 Add a quirk for the retired py-gd 2019-11-27 14:16:20 +00:00
kmos
83fe15a3e0 py-gd is python2-onlt and has no consumers.
Time to retire it.

ok bcallah sthen
2019-11-27 14:15:08 +00:00
sthen
d665f4f90d +snmp_exporter 2019-11-27 10:47:22 +00:00
sthen
4ca3a129a0 import sysutils/snmp_exporter, ok tb@ espie@
Prometheus exporter for metrics gathered from SNMP. Contains an exporter
that does the actual scraping, and a generator (which depends on Net-SNMP)
that creates the configuration for use by the exporter.

The snmp exporter reads from a snmp.yml config file by default. This file
is not intended to be written by hand, rather use the generator to generate
it for you.
2019-11-27 10:46:28 +00:00
kmos
cb252b44bb Reverting 1.79 workaround now that ports-gcc has been upgraded
Diff from Brad (maintainer)
2019-11-27 05:17:35 +00:00
kmos
3dff1c5ef5 Move testing to MODPY_PYTEST 2019-11-27 02:23:00 +00:00
bcallah
6a5d2c8210 Update to diffoscope-132 2019-11-27 00:48:50 +00:00
bcallah
976e23b692 Update to musescore-3.3.3
Announcement: https://musescore.org/en/3.3.3
2019-11-27 00:09:56 +00:00
kmos
954f37310d Move testing to MODPY_PYTEST and add missing py-test-cov TEST_DEPENDS 2019-11-26 23:57:54 +00:00
rsadowski
8e4f3dc8f1 Bugfix update tellico to 3.2.3 2019-11-26 21:58:38 +00:00
cwen
29175d9a11 screenfetch: update to 3.9.1
Changelog:
https://github.com/KittyKatt/screenFetch/releases/tag/v3.9.1

OK solene@ bcallah@
2019-11-26 21:02:17 +00:00
kmos
c4ccbaaade Move testing to MODPY_PYTEST 2019-11-26 18:30:46 +00:00
kmos
281a81cea2 Move testing instances using uname -r with backticks to the
better OSREV
2019-11-26 16:11:34 +00:00
kmos
c0622898d2 Add quirks entry for py-elementtidy
Thanks to jasper for the reminder
2019-11-26 16:05:39 +00:00
jca
acbf4c142b ftp(1) speaks HTTP/1.1 now, switch back to upstream MASTER_SITES
Thanks to kmos@ for hosting those distfiles in the meantime.
2019-11-26 15:22:07 +00:00
kmos
258ac091c9 Unhook py-elementtidy 2019-11-26 14:40:27 +00:00
kmos
d662c439f4 Remove textproc/py-elementtidy
Has no consumers and is python2 only.

ok bcallah jasper
2019-11-26 14:39:39 +00:00
ajacoutot
9c700e1735 Update to py-dbus-1.2.14. 2019-11-26 14:24:01 +00:00
sthen
3ca175dc4b update unifi/testing to 5.12.42 2019-11-26 13:17:54 +00:00
pvk
6244c90ca2 Update patches/patch-package_json to reflect lang/node version change 2019-11-26 13:17:42 +00:00
sthen
4baf271ebd add a comment hinting at use of CONFIGURE_STYLE=cargo, ok semarie@ 2019-11-26 13:01:06 +00:00
sthen
8c0040b6ed unbreak ncspot: set CONFIGURE_STYLE (otherwise it tries to download during
build), regen crates list, set FIX_EXTRACT_PERMISSIONS
2019-11-26 12:17:50 +00:00
espie
70af6987c7 a few more comments in the generated makefile
fold abstraction that's no longer needed
turns out I don't need to worry about symlinks, egdb handles them
2019-11-26 12:02:46 +00:00
espie
609569ab04 better if I build the correct package :/
sorry guys, broken debug packages
2019-11-26 11:49:02 +00:00
espie
1d9534e98b allow SUBDIRLIST to leak through, in case robert@ wants to build
a partial db.

okay robert@
2019-11-26 11:32:17 +00:00
pvk
1b9f63d84a Update mattermost-server 5.16.3 -> 5.17.1
Changelog: https://docs.mattermost.com/administration/changelog.html
take maintainership, ok robert@
2019-11-26 11:22:04 +00:00
jasper
d208e72984 fix hardcoded 'sphinx-build' which is for python2-only.
broken since the switch to python3

noticed by sthen@
2019-11-26 10:44:33 +00:00
sthen
ca6424e51a update to burp-2.2.18, mostly from Olivier Cherrier, but I went with
the PLIST as generated by update-plist directly
2019-11-26 10:17:11 +00:00
jasper
a4957d14c9 update to evince-3.34.2 2019-11-26 08:26:33 +00:00
jasper
c841d25a59 use hw.ncpuonline instead of hw.ncpu when showing the number of cpus/cores in the system
ok pvk@
2019-11-26 08:07:39 +00:00
jasper
c4df99256f update to gjs-1.58.3 2019-11-26 08:05:54 +00:00
ajacoutot
ed86fe0ea4 Update to osinfo-db-20191125. 2019-11-26 08:04:52 +00:00
jasper
d190c55706 update to vte3-0.58.3 2019-11-26 08:04:15 +00:00
jasper
b27ad9b2dd update to file-roller-3.32.3 2019-11-26 08:03:01 +00:00
jasper
c7842a6785 remove PATCH_LIST for there aren't any patches
spotted by cwen@
2019-11-26 08:02:04 +00:00
kmos
7668ea06a2 Move tests to MODPY_PYTEST 2019-11-26 01:04:45 +00:00
kmos
a37b1a7288 Move tests to MODPY_PYTEST 2019-11-26 00:56:18 +00:00
kmos
eca97ffc32 Move tests to MODPY_PYTEST 2019-11-26 00:54:05 +00:00
kmos
f5369123af Move tests to MODPY_PYTEST 2019-11-26 00:34:05 +00:00
kmos
0104e2615c Move tests to MODPY_PYTEST and drop now-unneeded py-nose dependency and
custom do-test target.
2019-11-26 00:32:05 +00:00
kmos
167749d1d7 Move tests to MODPY_PYTEST 2019-11-26 00:28:48 +00:00
kmos
f59b21fd8a Move tests to MODPY_PYTEST 2019-11-26 00:25:31 +00:00
stsp
57f3ddcf1b update to got 0.21
- add -R option to 'got add' for recursive addition (patch by Tracey Emery)
- reduce the amount of memcpy() and strdup() while parsing tree entries
- fix tog display issue caused by Tab in commit messages; reported by mpi@
- cache delta data buffers in an LRU cache to improve performance
- add -c option to 'got branch', replacing the optional second argument
2019-11-25 23:49:13 +00:00
kmos
7136eb5315 Move tests to MODPY_PYTEST 2019-11-25 23:30:14 +00:00
kmos
faa2905791 Move tests to MODPY_PYTEST and remove redundant TEST_ENV that sets UTF8.
(lang/python does that automatically for tests)
2019-11-25 23:25:01 +00:00
kmos
3c6df1cbf5 Move tests to MODPY_PYTEST 2019-11-25 23:06:54 +00:00
kmos
37aae9b854 Move tests to MODPY_PYTEST 2019-11-25 22:59:40 +00:00