From 61f6c519902325ec6cba63d96e1def56a8440ec7 Mon Sep 17 00:00:00 2001 From: "ajohnsen@google.com" Date: Wed, 6 Nov 2013 09:09:18 +0000 Subject: [PATCH] Revert "add versions and constraints for packages and samples" This is currently blocking us from testing samples. BUG= R=kasperl@google.com Review URL: https://codereview.chromium.org//59513007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29960 260f80e4-7a28-3924-810f-c04153c831b5 --- pkg/analyzer/pubspec.yaml | 12 +- pkg/args/pubspec.yaml | 7 +- pkg/async_helper/pubspec.yaml | 3 - pkg/barback/pubspec.yaml | 13 +- pkg/browser/pubspec.yaml | 3 - pkg/collection_helpers/pubspec.yaml | 5 +- pkg/crypto/pubspec.yaml | 3 - pkg/csslib/pubspec.yaml | 15 +- pkg/custom_element/pubspec.yaml | 8 +- pkg/docgen/pubspec.yaml | 17 +-- pkg/expect/pubspec.yaml | 3 - pkg/fixnum/pubspec.yaml | 5 +- pkg/html_import/pubspec.yaml | 3 - pkg/http/pubspec.yaml | 7 +- pkg/http_server/pubspec.yaml | 9 +- pkg/intl/pubspec.yaml | 12 +- pkg/json/pubspec.yaml | 5 +- pkg/logging/pubspec.yaml | 8 +- pkg/mime/pubspec.yaml | 5 +- pkg/mutation_observer/pubspec.yaml | 5 +- pkg/oauth2/pubspec.yaml | 7 +- pkg/observe/pubspec.yaml | 15 +- pkg/path/pubspec.yaml | 5 +- pkg/polymer/pubspec.yaml | 38 +++--- pkg/polymer_expressions/pubspec.yaml | 11 +- pkg/scheduled_test/pubspec.yaml | 11 +- pkg/sequence_zip/pubspec.yaml | 5 +- pkg/serialization/pubspec.yaml | 5 +- pkg/shadow_dom/pubspec.yaml | 3 - pkg/source_maps/pubspec.yaml | 5 +- pkg/stack_trace/pubspec.yaml | 7 +- pkg/template_binding/pubspec.yaml | 13 +- pkg/third_party/html5lib/pubspec.yaml | 13 +- pkg/unittest/pubspec.yaml | 6 +- pkg/unmodifiable_collection/pubspec.yaml | 5 +- pkg/utf/pubspec.yaml | 5 +- pkg/watcher/pubspec.yaml | 11 +- pkg/yaml/pubspec.yaml | 5 +- tools/publish_all_pkgs.py | 2 - tools/publish_pkg.py | 167 ++++++++++++++++------- 40 files changed, 225 insertions(+), 262 deletions(-) diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml index 4bbbece3601..ae88fb2c253 100644 --- a/pkg/analyzer/pubspec.yaml +++ b/pkg/analyzer/pubspec.yaml @@ -1,13 +1,11 @@ name: analyzer -version: 0.10.1 +version: 0.10.0 author: Dart Team description: Static analyzer for Dart. homepage: http://www.dartlang.org dependencies: - args: ">=0.9.0 <0.10.0" - logging: ">=0.9.0 <0.10.0" - path: ">=0.9.0 <0.10.0" + args: ">=0.8.9 <1.0.0" + logging: ">=0.8.9 <1.0.0" + path: ">=0.8.9 <1.0.0" dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: ">=0.8.9 <1.0.0" diff --git a/pkg/args/pubspec.yaml b/pkg/args/pubspec.yaml index bd36d6db2ed..5e460f373b9 100644 --- a/pkg/args/pubspec.yaml +++ b/pkg/args/pubspec.yaml @@ -1,5 +1,4 @@ name: args -version: 0.9.0 author: "Dart Team " homepage: http://www.dartlang.org documentation: http://api.dartlang.org/docs/pkg/args @@ -8,8 +7,6 @@ description: > a set of options and values using GNU and POSIX style options. dependencies: - unmodifiable_collection: ">=0.9.0 <0.10.0" + unmodifiable_collection: any dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any diff --git a/pkg/async_helper/pubspec.yaml b/pkg/async_helper/pubspec.yaml index ca51bc9a9eb..e4f33dea1b9 100644 --- a/pkg/async_helper/pubspec.yaml +++ b/pkg/async_helper/pubspec.yaml @@ -1,5 +1,4 @@ name: async_helper -version: 0.9.0 author: "Dart Team " homepage: http://www.dartlang.org description: > @@ -8,5 +7,3 @@ description: > language tests. Third parties are discouraged from using this, and should use the facilities provided in the unittest library. -environment: - sdk: ">=1.0.0 <2.0.0" diff --git a/pkg/barback/pubspec.yaml b/pkg/barback/pubspec.yaml index 819eedbdecb..9cebb0b9673 100644 --- a/pkg/barback/pubspec.yaml +++ b/pkg/barback/pubspec.yaml @@ -1,5 +1,4 @@ name: barback -version: 0.9.0 author: "Dart Team " homepage: http://www.dartlang.org description: > @@ -13,11 +12,9 @@ description: > Runs transforms asynchronously and in parallel when possible to maximize responsiveness. dependencies: - path: ">=0.9.0 <0.10.0" - source_maps: ">=0.9.0 <0.10.0" - stack_trace: ">=0.9.0 <0.10.0" + path: any + source_maps: any + stack_trace: any dev_dependencies: - scheduled_test: ">=0.9.0 <0.10.0" - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + scheduled_test: any + unittest: any diff --git a/pkg/browser/pubspec.yaml b/pkg/browser/pubspec.yaml index 1542d984020..be2a78d0b19 100644 --- a/pkg/browser/pubspec.yaml +++ b/pkg/browser/pubspec.yaml @@ -1,8 +1,5 @@ name: browser -version: 0.9.0 authors: ["Dart Team "] homepage: http://www.dartlang.org description: > The bootstrap dart.js script for Dart apps running in the browser. -environment: - sdk: ">=1.0.0 <2.0.0" diff --git a/pkg/collection_helpers/pubspec.yaml b/pkg/collection_helpers/pubspec.yaml index cbd07f989f4..a0513ef37b3 100644 --- a/pkg/collection_helpers/pubspec.yaml +++ b/pkg/collection_helpers/pubspec.yaml @@ -1,9 +1,6 @@ name: collection_helpers -version: 0.9.0 author: '"Dart Team "' description: Utility functions and classes for working with collections. homepage: http://www.dartlang.org dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any diff --git a/pkg/crypto/pubspec.yaml b/pkg/crypto/pubspec.yaml index b967df64c15..3fd791736e5 100644 --- a/pkg/crypto/pubspec.yaml +++ b/pkg/crypto/pubspec.yaml @@ -1,9 +1,6 @@ name: crypto -version: 0.9.0 author: "Dart Team " homepage: http://www.dartlang.org documentation: http://api.dartlang.org/docs/pkg/crypto description: > Library of cryptographic functions. -environment: - sdk: ">=1.0.0 <2.0.0" diff --git a/pkg/csslib/pubspec.yaml b/pkg/csslib/pubspec.yaml index 6422dd66176..b82194155ce 100644 --- a/pkg/csslib/pubspec.yaml +++ b/pkg/csslib/pubspec.yaml @@ -1,15 +1,12 @@ name: csslib -version: 0.9.0 author: "Web UI Team " description: A library for parsing CSS. homepage: https://www.dartlang.org dependencies: - args: ">=0.9.0 <0.10.0" - logging: ">=0.9.0 <0.10.0" - path: ">=0.9.0 <0.10.0" - source_maps: ">=0.9.0 <0.10.0" + args: any + logging: any + path: any + source_maps: any dev_dependencies: - browser: ">=0.9.0 <0.10.0" - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + browser: any + unittest: any diff --git a/pkg/custom_element/pubspec.yaml b/pkg/custom_element/pubspec.yaml index 6faa79c6d10..b4b268b1bd6 100644 --- a/pkg/custom_element/pubspec.yaml +++ b/pkg/custom_element/pubspec.yaml @@ -1,5 +1,4 @@ name: custom_element -version: 0.9.0 author: "Web UI Team " homepage: http://www.dartlang.org/ description: > @@ -7,8 +6,7 @@ description: > with custom tag names, and then use those custom tag names as they would any standard tag. dependencies: - mutation_observer: ">=0.9.0 <0.10.0" + meta: any + mutation_observer: any dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any diff --git a/pkg/docgen/pubspec.yaml b/pkg/docgen/pubspec.yaml index 58300aa44b5..254e477893b 100644 --- a/pkg/docgen/pubspec.yaml +++ b/pkg/docgen/pubspec.yaml @@ -1,15 +1,10 @@ name: docgen -version: 0.9.0 -author: "Dart Team " -homepage: https://github.com/dart-lang/dartdoc-viewer description: A documentation generator for the Dart repository. dependencies: - args: ">=0.9.0 <0.10.0" - logging: ">=0.9.0 <0.10.0" - markdown: ">=0.9.0 <0.10.0" - path: ">=0.9.0 <0.10.0" - yaml: ">=0.9.0 <0.10.0" + args: any + logging: any + markdown: any + path: any + yaml: any dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any diff --git a/pkg/expect/pubspec.yaml b/pkg/expect/pubspec.yaml index 5be38677577..0b2ed156583 100644 --- a/pkg/expect/pubspec.yaml +++ b/pkg/expect/pubspec.yaml @@ -1,5 +1,4 @@ name: expect -version: 0.9.0 author: "Dart Team " homepage: http://www.dartlang.org description: > @@ -8,5 +7,3 @@ description: > Third parties are discouraged from using this, and should use the expect() function in the unit test library instead for test assertions. -environment: - sdk: ">=1.0.0 <2.0.0" diff --git a/pkg/fixnum/pubspec.yaml b/pkg/fixnum/pubspec.yaml index 5bf4083b46d..c582394cb86 100644 --- a/pkg/fixnum/pubspec.yaml +++ b/pkg/fixnum/pubspec.yaml @@ -1,9 +1,6 @@ name: fixnum -version: 0.9.0 author: Dart Team description: Library for 32- and 64-bit fixed size integers. homepage: http://www.dartlang.org dev_dependencies: - unittest: ">=0.9.0 <0.10.0" -environment: - sdk: ">=1.0.0 <2.0.0" + unittest: any diff --git a/pkg/html_import/pubspec.yaml b/pkg/html_import/pubspec.yaml index dcb7668eb74..9aa328d2a43 100644 --- a/pkg/html_import/pubspec.yaml +++ b/pkg/html_import/pubspec.yaml @@ -1,5 +1,4 @@ name: html_import -version: 0.9.0 author: "Web UI Team " homepage: https://github.com/Polymer/HTMLImports/tree/master description: > @@ -7,5 +6,3 @@ description: > documents. As