Kenneth Reitz
2032942b61
Merge remote-tracking branch 'origin/master'
2014-07-18 14:46:33 -04:00
Kenneth Reitz
0076fe4f53
remove bunk pypys
2014-07-18 14:46:31 -04:00
Kenneth Reitz
9b18412ecc
pypy ALL the things!
2014-07-18 14:30:02 -04:00
Kenneth Reitz
5f0ba6a371
pypy 2.3.1 attempt for cedar-14
2014-07-18 14:08:02 -04:00
kennethreitz
1e2953b22e
Update Readme.md
2014-07-18 13:53:51 -04:00
kennethreitz
e27ad6f919
Update Readme.md
2014-07-18 13:52:48 -04:00
Kenneth Reitz
bfa7180b7b
setuptools v5.4.1
v42
2014-07-18 13:46:06 -04:00
Kenneth Reitz
24ae4f9bda
further output cleanups
2014-07-18 13:42:32 -04:00
Kenneth Reitz
cbb7512c9a
cleanup build output a bit
2014-07-18 13:39:36 -04:00
Kenneth Reitz
869576e8ab
hard-coded to system python
2014-07-18 13:31:14 -04:00
Kenneth Reitz
9187dccb54
remove debugging information
2014-07-17 16:44:38 -04:00
Kenneth Reitz
eb6193d13e
really don't skip install
2014-07-17 16:43:38 -04:00
Kenneth Reitz
a43eaaaf81
don't skip the install
2014-07-17 16:42:05 -04:00
Kenneth Reitz
c31574d7d6
record the stack
2014-07-17 16:40:04 -04:00
Kenneth Reitz
3a42f565cb
change the order of things
2014-07-17 16:39:29 -04:00
Kenneth Reitz
8f1942a9a5
don't hardcode cedar-14
2014-07-17 16:24:38 -04:00
Kenneth Reitz
ab05b61638
stack changed, delete things
2014-07-17 16:21:36 -04:00
Kenneth Reitz
5c4a414cb7
$STACK and $CACHED_PYTHON_STACK
2014-07-17 15:56:13 -04:00
Kenneth Reitz
0e11dbadbf
bpwatch
2014-07-17 15:40:32 -04:00
Kenneth Reitz
96cf5718b2
2.6.0, 2.6.1 notices for cedar, not cedar-14
2014-07-16 10:34:25 -04:00
Kenneth Reitz
d3f8351744
no tests
2014-07-15 10:56:04 -04:00
Kenneth Reitz
9d903fd92f
changes
2014-07-15 10:36:01 -04:00
Kenneth Reitz
f77d8aaec3
disable sticky versions
2014-07-11 14:50:31 -04:00
Kenneth Reitz
4c2b867172
cedar-14 in download url, echo stack
2014-07-11 14:36:51 -04:00
Kenneth Reitz
1bdf4a0c64
debugging
2014-07-11 13:39:16 -04:00
Kenneth Reitz
c2b1465548
missed two more
2014-07-11 13:36:41 -04:00
Kenneth Reitz
f4471062a9
missed one
2014-07-11 13:35:05 -04:00
Kenneth Reitz
f843a95343
comment out all bpwatch calls
2014-07-11 13:28:28 -04:00
Kenneth Reitz
1605422808
no pypy yet
2014-07-09 16:37:33 -04:00
Kenneth Reitz
5ee2bdbd10
no shared for python-2.7.8
2014-07-09 16:37:12 -04:00
Kenneth Reitz
f4c7160763
ld_library_path?
2014-07-07 14:20:34 -04:00
Kenneth Reitz
3e81740517
pypy v2.3.1
2014-07-07 14:10:38 -04:00
Kenneth Reitz
a8e065969f
libffi: --enable-shared
2014-07-07 13:59:34 -04:00
Kenneth Reitz
688d167190
pypy 2.0
2014-07-07 13:54:40 -04:00
Kenneth Reitz
4553dafeca
autoconf formula
2014-07-07 13:47:02 -04:00
Kenneth Reitz
8aeceb00e4
libffi
2014-07-07 13:42:06 -04:00
Kenneth Reitz
022aa736ec
update of autoconf
2014-07-07 13:39:36 -04:00
Kenneth Reitz
2cad413958
new libffi attempt
2014-07-07 13:28:12 -04:00
Kenneth Reitz
f5fb42e535
add autoconf
2014-07-07 13:21:45 -04:00
Kenneth Reitz
4995eeec41
follow redirects
2014-07-07 13:16:19 -04:00
Kenneth Reitz
0961b59420
libffi attempt
2014-07-07 13:13:48 -04:00
Kenneth Reitz
1fdeedf112
python 3.3.5
2014-07-03 16:55:45 -04:00
Kenneth Reitz
43c7079a07
Default Python: 2.7.8
v41
2014-07-02 10:33:24 -04:00
Kenneth Reitz
097f64721a
merge
2014-07-02 10:28:38 -04:00
Kenneth Reitz
b3b6c78657
update readme with new python versions
2014-07-02 10:27:38 -04:00
Kenneth Reitz
fcfc2f8651
python-2.7.8 (--shared)
2014-07-02 10:12:19 -04:00
kennethreitz
1f9b0bfe02
Merge pull request #150 from cclauss/patch-2
...
Readme: Update Python versions to match compile
2014-06-20 06:04:33 +08:00
kennethreitz
533def6b57
Merge pull request #152 from yunojuno/master
...
Update pylibmc to support nested requirements.
2014-06-20 06:03:25 +08:00
Hugo Rodger-Brown
826193ef5a
Update pylibmc to support nested requirements.
...
The current regex assumes that pylibmc appears at the beginning of a line
(whitespace only precedes it), which is a fair assumption in a single 'flat'
requirements.txt file. However, if you are using nested requirements then
this is not the case - your pylibmc may exist in a sub-directory. This is
very similar to the way in which mercurial is installed if "hg+" is found
in the requirements file (see the /bin/compile script). By insisting that
pylibmc appear at the beginning of the file, it's impossible to fool the
compilation into installing libmemcached (as this script does) by simply
putting the phrase into a comment, which is what you *can* do with 'hg+'.
I've updated the regex to remove the beginning of line restriction. This
means that you can add a comment to a top-level requirements.txt that
will trigger the install, without having to functionally alter your
nested requirements.
e.g. top-level requirements.txt:
# fake comment to trigger pylibmc script
# fake comment to trigger hg+ install
-r requirements/production.txt
2014-06-18 18:13:37 +01:00
cclauss
631aa4b356
Readme: Update Python versions to match compile
...
Also matches recent updates to https://devcenter.heroku.com/articles/python-runtimes
2014-06-17 20:09:25 +02:00