Amber Brown (HawkOwl)
12447f67f5
make all http source urls https
2016-08-24 02:07:27 +08:00
Yamashita, Yuu
d6e0120cc8
Use http://www.python.org instead of http://python.org since former is configured to use fast.ly
...
```
% dig python.org. A
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 9216
;; flags: qr rd ra ; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; python.org. IN A
;; ANSWER SECTION:
python.org. 5 IN A 104.130.43.121
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 3 msec
;; SERVER: 192.168.44.2
;; WHEN: Wed Dec 16 06:08:20 2015
;; MSG SIZE rcvd: 44
```
```
% dig www.python.org. A
;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 22050
;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;; www.python.org. IN A
;; ANSWER SECTION:
www.python.org. 5 IN CNAME python.map.fastly.net.
python.map.fastly.net. 5 IN A 103.245.222.223
;; AUTHORITY SECTION:
;; ADDITIONAL SECTION:
;; Query time: 7 msec
;; SERVER: 192.168.44.2
;; WHEN: Wed Dec 16 06:08:23 2015
;; MSG SIZE rcvd: 83
```
2015-12-16 06:07:48 +00:00
Yamashita Yuu
4a52bfaff9
Fix broken tests
2014-11-04 00:04:25 -08:00
Yamashita Yuu
c2cc649cfa
md5sum -> sha256sum
2014-06-03 23:07:29 +09:00
Yamashita Yuu
fa0442688a
Update GNU Readline (6.2 -> 6.3)
2014-05-12 00:35:09 +09:00
Yamashita Yuu
f5fded3b9d
Use cc
as $CC
if require_cc
has called ( #148 )
2014-03-29 13:09:06 +09:00
Yamashita Yuu
a3f35b7e0d
Fallback to use clang if there is gcc not installed
2014-01-10 13:16:37 +09:00
Yamashita Yuu
8e02b93e39
Call build_package_ldflags_dirs
to suppress linker warnings
2014-01-07 12:46:40 +09:00
Yamashita Yuu
88e2d73d52
Update setuptools (1.4.1 -> 1.4.2)
2013-12-02 15:35:35 +09:00
Yamashita Yuu
20eb5c4913
Update setuptools (1.4 -> 1.4.1)
2013-11-27 20:48:06 +09:00
Yamashita Yuu
e094d683ed
Update setuptools (1.3.2 -> 1.4)
2013-11-19 19:41:44 +09:00
Yamashita Yuu
b726d645c3
http://www.python.org/ -> http://python.org/
2013-11-19 19:03:19 +09:00
Yamashita Yuu
6a787dd951
Update setuptools (1.1.7 -> 1.3.2)
2013-11-11 20:44:24 +09:00
Yamashita Yuu
516f49e913
Update setuptoos (1.1.6 -> 1.1.7)
2013-11-01 17:00:16 +09:00
Yamashita Yuu
625b3b7ec1
Update setuptools (1.1.4 -> 1.1.6)
2013-10-04 12:49:41 +09:00
Yamashita Yuu
bc8c8a6cd9
Update setuptools (1.1 -> 1.1.4)
2013-09-10 21:31:55 +09:00
Yamashita Yuu
aab8bb262d
Update setuptools (1.0 -> 1.1)
2013-08-29 12:14:36 +09:00
Yamashita Yuu
28fd240de2
Update setuptools (0.9.7 -> 1.0)
2013-08-23 18:36:21 +09:00
Yamashita Yuu
1e5ef005fb
Update setuptools (0.9.5 -> 0.9.7)
2013-07-24 17:17:48 +09:00
Yamashita Yuu
d5c24f5122
Update setuptools (0.8 -> 0.9.5)
2013-07-17 15:51:19 +09:00
Yamashita Yuu
392e404cc6
Use https instead of http when downloading from pypi
2013-07-08 16:27:01 +09:00
Yamashita Yuu
b04e067c83
update setuptools (0.7.7 -> 0.8)
2013-07-08 16:25:24 +09:00
Yamashita Yuu
ed2937f4d1
update setuptools (0.7.4 -> 0.7.7)
2013-07-04 17:23:38 +09:00
Yamashita Yuu
152ebe6e61
Download GNU Readline from mirror site of GNU
2013-06-27 12:28:34 +09:00
Yamashita Yuu
745bceac22
update setuptools (0.7.2 -> 0.7.4)
2013-06-20 12:31:18 +09:00
Yamashita Yuu
27dd805acb
enable require_gcc
to confirm if there is $CC
2013-06-12 16:11:07 +09:00
Yamashita Yuu
f8c9282e8c
Install GNU Readline on Darwin if the readline is broken (refs #23 )
...
The `has_broken_mac_readline` checks the existence of
`readline/rhconf.h`. This is the same mechanism as setup.py of CPython.
2013-06-12 16:04:20 +09:00
Yamashita Yuu
db3b4773bc
update setuptools (0.7.1 -> 0.7.2)
2013-06-10 12:38:38 +09:00
Yamashita Yuu
e9bcd9e0bd
replace distribute by new setuptools
2013-06-04 20:31:08 +09:00
Yamashita Yuu
c43711a216
update distribute (0.6.43 -> 0.6.35)
2013-05-31 18:48:42 +09:00
Yamashita Yuu
71b2081a75
update distribute version (0.6.40 -> 0.6.43)
2013-05-27 16:58:19 +09:00
Yamashita Yuu
c834f241a8
check native modules (e.g. ssl, bz2) if they were built
2013-05-17 16:49:27 +09:00
Yamashita Yuu
cc9b7aa7dd
update distribute version (0.6.38 -> 0.6.40)
2013-05-15 19:47:44 +09:00
Yamashita Yuu
9bf0755c81
update default distribute version (0.6.36 -> 0.6.38)
2013-05-09 14:58:47 +09:00
Yamashita Yuu
e9b0ecf021
remove needless declaration of LDFLAGS.
...
removing this not breaks build on latest Debian sid.
2013-05-08 23:56:33 +09:00
Yamashita Yuu
8bc19e28e0
update distribute version (0.6.34 -> 0.6.36)
2013-04-25 21:42:59 +09:00
Yamashita Yuu
0d0516ad05
update default pip version (1.2.1 -> 1.3.1)
2013-04-25 21:40:13 +09:00
Yamashita Yuu
6d307c6e11
import recent changes from ruby-build:
...
* verify checksum of downloaded archives.
* add PYTHON_BUILD_MIRROR_URL to use mirror site.
But we don't have CloudFront setup as of now :-(
* rbenv 0.4.x style help messages
2013-01-31 13:27:39 +09:00
Yamashita Yuu
4a217a0cd1
update distribute to 0.6.34
2013-01-11 13:41:40 +09:00
Yamashita Yuu
c9575d7cb0
update distribute and pip versions
...
* distribute (0.6.28 -> 0.6.32)
* pip (1.1 -> 1.2.1)
2012-12-11 12:19:56 +09:00
Yamashita Yuu
2ed400bfc6
use default CC to build CPython and Stackless. require_gcc
was
...
imported from ruby-build and is for rubies, not for pythons.
2012-10-16 16:07:19 +09:00
Yamashita Yuu
2856f81bb9
added more pythons
2012-08-31 19:11:29 +09:00