François Revol
d5f1adf6c7
Add recipe for cssselector
2015-02-27 01:57:21 +01:00
Oliver Tappe
52b344b97b
Drop references to $haikuVersion.
...
* Referring the current haiku version explicitly is not needed, since
the RequiresUpdater takes care of setting the version of Haiku used
for building a package.
2014-12-14 23:08:52 +01:00
Chirayu Desai
5b5079c223
python_setuptools: Add compile-time depedency on sed command
2014-12-09 15:59:38 +00:00
François Revol
a9fba5ea4e
urllib3: rename recipe from python_urllib3
2014-12-09 16:57:28 +01:00
François Revol
f3f31d07db
pyyaml: rename recipe from python_pyyaml
2014-12-08 21:48:51 +01:00
François Revol
6e7d2bfcb8
argh: rename recipe from python_argh
2014-12-08 21:47:08 +01:00
François Revol
c776a6713b
pathtools: rename recipe from python_pathtools
2014-12-08 21:45:23 +01:00
François Revol
f8f1eaf9d4
watchdog: rename recipe from python_watchdog
2014-12-08 21:42:51 +01:00
François Revol
be887c8558
Merged in cdesai/haikuports/dev-python/watchdog (pull request #298 )
...
Add recipe for python package watchdog
2014-12-08 20:30:29 +01:00
François Revol
a1687f73f7
python_pyyaml: Add TODO about libyaml optional dependency
2014-12-08 20:20:43 +01:00
François Revol
d1defcff28
Merged in cdesai/haikuports/dev-python/urllib3 (pull request #291 )
...
Add recipe for python package urllib3
2014-12-08 20:17:09 +01:00
François Revol
842fe48951
Merged in cdesai/haikuports/dev-python/pyyaml (pull request #308 )
...
Add recipe for python package pyyaml
2014-12-08 20:15:21 +01:00
François Revol
5e19dfb218
Merged in cdesai/haikuports/dev-python/argh (pull request #307 )
...
Add recipe for python package argh
2014-12-08 20:14:30 +01:00
Chirayu Desai
bc14024c7b
Add recipe for python package pyyaml
2014-12-08 17:51:16 +00:00
Chirayu Desai
5ff517360f
Add recipe for python package urllib3
2014-12-08 17:17:33 +00:00
Chirayu Desai
db3e615d60
Add recipe for python package watchdog
2014-12-07 19:51:36 +00:00
Chirayu Desai
202040fb15
Add recipe for python package argh
2014-12-07 19:49:17 +00:00
Chirayu Desai
f339f43026
Add recipe for python package pathtools
2014-12-07 18:19:26 +00:00
Adrien Destugues
74b041f63a
Add recipe for Python Imaging Library.
2014-11-16 22:32:37 +01:00
Chris Roberts
679a6c48f6
dulwich: update to 0.9.7
...
* remove old versions
2014-11-13 21:20:21 -07:00
Adrien Destugues
9367594d0c
python modules: bump revision for python 2.7 migration.
2014-09-19 08:59:35 +02:00
Adrien Destugues
53f459791c
dateutil: bump revision for python 2.7 rebuild.
2014-09-19 08:59:33 +02:00
Adrien Destugues
28cb9bb4a7
setuptools: fix for python 2.7.
2014-09-19 08:59:33 +02:00
Adrien Destugues
5ea107cf72
python_twisted: fix provides.
2014-09-19 08:59:31 +02:00
François Revol
8634a657a3
python_mechanize: Fix DESCRIPTION
2014-08-07 17:47:23 +02:00
François Revol
1a687953ee
Add recipe for python mechanize
2014-07-29 17:06:13 +02:00
François Revol
adf1aca0cf
Add recipe for lxml
...
And patch, because they happily hardcode -lm in there...
2014-07-29 17:06:09 +02:00
François Revol
2a454805c7
Add recipe for dateutil 1.5
...
- the magic is in --single-version-externally-managed to disable
those (easter) egg things...
cf.
https://wiki.debian.org/Python/FAQ#How_should_we_package_Python_eggs.3F
- --root is required so just pass /
- also, python must be called without any path, else it setuptools uses
it as an extra prefix for install... so we munge PATH and call python.
2014-07-29 17:06:04 +02:00
François Revol
ade9a98565
Add a recipe for python-requests
2014-07-29 17:05:59 +02:00
Adrien Destugues
c0fc937704
Add Cython recipe.
2014-07-13 08:40:00 +02:00
Guest One
bb352f44a9
Merge branch 'master' of https://bitbucket.org/GuestOne/haikuports-guestone into pygame
2014-07-05 18:08:34 +07:00
Guest One
6fb03418c8
pygame recipe. Only x86_gcc2. Patchset in wrong format as haikuporter -e does not work for me.
2014-07-05 18:06:47 +07:00
Augustin Cavalier
4808bd4bca
Delete old "setuptools" (Python) recipes, create new recipe (that actually works).
...
That hack is pretty nasty, I know. But I couldn't find a better solution
that worked, so it'll have to stay.
Confirmed this works by writing a GYP recipe that uses it, that is coming
in the next commit.
2014-06-30 19:34:28 -04:00
Oliver Tappe
22c10b29d2
Make buildbot_slave and python_zope.interface arch-specific.
...
* To prevent problems with the 'any' packages being shared between
different architectures (while those use varying versions of python),
make them arch-specific.
* Additionally, move buildbot_slave from dev-python to dev-util (as
it is not related to python development).
2014-06-25 23:33:03 +02:00
Oliver Tappe
0347f445e2
Merged in jessicah/haikuports/buildbot-slave (pull request #189 )
...
buildbot_slave: fix path to tail.
2014-06-22 23:26:15 +02:00
Jessica Hamilton
bc318791c0
buildbot_slave: fix path to tail.
2014-06-22 21:21:03 +00:00
Jessica Hamilton
703ee949a5
python_twisted: fixes for gcc2.
2014-06-20 05:37:54 +00:00
Oliver Tappe
241d18e763
Add recipe for buildbot_slave and all its dependencies.
...
* add buildbot_slave-0.8.8.recipe
* add python_twisted-13.2.0.recipe
* add python_zope.interface-4.1.1.recipe
* add python_mock-1.0.1.recipe
2014-06-15 23:29:16 +02:00
Oliver Tappe
80bbd70b83
Let all recipes use SHA-256 checksums only.
2014-04-21 19:31:51 +02:00
Oliver Tappe
f31617b50f
Adjust many more recipes to support mirror site.
...
* Mostly added SRC_FILENAME where the automatic filename didn't
make any sense.
2014-04-20 23:13:43 +02:00
Adrien Destugues
fc970ad4fc
Simpleparse: turn bep into recipe.
...
* Needs setuptools, so won't work for now...
2014-03-30 13:23:02 +02:00
Adrien Destugues
c484238c12
setuptools: turn bep into recipe and add latest version
...
* The SSL certificate for pipy seems broken, so wget won't download.
2014-03-30 13:23:02 +02:00
noryb009
4e1ffebc1a
Rewrap dev-python DESCRIPTIONs
2014-01-02 16:40:56 -05:00
Alexander von Gluck IV
d97a2aabd9
all: Don't use portVersionedName for SOURCE_DIR
...
* portVersionedName contains the secondary architecture,
so using it means secondary package builds fail.
example: $portVersionedName is libwow_x86-0.0.0 when
doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Chris Roberts
9ec1294809
Update python dulwich to 0.9.4
2013-12-14 12:57:52 -07:00
Chris Roberts
f82fa818f0
Add python pygments recipe
2013-11-21 17:22:24 -07:00
Chris Roberts
f17cdf3b98
Add python iniparse recipe
2013-11-21 17:21:40 -07:00
Chris Roberts
e9a29515e6
Add python dulwich recipe
2013-10-31 14:53:17 -06:00
Chris Roberts
ff34c5f70e
Add python ordereddict recipe
2013-10-31 14:52:48 -06:00
Chris Roberts
fc9b8c04d7
Add docutils recipe
2013-10-30 00:17:40 -06:00