Commit graph

9482 commits

Author SHA1 Message Date
Alexandru Ardelean
ccdc6bc530 python,python3: export mk files outside of python package dirs
Since `lang/python` is it's own folder of Python packages
(for both Python 2 & 3), and these build rules are needed
in a lot of packages [especially Python packages],
putting them here makes sense architecturally,
to be shared.

This also helps get rid of the `include_mk` construct
which relies on OpenWrt core to provide, and seems
like a broken design idea that has persisted for a while.
Reason is: it requires that Python 2/3 be built to provide
these mk files for other Python packages,
which seems like a bad idea.

Long-term, there could be an issue where some other feeds
would require these mk files [e.g. telephony] for
some Python packages.
We'll see how we handle this a bit later.

For now we limit this to this feed.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2018-01-10 23:01:51 +02:00
Matthias Schiffer
55c0b5ae19 python,python3: do not install .mk snippets
The .mk snippets are not really usable at the moment, as they cannot be
considered for metadata collection (package DUMP) when included through
include_mk. Python packages do not use include_mk anymore for this reason,
so the install commands can be removed as well.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-01-10 23:01:51 +02:00
Hannu Nyman
c6b24960cd
Merge pull request #5412 from jefferyto/python-pycparser-2.18
python-pycparser: update to 2.18, fix _build_tables error
2018-01-10 19:47:16 +02:00
Hannu Nyman
4e348a0122
Merge pull request #5397 from diizzyy/utils-pcsc-tools
pcsc-tools: remove myself as maintainer
2018-01-10 18:24:26 +02:00
Hannu Nyman
fbbe58e6c8
Merge pull request #5398 from diizzyy/utils-tio
utils/tio: Update to 1.28
2018-01-10 18:23:42 +02:00
Hannu Nyman
ff8a9afd35
Merge pull request #5411 from jefferyto/python-pyasn1-modules-0.2.1
python-pyasn1-modules: update to 0.2.1
2018-01-10 18:22:57 +02:00
Hannu Nyman
bc0adc7a6e
Merge pull request #5410 from jefferyto/python-pyasn1-0.4.2
python-pyasn1: update to 0.4.2
2018-01-10 18:22:36 +02:00
Hannu Nyman
970f7c2f07
Merge pull request #5409 from jefferyto/python-parsley-py3
python-parsley: add python3 variant
2018-01-10 18:22:14 +02:00
Hannu Nyman
6c1963d1e6
Merge pull request #5408 from jefferyto/python-ipaddress-1.0.19
python-ipaddress: update to 1.0.19
2018-01-10 18:21:45 +02:00
Hannu Nyman
5ceefacdd7
Merge pull request #5407 from jefferyto/python-gmpy2-py3
python-gmpy2: add python3 variant
2018-01-10 18:21:24 +02:00
Hannu Nyman
820b3325bf
Merge pull request #5404 from jefferyto/python-cryptography-2.1.4
python-cryptography: update to 2.1.4, refresh patches
2018-01-10 18:20:53 +02:00
Hannu Nyman
c3f054eaa5
Merge pull request #5403 from jefferyto/python-attrs-17.4.0
python-attrs: update to 17.4.0, add python3 variant
2018-01-10 18:20:25 +02:00
Jeffery To
1a025036d8 python-pycparser: update to 2.18, fix _build_tables error
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-11 00:00:57 +08:00
Jeffery To
7e303024c1 python-pyasn1-modules: update to 0.2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 23:10:26 +08:00
Jeffery To
3d2e61b47f python-pyasn1: update to 0.4.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 23:03:58 +08:00
Jeffery To
ac9aaa7ad2 python-parsley: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 22:55:28 +08:00
Matthias Schiffer
81af546d2a
Merge pull request #5400 from NeoRaider/usbip-build
usbip: fix build
2018-01-10 15:06:30 +01:00
Matthias Schiffer
700ce5ea86
usbip: fix build
Package/usbip/install was referring to the wrong filename for usb.ids in
dl/.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-01-10 15:04:10 +01:00
Matthias Schiffer
4bb72d39db
Merge pull request #5399 from NeoRaider/openvswitch-no-sphinx
openvswitch: don't attempt to use sphinx-build found on the build host
2018-01-10 14:58:28 +01:00
Jeffery To
6bd2eaf415 python-ipaddress: update to 1.0.19
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 21:53:18 +08:00
Jeffery To
bbcd4b053a python-gmpy2: add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 21:37:30 +08:00
Jeffery To
f47dfab5ae python-cryptography: update to 2.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 19:55:42 +08:00
Jeffery To
320857993b python-attrs: update to 17.4.0, add python3 variant
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-10 17:35:11 +08:00
Hannu Nyman
4f8d2053d8
Merge pull request #5319 from maxberger/master
ddns-scripts: Support Amazon AWS Route53 as a ddns provider
2018-01-10 09:09:41 +02:00
Matthias Schiffer
751dbaca0b
openvswitch: don't attempt to use sphinx-build found on the build host
openvswitch fails to build on my Arch Linux system, as it tries to use my build
host's sphinx-build with OpenWrt's python. Add an override to ensure this can't
happen.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-01-09 23:20:30 +01:00
Max Berger
0eda1007bb ddns-scripts: Support Amazon AWS Route53 as a ddns provider
Based on a sh-only route53 update script by Yuval Adam
https://github.com/yuvadm/route53-ddns/blob/master/route53.sh

