[pkg] ensure each publishable package has a repository pubspec field

Change-Id: I06c0d10c87c3f329098352a7abe9ef9fa0b1532e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/241504
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This commit is contained in:
Devon Carew 2022-04-19 22:13:51 +00:00 committed by Commit Bot
parent 5620ce110f
commit 2a20d4be24
13 changed files with 26 additions and 28 deletions

View file

@ -1,11 +1,13 @@
name: _fe_analyzer_shared
version: 39.0.0
description: Logic that is shared between the front_end and analyzer packages.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/_fe_analyzer_shared
repository: https://github.com/dart-lang/sdk/tree/main/pkg/_fe_analyzer_shared
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
meta: ^1.0.2
dev_dependencies:
test: ^1.3.4

View file

@ -4,12 +4,15 @@ description:
A client wrapper over analysis_server.
Instances of the class [Server] manage a connection to a server process,
and facilitate communication to and from the server.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server_client
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analysis_server_client
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
path: ^1.8.0
pub_semver: ^2.0.0
dev_dependencies:
analyzer:
path: ../analyzer

View file

@ -1,7 +1,7 @@
name: analyzer
version: 4.1.0-dev
description: This package provides a library that performs static analysis of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer
environment:
sdk: '>=2.14.0 <3.0.0'
@ -19,6 +19,7 @@ dependencies:
source_span: ^1.8.0
watcher: ^1.0.0
yaml: ^3.0.0
dev_dependencies:
analyzer_utilities:
path: ../analyzer_utilities

View file

@ -1,7 +1,7 @@
name: analyzer_plugin
description: A framework and support code for building plugins for the analysis server.
version: 0.9.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin
repository: https://github.com/dart-lang/sdk/tree/main/pkg/analyzer_plugin
environment:
sdk: '>=2.14.0 <3.0.0'

View file

@ -2,7 +2,6 @@ name: dart2js_runtime_metrics
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
version: 0.1.0
repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart2js_runtime_metrics
description: >-
`dart2js` can generate extra code to measure certain activities.
This library provides access to the measurements at runtime.

View file

@ -1,10 +1,10 @@
name: dart_internal
version: 0.2.5
repository: https://github.com/dart-lang/sdk/tree/master/pkg/dart_internal
description: >-
This package is not intended for wide use. It provides a temporary API to
solve the problem: "Given an object some generic type A, how do I construct an
instance of generic type B with the same type argument(s)?"
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dart_internal
environment:
# Restrict the upper bound so that we can remove support for this in a later

View file

@ -1,11 +1,9 @@
name: dds
version: 2.2.1
description: >-
A library used to spawn the Dart Developer Service, used to communicate with
a Dart VM Service instance.
version: 2.2.1
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dds
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dds
environment:
sdk: '>=2.14.0 <3.0.0'

View file

@ -1,18 +1,16 @@
name: dds_service_extensions
version: 1.3.0
description: >-
Extension methods for `package:vm_service`, used to make requests a
Dart Development Service (DDS) instance.
version: 1.3.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/dds_service_extensions
repository: https://github.com/dart-lang/sdk/tree/main/pkg/dds_service_extensions
environment:
sdk: '>=2.13.0 <3.0.0'
dependencies:
async: ^2.4.1
vm_service: ^8.1.0
async: ^2.4.1
vm_service: ^8.1.0
dev_dependencies:
lints: any

View file

@ -1,7 +1,7 @@
name: js
version: 0.6.4
description: Annotations to create static Dart interfaces for JavaScript APIs.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/js
repository: https://github.com/dart-lang/sdk/tree/main/pkg/js
environment:
sdk: ">=2.16.0-100.0.dev <3.0.0"

View file

@ -1,10 +1,11 @@
name: meta
# Note, because version `2.0.0` was mistakenly released, the next major version must be `3.x.y`.
version: 1.7.1-dev
homepage: https://github.com/dart-lang/sdk/tree/main/pkg/meta
description: >-
Annotations that developers can use to express the intentions that otherwise
can't be deduced by statically analyzing the source code. These annotations
are intended to be used by tools to provide a better user experience.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/meta
environment:
sdk: ">=2.12.0 <3.0.0"

View file

@ -1,8 +1,7 @@
name: native_stack_traces
description: Utilities for working with non-symbolic stack traces.
version: 0.4.5
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/native_stack_traces
description: Utilities for working with non-symbolic stack traces.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/native_stack_traces
environment:
sdk: '>=2.14.0 <3.0.0'

View file

@ -1,11 +1,9 @@
name: vm_service
version: 8.2.2+1
description: >-
A library to communicate with a service implementing the Dart VM
service protocol.
version: 8.2.2+1
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_service
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_service
environment:
sdk: '>=2.15.0 <3.0.0'

View file

@ -1,8 +1,7 @@
name: vm_snapshot_analysis
description: Utilities for analysing AOT snapshot size.
version: 0.7.1
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
description: Utilities for analysing AOT snapshot size.
repository: https://github.com/dart-lang/sdk/tree/main/pkg/vm_snapshot_analysis
environment:
sdk: '>=2.12.0 <3.0.0'