diff options
author | rodent <rodent@pkgsrc.org> | 2015-06-30 23:11:18 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-06-30 23:11:18 +0000 |
commit | d30f0f53e14b2b2e62ac3bc5e553338b602eb24e (patch) | |
tree | 6bfdaac3c6b05b45eaa634855a158a00b9da3286 /mk | |
parent | 977672f12abc930886c30a61512aca45275b8740 (diff) | |
download | pkgsrc-d30f0f53e14b2b2e62ac3bc5e553338b602eb24e.tar.gz |
Add MASTER_SITE_PYPI, which is going to be used in pypi.mk in a bit.
This entire file needs:
1) collation;
2) the EOL escapes removed and turned into proper lists;
Otherwise, it's a bit painful to read.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/fetch/sites.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/fetch/sites.mk b/mk/fetch/sites.mk index 848953fe26f..7692e0f7610 100644 --- a/mk/fetch/sites.mk +++ b/mk/fetch/sites.mk @@ -1,4 +1,4 @@ -# $NetBSD: sites.mk,v 1.129 2015/06/29 11:06:48 ryoon Exp $ +# $NetBSD: sites.mk,v 1.130 2015/06/30 23:11:18 rodent Exp $ # # This Makefile fragment defines read-only MASTER_SITE_* variables # representing some well-known master distribution sites for software. @@ -318,7 +318,9 @@ MASTER_SITE_OPENBSD+= \ ftp://ftp.jaist.ac.jp/pub/OpenBSD/ MASTER_SITE_RUBYGEMS+= \ - http://rubygems.org/downloads/ \ + http://rubygems.org/downloads/ + +MASTER_SITE_PYPI+= https://pypi.python.org/packages/source/ MASTER_SITE_HASKELL_HACKAGE+= \ http://hackage.haskell.org/package/ |