Alexandru Ardelean
b9a0a65035
python-setuptools: enforce __PYVENV_LAUNCHER__ env var use
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Gergely Kiss
990c0263a3
vala: upgrade to 0.29.3
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
9 years ago
Roger
a6b4e1a357
micropython: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years ago
Alexandru Ardelean
79d6462c56
python-pip: upgrade to version 7.1.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
f0d050667d
python-setuptools: upgrade to version 18.2
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
alien
98bc21b08e
python-ldap: added python-ldap package
Signed-off-by: Dimtrij Trefilov <the-alien@live.ru>
9 years ago
alien
6e7c45dc1c
python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as a dependency
Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
9 years ago
John Crispin
e461e7dda9
python: add dependency to bz2 host build
Signed-off-by: John Crispin <blogic@openwrt.org>
9 years ago
Michael Heimpold
6c16269240
php5: fix the two different maintainer fields into one ( fixes #1688 )
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
Alexandru Ardelean
00560cea99
python-pip: add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
2d585e7511
python-setuptools: add myself as maintainer
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Luiz Angelo Daros de Luca
b6de5a9580
ruby: bump version to 2.2.3
This is a bug and security fix release, including:
- CVE-2015-3900 Request hijacking vulnerability in RubyGems 2.4.6 and earlier
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_3/ChangeLog
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
9 years ago
Jan Čermák
7964fbf4b2
python-setuptools: revamp installation procedure, update to 18.1
It's better to install setuptools-enabled Python packages with a special
flag that makes a flatter structure of the egg and does not create
site.py file. Already done for python-pip recently. Also, version was
bumped to 18.1.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
9 years ago
Jan Čermák
f83cf7b663
python-pip: revamp installation procedure (use setuptools machinery)
PIP's installation procedure was too complicated, requiring obscure
postinstall and prerm scripts to move files created by setup procedure.
But since setuptools is required anyway, it's better to use a special
flag created for the purpose of package creation. Resulting directory
structure is flatter and unnecessary files that had to be moved by
prerm/postinstall scripts are not created anymore.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
9 years ago
Michael Heimpold
dc62211877
php5-pecl-raphf: update to 1.1.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
Michael Heimpold
5e4209bbc6
php5: update to 5.6.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
9 years ago
Marcel Denia
b0407dd346
perl-dbi: Depend on perl/host for host build
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
e87bfa90a9
perl-xml-parser: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
10 years ago
Marcel Denia
96bd9d4787
perl-dbi: Update to 1.634
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Maxim Storchak
67a9d1e27f
lualanes: fix musl compatibility
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
9 years ago
Steven Barth
94f87dc1e1
python: add correct host expat
Signed-off-by: Steven Barth <steven@midlink.org>
9 years ago
Marcel Denia
6dcc2eb88f
perl-uri: Update to 1.69
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
b20e1609f8
perl-http-message: Update to 6.10
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Alexandru Ardelean
f284307a1f
python-pip: upgrade to version 7.1.0
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Alexandru Ardelean
f712b11962
python-setuptools: upgrade to version 18.0.1
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
9 years ago
Roger
e67868c7ad
micropython: update to fix build issue
9 years ago
Roger
13a3981ba5
micropython: update copyright
9 years ago
Roger
a7f6d36d6e
micropython/micropython-lib: update to latest
Signed-off-by: Roger D <rogerdammit@gmail.com>
9 years ago
Jan Čermák
73244f09ec
python: fix patch removing multiarch support for host python
Patch removing multiarch paths from build should be applied only when
Python is built for target, but not for host. When the paths are removed
during host build, host python throws some ugly errors when importing
some hashlib modules. Also it reports that modules crypt and nis failed
to build (tested on Ubuntu 14.04 host).
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
9 years ago
Jan Čermák
6156136903
python3: disable usage of wcsftime (broken in uClibc)
Python 3 prefers usage of wcsftime() over strftime() if it's available,
however this function returns just an empty string in some older
uClibc versions. Proposed solution disables detection of wcsftime() in
./configure that results in HAVE_WCSFTIME being undefined, effectively
disabling branches of code that use possibly broken wcsftime().
See: http://lists.busybox.net/pipermail/uclibc/2014-November/048718.html
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
9 years ago
Marcel Denia
9bf03cb1f5
perl-*: Update dependencies
All packages should now properly depend on all perlbase- and perl- packages
they need.
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
7599e8e430
perl-www-mechanize: Update to 1.75
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
40c176e28f
perl-uri: Update to 1.68
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
68f61d03d7
perl-www: Update to 6.13
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
610fe50fb8
perl-html-tree: Re-format description
Just capitalize it to match the other packages.
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
91d6f0a849
perl-www-robotrules: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
e19d79f9b8
perl-test-warn: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
ef6569e16d
perl-sub-uplevel: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
6314080002
perl-net-http: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
cc943ada67
perl-io-html: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
eae471a270
perl-http-server-simple: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
11daf37e6f
perl-html-form: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
ccf87d4122
perl-cgi: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
f03bbc96ca
perl-http-message: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
a96cffc786
perl-lwp-mediatypes: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
bfccf74c63
perl-http-negotiate: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
21435c966b
perl-http-date: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
8abd2ada3f
perl-http-daemon: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
bc1c9d8615
perl-http-cookies: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago
Marcel Denia
d98413410f
perl-file-listing: New package
Signed-off-by: Marcel Denia <naoir@gmx.net>
9 years ago