Signed-off-by: Max Berger <max@berger.name>
2018-01-09 22:08:51 +01:00
Michael Heimpold
e7f345f52a
Merge pull request #5385 from mhei/lighttpd-issue-4210
lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)
2018-01-09 22:00:49 +01:00
Daniel Engberg
746c548dfc pcsc-tools: remove myself as maintainer
Remove myself as maintainer

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-01-09 21:55:18 +01:00
Daniel Engberg
ab4303d588 utils/tio: Update to 1.28
Update tio to 1.28
Remove myself as maintainer

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-01-09 20:20:30 +01:00
Matthias Schiffer
00fce347a5
treewide: fix incorrect *_BUILD_DEPENDS
Build depends refer to source package names, not binary package names.

In many cases, PKG_BUILD_DEPENDS simply duplicated runtime dependencies of
a source package's binary packages; as the corresponding source packages
are implicitly added as bulid dependencies, PKG_BUILD_DEPENDS can simply be
dropped in these cases. In the other cases, *_BUILD_DEPENDS is fixed to
refer to the correct source package name.

Dependency of mysql-server is adjusted from libncursesw to libncurses
(as libncursesw is a virtual package provided by libncurses), so the build
dependency on ncurses is emitted unconditionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-01-09 16:36:02 +01:00
Hannu Nyman
bb089121b3
Merge pull request #5374 from EricLuehrsen/unbound_dnsecu
unbound: fix uci for option domain-insecure:
2018-01-09 14:26:45 +02:00
Eric Luehrsen
aa1a835807 unbound: fix uci for option domain-insecure:
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-01-09 00:21:42 -05:00
Ted Hess
31f8c68e3e
Merge pull request #5288 from roger-/rtsp
v4l2rtspserver: add package
2018-01-08 16:27:49 -05:00
Ted Hess
1f978a135c
Merge pull request #5381 from thess/dnscrypt-proxy-update
dnscrypt-proxy: Updates for new repository/maintainer (same version)
2018-01-08 16:23:32 -05:00
Michael Heimpold
9ca0961d49 lighttpd: fix PKG_CONFIG_DEPENDS (fixes #4210)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-01-08 21:29:44 +01:00
Ted Hess
053e24ada4
Merge pull request #5384 from salzmdan/knot_update
knot: update to 2.6.4
2018-01-08 14:55:35 -05:00
Daniel Salzman
cab906247b knot: update to 2.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 20:33:19 +01:00
Ted Hess
9df64cfd89
Merge pull request #5383 from salzmdan/liburcu_update
liburcu: update to 0.9.4
2018-01-08 14:22:46 -05:00
Ted Hess
267d673a29
Merge pull request #5382 from salzmdan/libedit_update
libedit: update to 20170329-3.1
2018-01-08 14:22:17 -05:00
Ted Hess
bc80b04a02 dnscrypt-proxy: Updates for new repository/maintainer (same version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-01-08 13:55:33 -05:00
Daniel Salzman
462a1cf87e libedit: update to 20170329-3.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 16:34:00 +01:00
Daniel Salzman
16bd451bec liburcu: update to 0.9.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-01-08 16:32:12 +01:00
Hannu Nyman
229ca9e2e0
Merge pull request #5377 from mstorchak/tgt
tgt: update to 1.0.73
2018-01-08 15:58:49 +02:00
Maxim Storchak
6f79d935ea tgt: update to 1.0.73
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2018-01-08 15:21:24 +02:00
Hannu Nyman
bc631e861c
Merge pull request #5376 from jefferyto/python-egg-info
python,python3: undo egg-info removal
2018-01-08 13:59:29 +02:00
Jeffery To
c5cbd44cea python,python3: undo egg-info removal
This reverts commits 4333d1dcbf and
074d2863be, making Python packages
discoverable again by pkg_resources.

Fixes #5361.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2018-01-08 17:26:54 +08:00
Hannu Nyman
f25da592f1
Merge pull request #5372 from MikePetullo/libgee
libgee: update to 0.20.0
2018-01-08 09:20:11 +02:00
Hannu Nyman
3f8b84904f
Merge pull request #5373 from MikePetullo/pigeonhole
pigeonhole: update to 0.4.21
2018-01-08 09:19:44 +02:00
Hannu Nyman
31221a4714
Merge pull request #5355 from hnyman/diffutils36
diffutils: update to 3.6
2018-01-08 09:18:49 +02:00
W. Michael Petullo
842fa46c23 pigeonhole: update to 0.4.21
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-01-07 21:18:11 -05:00