Skip to content

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 26, 2016

This PR was created via: https://gist.github.com/dhermes/e239691aa584bd56a5352e34aad27cf3

export PROJECT_DIR="${HOME}/google-cloud-python"
export READMES_DIR="${HOME}/i-wrote-some-readmes-for-2357"
cd ${PROJECT_DIR}
git worktree add -b make-language-subpackage ../hotfix official/master
python make_commits.py \
  --git-root "${PROJECT_DIR}/../hotfix" \
  --package language \
  --package-name "Google Cloud Natural Language" \
  --readme "${READMES_DIR}/language/README.rst"

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 26, 2016

$ pip install --upgrade google-cloud-language
$ # OR
$ pip install --upgrade google-cloud-natural-language

This comment was marked as spam.

This comment was marked as spam.

Done via:

$ mkdir -p language/google/cloud
$ cp google/__init__.py language/google/__init__.py
$ git add language/google/__init__.py
$ cp google/cloud/__init__.py language/google/cloud/__init__.py
$ git add language/google/cloud/__init__.py
$ git mv google/cloud/language language/google/cloud/language
$ git mv unit_tests/language language/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-language as a dependency to the umbrella
  package
- Adding the language subdirectory into the list of packages
  for verifying the docs
- Incorporating the language subdirectory into the umbrella
  coverage report
- Adding the language only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the language
  tox config
@dhermes dhermes force-pushed the make-language-subpackage branch from 93a47b0 to 3af2d13 Compare September 26, 2016 21:21
@dhermes
Copy link
Contributor Author

dhermes commented Sep 26, 2016

For some reason this didn't kick off a new Travis build when I rebased on top of #2428. Maybe the "approval" stops it?

@dhermes
Copy link
Contributor Author

dhermes commented Sep 26, 2016

Here is the orignal (green) PR build: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/162895936

@dhermes dhermes merged commit 82c75bc into googleapis:master Sep 26, 2016
@dhermes dhermes deleted the make-language-subpackage branch September 26, 2016 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants