diff options
| author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-11-16 15:26:42 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-08 10:20:51 +0000 |
| commit | cefeac268ed326d45e555fc81be32528ed6feb0d (patch) | |
| tree | f31daa7f818fcd0171d8be31f8be26f8896b8724 /meta/conf | |
| parent | aa5df2adc281a826a9a91f23dd2a94dc79a29ba6 (diff) | |
| download | poky-cefeac268ed326d45e555fc81be32528ed6feb0d.tar.gz | |
package_regex.inc: split PyPi related entries to their own recipes
(From OE-Core rev: 9528cff2ecf4241cb80d9e972751d7ac607d39e4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/distro/include/package_regex.inc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/conf/distro/include/package_regex.inc b/meta/conf/distro/include/package_regex.inc index 6bae1fcabe..02a97a34ac 100644 --- a/meta/conf/distro/include/package_regex.inc +++ b/meta/conf/distro/include/package_regex.inc | |||
| @@ -120,25 +120,6 @@ REGEX_pn-nativesdk-qt4-tools = "(?P<pver>\d+(\.\d+)+)/" | |||
| 120 | REGEX_URI_pn-qt4-native = "http://download.qt.io/official_releases/qt/4.8/" | 120 | REGEX_URI_pn-qt4-native = "http://download.qt.io/official_releases/qt/4.8/" |
| 121 | REGEX_pn-qt4-native = "(?P<pver>\d+(\.\d+)+)/" | 121 | REGEX_pn-qt4-native = "(?P<pver>\d+(\.\d+)+)/" |
| 122 | 122 | ||
| 123 | # PyPI sites | ||
| 124 | REGEX_URI_pn-python-nose = "https://pypi.python.org/pypi/nose/" | ||
| 125 | REGEX_pn-python-nose = "/nose/${COMMON_REGEX}" | ||
| 126 | # python-distribute 0.7.x is a simple compatibility layer that installs Setuptools 0.7+. | ||
| 127 | # so we stick to 0.6.x series | ||
| 128 | REGEX_URI_pn-python-distribute = "https://pypi.python.org/pypi/distribute/" | ||
| 129 | REGEX_pn-python-distribute = "/distribute/(?P<pver>\d+.6.\d+)" | ||
| 130 | REGEX_URI_pn-python-gitdb = "https://pypi.python.org/pypi/gitdb/" | ||
| 131 | REGEX_URI_pn-python-async = "https://pypi.python.org/pypi/async/" | ||
| 132 | REGEX_URI_pn-python-smmap = "https://pypi.python.org/pypi/smmap/" | ||
| 133 | REGEX_pn-python-smmap = "/smmap/${COMMON_REGEX}" | ||
| 134 | REGEX_URI_pn-python-git = "https://pypi.python.org/pypi/GitPython/" | ||
| 135 | REGEX_pn-python-git = "/GitPython/${COMMON_REGEX}" | ||
| 136 | REGEX_URI_pn-python-mako = "https://pypi.python.org/pypi/mako/" | ||
| 137 | REGEX_pn-python-mako = "/Mako/${COMMON_REGEX}" | ||
| 138 | REGEX_URI_pn-python-pexpect = "https://pypi.python.org/pypi/pexpect" | ||
| 139 | REGEX_URI_pn-python3-pip = "https://pypi.python.org/pypi/pip" | ||
| 140 | REGEX_URI_pn-python3-setuptools = "https://pypi.python.org/pypi/setuptools" | ||
| 141 | |||
| 142 | # Sourceforge sites | 123 | # Sourceforge sites |
| 143 | REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/" | 124 | REGEX_URI_pn-python-scons = "http://sourceforge.net/projects/scons/files/scons/" |
| 144 | REGEX_pn-python-scons = "/scons/${COMMON_REGEX}/" | 125 | REGEX_pn-python-scons = "/scons/${COMMON_REGEX}/" |
