View | Details | Raw Unified | Return to bug 144955
Collapse All | Expand All

(-)bsd.sites.mk (-7 / +7 lines)
Lines 128-140 Link Here
128
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
128
.if !defined(IGNORE_MASTER_SITE_CHEESESHOP)
129
MASTER_SITE_CHEESESHOP+=	\
129
MASTER_SITE_CHEESESHOP+=	\
130
	http://pypi.python.org/packages/%SUBDIR%/ \
130
	http://pypi.python.org/packages/%SUBDIR%/ \
131
	http://pypi.d9t.de/${DISTNAME:S/${DISTVERSION}//:S/-//} \
131
	http://pypi.d9t.de/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \
132
	http://pypi.inqbus.de/${DISTNAME:S/${DISTVERSION}//:S/-//} \
132
	http://pypi.inqbus.de/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \
133
	http://pypi.it.uwosh.edu/${DISTNAME:S/${DISTVERSION}//:S/-//} \
133
	http://pypi.it.uwosh.edu/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \
134
	http://pypi.netsight.co.uk/${DISTNAME:S/${DISTVERSION}//:S/-//} \
134
	http://pypi.netsight.co.uk/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \
135
	http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//} \
135
	http://pypi.python.jp/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \
136
	http://pypi.websushi.org/${DISTNAME:S/${DISTVERSION}//:S/-//} \
136
	http://pypi.websushi.org/${DISTNAME:S/${DISTVERSION}//:S/-//}/ \
137
	http://pypi.zopyx.com/${DISTNAME:S/${DISTVERSION}//:S/-//}
137
	http://pypi.zopyx.com/${DISTNAME:S/${DISTVERSION}//:S/-//}/
138
.endif
138
.endif
139
139
140
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)
140
.if !defined(IGNORE_MASTER_SITE_COMP_SOURCES)

Return to bug 144955