fbrosson
e451bd4419
dev-python/iso8601: new recipe.
2018-11-10 13:00:21 +00:00
fbrosson
0d14100c51
dev-python/pbr: bump to 5.1.1.
2018-11-06 15:51:57 +00:00
fbrosson
e3b01ce234
dev-python/click: new recipe.
2018-11-04 07:09:09 +00:00
fbrosson
8069f1614d
urllib3: bump to 1.24.1.
2018-11-03 09:27:37 +00:00
Crestwave
ae979b43b4
asciinema: bump version and rewrite recipe ( #3323 )
2018-11-02 15:31:02 +00:00
fbrosson
0350e66387
dev-python/pbr: bump to 5.1.0, use a constant SOURCE_URI.
2018-11-02 00:31:44 +00:00
fbrosson
3c9f3e6d92
dev-python/pbr: add a python subpackage, fix missing dependency.
...
cmd:pbr was in the base package but it would only work if the
python3 subpackage was also installed. Adding a dependency on it
works but it is much better to move the cmd:pbr script to the
python3 subpackage.
2018-11-02 00:31:43 +00:00
Callum
3a5a2a6dcf
pydispatcher: Update recipe ( #3311 )
2018-11-01 23:26:50 +00:00
Callum
5637858e7a
pychart: convert from old format, add python3 subpackage. ( #3304 )
2018-11-01 21:21:51 +00:00
fbrosson
0337d6953d
SQLAlchemy: bump to 1.2.13, use a constant SOURCE_URI.
2018-11-01 13:43:25 +00:00
fbrosson
9f6bbed037
SQLAlchemy: add python(2) subpackage.
2018-11-01 13:43:24 +00:00
Crestwave
4a7f3d9587
dev-python/nose: new recipe ( #3308 )
2018-11-01 12:35:23 +00:00
fbrosson
38aa385d8e
pyOpenSSL: new recipe.
2018-10-31 20:02:40 +00:00
fbrosson
8be81aaf0d
dev-python/cryptography-vectors: define myLicensesDir.
2018-10-31 20:02:00 +00:00
fbrosson
9c48b0beba
dev-python/cryptography: simplify COPYRIGHT, define myLicensesDir.
2018-10-31 20:01:59 +00:00
fbrosson
a7ce9805ff
pytz: define myLicensesDir.
2018-10-31 20:01:58 +00:00
waddlesplash
4994a2dbc5
cryptography_vectors: Bump revision.
...
Builder was rebooting so the build failed.
2018-10-31 09:57:30 -04:00
fbrosson
8036e56781
dev-python/cryptography-vectors: new recipe.
2018-10-31 12:25:59 +00:00
fbrosson
1f5b4eff70
dev-python/cryptography: new recipe.
2018-10-31 10:22:10 +00:00
fbrosson
be35c0e86f
pytz: new recipe.
2018-10-31 00:19:07 +00:00
fbrosson
4988f59c22
dev-python/cffi: I forgot to disable x86_gcc2.
2018-10-29 13:17:17 +00:00
fbrosson
d01bca7579
pyasn1: bump to 0.4.4, use a constant SOURCE_URI, fix HOMEPAGE.
2018-10-29 11:52:35 +00:00
fbrosson
d37fd2b0fc
pyasn1: add python(2) subpackage, add BUILD, add TEST.
2018-10-29 11:52:34 +00:00
fbrosson
3cb5e84056
dev-python/cffi: new recipe.
2018-10-28 22:58:05 +00:00
fbrosson
76f9055947
PycURL: fix REQUIRES_python{,3}.
2018-10-28 12:08:42 +00:00
fbrosson
04453b5a50
dev-python/pycparser: new recipe.
2018-10-27 12:03:11 +00:00
fbrosson
47973ca8f1
PLY: add python(2) subpackage, add TEST, add BUILD, fix HOMEPAGE.
...
Until now, INSTALL was doing both the build and the installation.
But this was bad because INSTALL was cleaning the build directory
of the python subpackage in order to build the python3 subpackage.
Creating separate build trees for each of the python subpackages
allows to keep both build trees. We can now use a TEST function.
2018-10-27 10:47:44 +00:00
Crestwave
ba64411fe6
html5-parser: new recipe ( #3271 )
2018-10-27 03:46:49 +00:00
fbrosson
add8c78d3a
lxml: bump to 4.2.5.
2018-10-27 02:41:54 +00:00
fbrosson
04129b2dc2
lxml: add x86 2nd arch to make lxml_x86_python3 build on x86_gcc2h.
...
lxml_python3 did not build on x86_gcc2h because lxml depends on
external libs. Adding support for x86 secondary arch is required
to be able to provide to the python3 subpackage the x86 2nd arch
builds of these libs.
Also make lxml_x86_python3 provide lxml_python3 to allow any-arch
python3 subpackages to depend on lxml_python3.
2018-10-27 02:41:53 +00:00
fbrosson
0be3401228
PycURL: fix COPYRIGHT, rewrite REQUIRES_python{,3}.
2018-10-24 11:59:26 +00:00
fbrosson
60ca94c8f2
idna: bump to 2.7, add TEST, install README.rst in $docDir.
2018-10-24 04:15:03 +00:00
fbrosson
265bcc99ca
asn1crypto: new recipe.
2018-10-24 02:40:43 +00:00
fbrosson
ac9b1cfde2
PycURL: don't use $pythonVersion in REQUIRES_python* and BUILD_*.
...
This variable is being computed with an eval call which seems to be
upsetting the build bots but none of my systems. So use:
* cmd:python2 instead of cmd:python2.7 and lib:libpython2.7
* cmd:python3 instead of cmd:python3.6 and lib:libpython3.6m
2018-10-21 18:13:31 +00:00
fbrosson
25ec06df17
PycURL: rewrite BUILD_{,PRE}REQUIRES.
2018-10-21 16:30:45 +00:00
fbrosson
6f0b266ea9
PycURL: try to fix the definition of pythonVersion for the buildbots.
...
For some unknown reason the previous definition was not working on
the build servers, although it was on my system.
2018-10-21 15:52:53 +00:00
fbrosson
c5107d9a1a
PycURL: split & rewrite the eval command, use a simpler sed regexp.
...
devel:libpython was in BUILD_PREREQUIRES until the previous commit
and was moved to BUILD_REQUIRES. Move it back to BUILD_PREREQUIRES.
Every commit in this recipe has been tested locally on each arch,
but something went wrong with pycurl_x86 in the build servers.
2018-10-21 15:00:31 +00:00
fbrosson
1c6091e9b4
PycURL: do not depend on any particular minor version of Python.
...
A REVISION bump was not necessary because the resulting packages
are the same except that REQUIRES_python{,3} are now sorted. But
let's kick a rebuild, after all.
2018-10-21 10:35:45 +00:00
fbrosson
6505e301e0
PycURL: new recipe. ( #3235 )
2018-10-20 15:44:53 +00:00
fbrosson
8d34cae923
dev-python/sip: drop commandSuffix, simplify PROVIDES.
2018-09-28 02:59:38 +00:00
Jerome Duval
45de8e68fb
switch HOMEPAGE to https.
2018-09-10 09:20:45 +02:00
Leorize
ffc6f2a1f6
dev-python/pyqt: bump to 5.11.2
...
Additionally:
- Fixed gcc2 build
2018-09-05 15:41:16 +07:00
Leorize
283af63255
dev-python/sip: update to 4.19.5
...
Reworked recipe, removed python2-sip since both are the same binary. The
headers was also moved to includeDir.
Now also builds a version for PyQt5
2018-09-05 15:41:15 +07:00
Leorize
e642ea6791
dev-python/enum34: new recipe
2018-09-05 15:41:14 +07:00
Leorize
8f4bcce548
dev-python/pyzmq: enable secondary arch
2018-09-04 15:29:08 +07:00
Leorize
a4fe5c142b
dev-python/requests: update to 2.18.4
...
Now depends on ca_root_certificates
2018-09-01 11:14:13 +07:00
Adrien Destugues
6931b10b8e
Add gertty and more of its python dependencies.
...
Unfortunately it does not manage to connect to Haiku server. Works ok
with OpenOCD's one.
2018-08-12 14:24:04 +02:00
Adrien Destugues
9955dd4b4b
Add YouCompleteMe python dependencies.
2018-08-10 20:53:35 +02:00
Jerome Duval
0d782eba67
dev-*: reorder sections.
2018-08-08 16:18:18 +02:00
Jerome Duval
dedc2c6324
code style.
2018-08-06 15:08:49 +02:00