зеркало из https://github.com/mozilla/gecko-dev.git
Merge m-c to b2g-inbound. a=merge
This commit is contained in:
Коммит
59ec06801b
|
@ -1,2 +1,9 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"size": 80458572,
|
||||||
|
"digest": "e5101f9dee1e462f6cbd3897ea57eede41d23981825c7b20d91d23ab461875d54d3dfc24999aa58a31e8b01f49fb3140e05ffe5af2957ef1d1afb89fd0dfe1ad",
|
||||||
|
"algorithm": "sha512",
|
||||||
|
"filename": "gcc.tar.xz",
|
||||||
|
"unpack": "True"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
marionette-transport == 0.4
|
marionette-transport == 0.4
|
||||||
marionette-driver == 0.1
|
marionette-driver == 0.2
|
||||||
manifestparser
|
manifestparser
|
||||||
mozhttpd >= 0.5
|
mozhttpd >= 0.5
|
||||||
mozinfo >= 0.7
|
mozinfo >= 0.7
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
import os
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
import sys
|
|
||||||
|
|
||||||
version = '0.8.7'
|
version = '0.9'
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
with open('requirements.txt') as f:
|
with open('requirements.txt') as f:
|
||||||
|
@ -12,7 +10,7 @@ setup(name='marionette_client',
|
||||||
version=version,
|
version=version,
|
||||||
description="Marionette test automation client",
|
description="Marionette test automation client",
|
||||||
long_description='See http://marionette-client.readthedocs.org/',
|
long_description='See http://marionette-client.readthedocs.org/',
|
||||||
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
keywords='mozilla',
|
keywords='mozilla',
|
||||||
author='Jonathan Griffin',
|
author='Jonathan Griffin',
|
||||||
author_email='jgriffin@mozilla.com',
|
author_email='jgriffin@mozilla.com',
|
||||||
|
@ -29,4 +27,3 @@ setup(name='marionette_client',
|
||||||
""",
|
""",
|
||||||
install_requires=deps,
|
install_requires=deps,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
exclude MANIFEST.in
|
||||||
|
include requirements.txt
|
|
@ -1,8 +1,6 @@
|
||||||
import os
|
|
||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
import sys
|
|
||||||
|
|
||||||
version = '0.1.0'
|
version = '0.2'
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
with open('requirements.txt') as f:
|
with open('requirements.txt') as f:
|
||||||
|
@ -12,16 +10,14 @@ setup(name='marionette_driver',
|
||||||
version=version,
|
version=version,
|
||||||
description="Marionette Driver",
|
description="Marionette Driver",
|
||||||
long_description='See http://marionette-driver.readthedocs.org/',
|
long_description='See http://marionette-driver.readthedocs.org/',
|
||||||
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||||
keywords='mozilla',
|
keywords='mozilla',
|
||||||
author='Auto-tools',
|
author='Auto-tools',
|
||||||
author_email='tools-marionette@lists.mozilla.org',
|
author_email='tools-marionette@lists.mozilla.org',
|
||||||
url='https://wiki.mozilla.org/Auto-tools/Projects/Marionette',
|
url='https://wiki.mozilla.org/Auto-tools/Projects/Marionette',
|
||||||
license='MPL',
|
license='MPL',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
#package_data={'marionette_driver': ['touch/*.js']},
|
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=deps,
|
install_requires=deps,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче