Marcel Denia
c7acba22e2
perl-cgi: Update to 4.28
2016-04-05 12:05:27 +02:00
Hirokazu MORIKAWA
bca789b6bb
node-* : specify npm_config_cache directory
2016-04-01 13:49:16 +09:00
Hirokazu MORIKAWA
ac000220c3
node-* : specify npm_config_cache directory
2016-04-01 13:48:46 +09:00
Hirokazu MORIKAWA
47f466e88d
node-* : specify npm_config_cache directory
2016-04-01 13:47:59 +09:00
Hirokazu MORIKAWA
10c6b41107
node-* : specify npm_config_cache directory
2016-04-01 13:46:31 +09:00
zyxmon
e1ec29c9df
This fixes parallel builds
...
python-setuptools/host needs python-package.mk and python-host.mk files that are installed by python (non host build - InstallDev)
Signed-off-by: Andrey Sechin <zyxmon@gmail.com>
2016-03-31 22:22:25 +03:00
Michael Heimpold
80f02cd1ed
php5: update to 5.6.19
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-03-23 21:13:55 +01:00
Yousong Zhou
1906eacf9c
Merge pull request #2058 from jefferyto/python-txsocksx
...
python-txsocksx: new package
2016-03-22 23:03:17 -05:00
Yousong Zhou
c8240048d8
Merge pull request #2540 from jefferyto/python-pyopenssl-16.0.0
...
python-pyopenssl: update to 16.0.0
2016-03-22 22:21:36 -05:00
Jeffery To
937d5e544d
python-txsocksx: new package
...
From the README:
txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or
greater.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-23 11:19:37 +08:00
Yousong Zhou
05a0be3255
Merge pull request #2040 from jefferyto/python-service-identity
...
python-service-identity: new package
2016-03-22 22:10:06 -05:00
Yousong Zhou
4b7b73bebb
Merge pull request #2067 from jefferyto/python-gmpy2
...
python-gmpy2: new package
2016-03-22 21:09:59 -05:00
Yousong Zhou
f0c65b6253
Merge pull request #2056 from jefferyto/python-parsley
...
python-parsley: new package
2016-03-22 07:46:54 -05:00
Yousong Zhou
1c4ba02e1a
Merge pull request #2051 from jefferyto/python-gmpy
...
python-gmpy: new package
2016-03-22 07:44:02 -05:00
Jeffery To
478e0e6e66
python-pyopenssl: update to 16.0.0
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 20:29:05 +08:00
Yousong Zhou
454433cd99
Merge pull request #2039 from jefferyto/python-pyasn1-modules
...
python-pyasn1-modules: new package
2016-03-22 07:19:44 -05:00
Yousong Zhou
bd1b654be0
Merge pull request #2517 from jefferyto/python-attrs
...
python-attrs: new package
2016-03-22 07:12:16 -05:00
Yousong Zhou
982a2e4684
Merge pull request #2053 from jefferyto/python-pyptlib
...
python-pyptlib: new package
2016-03-22 07:07:29 -05:00
Yousong Zhou
e6b3c3da7a
Merge pull request #2052 from jefferyto/twisted
...
twisted: import from old packages feed
2016-03-22 07:06:51 -05:00
Hannu Nyman
142562b46e
Merge pull request #2538 from jefferyto/python-ipaddress-1.0.16
...
python-ipaddress: update to 1.0.16
2016-03-22 14:01:56 +02:00
Jeffery To
634f446e58
python-ipaddress: update to 1.0.16
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 20:00:01 +08:00
Hannu Nyman
a3a90b8bce
Merge pull request #2537 from jefferyto/python-idna-2.1
...
python-idna: update to 2.1
2016-03-22 13:59:04 +02:00
Jeffery To
124b0201f9
python-idna: update to 2.1
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 19:52:42 +08:00
Jeffery To
f63ada1771
python-cffi: update to 1.5.2
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 19:46:44 +08:00
Jeffery To
6507258b41
python-cryptography: update to 1.3.1
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 18:20:42 +08:00
Jeffery To
7332bee348
twisted: import from old packages feed
...
- update to latest version (16.0.0)
- change to one package containing all plugins/subprojects
- add license info
- add myself as maintainer
This builds one main package, instead of multiple packages like the old
packages feed, to match upstream. (Debian and Fedora are moving to a
single-package model as well.) The obvious downside is a larger install
size, but one main package should be easier to maintain in the future.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-22 17:33:51 +08:00
Jeffery To
eded5bf4c7
python-service-identity: new package
...
From the README:
service_identity aspires to give you all the tools you need for
verifying whether a certificate is valid for the intended purposes.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-18 02:51:18 +08:00
Jeffery To
df886123b9
python-attrs: new package
...
From the README:
attrs is an MIT-licensed Python package with class decorators that ease
the chores of implementing the most common attribute-related object
protocols.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-18 02:02:26 +08:00
Jeffery To
fb9abc375b
python-gmpy: new package
...
From the PyPi description:
gmpy is a C-coded Python extension module that provides access to the
GMP (or MPIR) multiple-precision arithmetic library.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-17 21:26:14 +08:00
Stijn Tintel
a82363f0af
node-serialport: add node host dependency
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-03-17 10:37:10 +01:00
Stijn Tintel
0498c8ae20
node-hid: add node host dependency
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-03-17 10:36:47 +01:00
Stijn Tintel
a64623683d
node-cylon: add node host dependency
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-03-17 10:35:53 +01:00
Stijn Tintel
2b8a17de01
node-arduino-firmata: add node host dependency
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2016-03-17 10:34:56 +01:00
Karl Palsson
8b210955e4
lua-mosquitto: update to v0.2
...
Adds support for TLS settings in libmosquitto.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-03-16 13:11:10 +00:00
Hannu Nyman
65ee7df96b
python: bump PKG_RELEASE
...
Bump PKG_RELEASE of python 2.7.11 after the recent fixes.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-15 13:55:43 +02:00
Jeffery To
11d1b213c2
python: add rpath for host Python extension modules
...
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-13 00:50:12 +08:00
Hannu Nyman
1e3af80e68
Merge pull request #2483 from commodo/python3-pip-upgrade
...
python3-pip: upgrade to version 8.1.0
2016-03-09 22:38:43 +02:00
Hannu Nyman
7363635a86
Merge pull request #2482 from commodo/python3-setuptools-upgrade
...
python3-setuptools: upgrade to version 20.2.2
2016-03-09 22:38:21 +02:00
Hannu Nyman
fffe97c8dd
Merge pull request #2481 from commodo/python-pip-upgrade
...
python-pip: upgrade to version 8.1.0
2016-03-09 22:37:09 +02:00
Alexandru Ardelean
7eb62fd6aa
python3-pip: upgrade to version 8.1.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 17:45:13 +02:00
Alexandru Ardelean
05000d97a6
python3-setuptools: upgrade to version 20.2.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 17:42:56 +02:00
Alexandru Ardelean
e215120b0d
python-pip: upgrade to version 8.1.0
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 17:39:34 +02:00
Alexandru Ardelean
321b903592
python-setuptools: upgrade to version 20.2.2
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-03-09 16:51:35 +02:00
Ted Hess
8f1c32254f
tcl: Add BROKEN tag until package build fixed
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-08 13:20:51 -05:00
Hannu Nyman
183850e15f
python-cffi: remove BROKEN status
...
Pull requests #2455 and #2463 should have fixed python-cffi.
Additionally r48918 has decreased the risk from broken host sections
to buildbot builds: https://dev.openwrt.org/changeset/48918
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-03-07 20:44:22 +02:00
Hannu Nyman
56688f68fd
Merge pull request #2463 from jefferyto/host-python-with-system-ffi
...
python: use external libffi for host python
2016-03-06 20:25:19 +02:00
Hannu Nyman
4d2c124797
Merge pull request #2455 from jefferyto/host-python-changes
...
Host python changes
2016-03-06 20:24:43 +02:00
Hannu Nyman
d693ac3b1a
Merge pull request #2456 from jefferyto/python-cryptography-update
...
python-cryptography: update to latest version
2016-03-06 20:10:57 +02:00
Jeffery To
4e3ae81b0c
python: use external libffi for host python
...
This will ensure that ctypes will use the same version of libffi as
other packages, e.g. python-cffi.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2016-03-06 19:09:13 +08:00
Luiz Angelo Daros de Luca
f42b6fd6e3
ruby: bump to 2.3.0
...
New feature release for ruby.More info:
https://www.ruby-lang.org/en/news/2015/12/25/ruby-2-3-0-released/
Patches changes:
(-) 001-rdoc-remove_gems_dep.patch was merged
(+) 001-acinclude.m4_rename_aclocal.m4.patch backported from upstream.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-03-06 02:13:08 -03:00